Click here to Skip to main content
16,005,066 members
Home / Discussions / C#
   

C#

 
Generalmanaged DLL error with C# Pin
Doom-Child21-Feb-05 9:32
Doom-Child21-Feb-05 9:32 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 12:30
protectorHeath Stewart21-Feb-05 12:30 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 12:48
Doom-Child21-Feb-05 12:48 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:03
protectorHeath Stewart21-Feb-05 13:03 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 13:45
Doom-Child21-Feb-05 13:45 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:59
protectorHeath Stewart21-Feb-05 13:59 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 16:13
Doom-Child21-Feb-05 16:13 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 6:50
protectorHeath Stewart22-Feb-05 6:50 
Are you doing this from within a debug build, though? Breakpoints will not fire for release builds. And I hate to ask, but just to be sure, are you debugging the app from within VS.NET or just running the application without debugging, in which case VS.NET will never break.

For runtime breaks - though not recommended unless there's really no other way - use Debugger.Break.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 6:58
Doom-Child22-Feb-05 6:58 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 7:18
protectorHeath Stewart22-Feb-05 7:18 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 8:16
Doom-Child22-Feb-05 8:16 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 8:20
Doom-Child22-Feb-05 8:20 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 9:26
Doom-Child22-Feb-05 9:26 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 13:10
protectorHeath Stewart22-Feb-05 13:10 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 13:06
protectorHeath Stewart22-Feb-05 13:06 
QuestionIs it possible??? Pin
students552 university21-Feb-05 8:27
students552 university21-Feb-05 8:27 
AnswerRe: Is it possible??? Pin
Heath Stewart21-Feb-05 12:27
protectorHeath Stewart21-Feb-05 12:27 
Questionhow to connect to Net without voilating security issues Pin
Samar Aarkotti21-Feb-05 7:34
Samar Aarkotti21-Feb-05 7:34 
AnswerRe: how to connect to Net without voilating security issues Pin
leppie21-Feb-05 11:12
leppie21-Feb-05 11:12 
GeneralGetting notification of alteration to a collection Pin
FocusedWolf21-Feb-05 7:08
FocusedWolf21-Feb-05 7:08 
GeneralRe: I need a collection thats threadsafe and doesn't inherit collectionbase Pin
Heath Stewart21-Feb-05 7:19
protectorHeath Stewart21-Feb-05 7:19 
GeneralRe: I need a collection thats threadsafe and doesn't inherit collectionbase Pin
FocusedWolf21-Feb-05 9:52
FocusedWolf21-Feb-05 9:52 
GeneralRe: I need a collection thats threadsafe and doesn't inherit collectionbase Pin
Heath Stewart21-Feb-05 12:03
protectorHeath Stewart21-Feb-05 12:03 
GeneralUserControl Pin
Exenten21-Feb-05 6:43
Exenten21-Feb-05 6:43 
GeneralRe: UserControl Pin
Dave Kreskowiak21-Feb-05 15:35
mveDave Kreskowiak21-Feb-05 15:35 

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.