Click here to Skip to main content
15,912,504 members

Comments by SirLearnAlot (Top 4 by date)

SirLearnAlot 22-Oct-14 10:25am View    
@Garth My apologies. You see, I have posted on many technical forums before and most seem to dislike the amount of information I include, so being new to codeproject I tried to dumb it down and really make my question short as possible as has been requested of me in the past.
SirLearnAlot 21-Oct-14 11:23am View    
What do you mean am I running under elevation? I am running SCSM (the program this .dll form is being imported into) while logged in as an administrator, but I am not launching it by right clicking and run as administrator as its not necessary... The program itself is configured to run under a domain admin account too.
SirLearnAlot 21-Oct-14 11:21am View    
How can I debug the code? I would love to learn how to :) In the past I have always just ran the code and debugged, but I cant do that with this specific project as its a .dll part for a form that needs to be bundled into a Management Pack and imported into SCSM before I can view any changes. Unfortunately I do not know of an easier way to run or debug the code
SirLearnAlot 21-Oct-14 11:19am View    
How do I add a breakpoint? Its not like I can run the assembly after... I have to package it into an MPB and import it into SCSM before I launch my form...