Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
GeneralRe: All methods called when class instantiated? Pin
stuebbie29-Feb-08 5:34
stuebbie29-Feb-08 5:34 
GeneralRe: All methods called when class instantiated? Pin
Guffa29-Feb-08 6:06
Guffa29-Feb-08 6:06 
GeneralRe: All methods called when class instantiated? Pin
J4amieC29-Feb-08 6:22
J4amieC29-Feb-08 6:22 
AnswerRe: All methods called when class instantiated? Pin
Mark Churchill29-Feb-08 5:15
Mark Churchill29-Feb-08 5:15 
GeneralRe: All methods called when class instantiated? Pin
codemunch29-Feb-08 5:50
codemunch29-Feb-08 5:50 
AnswerRe: All methods called when class instantiated? Pin
stuebbie29-Feb-08 6:00
stuebbie29-Feb-08 6:00 
GeneralRe: All methods called when class instantiated? Pin
stuebbie29-Feb-08 5:53
stuebbie29-Feb-08 5:53 
GeneralRe: All methods called when class instantiated? Pin
codemunch29-Feb-08 5:56
codemunch29-Feb-08 5:56 
Are you running in release mode through the IDE? i.e. debugging the release mode?

Is the "AddParameter" in your watch window? If so, remove it. In fact, remove everything from your watch window and DON'T use the mouseover in the debugger to see the public property value either. It will cause the code in the property to run and breakpoints will be ignored.
QuestionEvent handling in Context menu of TreeView node [modified] Pin
RobSmith7729-Feb-08 4:39
RobSmith7729-Feb-08 4:39 
GeneralRe: Event handling in Context menu of TreeView node Pin
led mike29-Feb-08 5:08
led mike29-Feb-08 5:08 
GeneralRe: Event handling in Context menu of TreeView node Pin
RobSmith7729-Feb-08 5:13
RobSmith7729-Feb-08 5:13 
General3tier Pin
Trustapple29-Feb-08 4:37
Trustapple29-Feb-08 4:37 
GeneralIgnore: Code dump, no question Pin
led mike29-Feb-08 4:45
led mike29-Feb-08 4:45 
GeneralRe: Ignore: Code dump, no question Pin
MidwestLimey29-Feb-08 4:55
professionalMidwestLimey29-Feb-08 4:55 
GeneralRe: 3tier Pin
J4amieC29-Feb-08 5:25
J4amieC29-Feb-08 5:25 
GeneralRe: 3tier Pin
Dave Kreskowiak29-Feb-08 6:05
mveDave Kreskowiak29-Feb-08 6:05 
GeneralRe: 3tier Pin
Pete O'Hanlon29-Feb-08 9:26
mvePete O'Hanlon29-Feb-08 9:26 
GeneralHandling access violations in a .NET program - generated by native code Pin
dabs29-Feb-08 4:13
dabs29-Feb-08 4:13 
GeneralRe: Handling access violations in a .NET program - generated by native code Pin
led mike29-Feb-08 4:44
led mike29-Feb-08 4:44 
Questionhow to implement role-based user authentication in a C# application (.net3.x) Pin
Robert Kloosterman29-Feb-08 4:13
Robert Kloosterman29-Feb-08 4:13 
GeneralRe: how to implement role-based user authentication in a C# application (.net3.x) Pin
led mike29-Feb-08 4:34
led mike29-Feb-08 4:34 
Question[Message Deleted] Pin
Member 437089829-Feb-08 3:30
Member 437089829-Feb-08 3:30 
GeneralRe: DownLoading Vedio file. Pin
Not Active29-Feb-08 3:59
mentorNot Active29-Feb-08 3:59 
GeneralRe: DownLoading Vedio file. Pin
Paul Conrad29-Feb-08 4:28
professionalPaul Conrad29-Feb-08 4:28 
GeneralRe: DownLoading Vedio file. Pin
Dan Neely29-Feb-08 4:55
Dan Neely29-Feb-08 4:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.