Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
AnswerRe: forms Pin
Not Active25-Aug-05 7:11
mentorNot Active25-Aug-05 7:11 
GeneralRe: forms Pin
xilefxilef25-Aug-05 8:45
xilefxilef25-Aug-05 8:45 
AnswerRe: forms Pin
jdkulkarni25-Aug-05 19:59
jdkulkarni25-Aug-05 19:59 
QuestionSkype GUI? Pin
wakkerjack25-Aug-05 6:12
wakkerjack25-Aug-05 6:12 
QuestionAdding DataColumns Pin
chandru_inbox25-Aug-05 5:43
chandru_inbox25-Aug-05 5:43 
Questionquerying Active Directory for Exchange Servers Pin
David Junius Bennion25-Aug-05 5:39
David Junius Bennion25-Aug-05 5:39 
Questionproblem in listview with checkbox Pin
fady_sayegh25-Aug-05 5:19
fady_sayegh25-Aug-05 5:19 
QuestionJIT Debugging Pin
LiamD25-Aug-05 4:32
LiamD25-Aug-05 4:32 
I have received the following error a few times now :-

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at test.tmrTimersTimer_Elapsed(Object sender, ElapsedEventArgs e) in C:\test\test.cs:line 1717

I have read how to enable JIT Debugging (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskEnablingJust-in-TimeDebuggingForWindowsForms.asp[^]).

I have created MyApp.exe.config, machine.config with the following

?xml version="1.0" encoding="utf-8" ?<br />
configuration<br />
system.windows.forms jitDebugging="true"<br />
configuration


NOTE < and > have been removed to allow posting

I have placed them in the same folder as my .sln file and also in the same folder as .exe. But it does not seem to work. By the way I am using a setup project to install this applicaiton is there anything special I have to do in the setup project to allow JIT debugging on the installed machine?

Anyone have any idea what I am doing wrong? I would like to enable JIT debugging permanently.

Thanks,
Liam
QuestionGDI+: how to avoid blur when stretching image Pin
bouli25-Aug-05 4:07
bouli25-Aug-05 4:07 
AnswerRe: GDI+: how to avoid blur when stretching image Pin
Andrew Kirillov25-Aug-05 6:55
Andrew Kirillov25-Aug-05 6:55 
GeneralRe: GDI+: how to avoid blur when stretching image Pin
bouli25-Aug-05 6:56
bouli25-Aug-05 6:56 
QuestionGetting WinForm to &quot;see&quot; Generic Class Pin
...---...25-Aug-05 4:03
...---...25-Aug-05 4:03 
AnswerRe: Getting WinForm to &quot;see&quot; Generic Class Pin
Dave Kreskowiak25-Aug-05 6:52
mveDave Kreskowiak25-Aug-05 6:52 
AnswerRe: Getting WinForm to &quot;see&quot; Generic Class Pin
...---...25-Aug-05 8:01
...---...25-Aug-05 8:01 
GeneralRe: Getting WinForm to &quot;see&quot; Generic Class Pin
Dave Kreskowiak25-Aug-05 10:27
mveDave Kreskowiak25-Aug-05 10:27 
QuestionSockets in C#, how? Pin
User 665825-Aug-05 3:54
User 665825-Aug-05 3:54 
AnswerRe: Sockets in C#, how? Pin
Judah Gabriel Himango25-Aug-05 6:56
sponsorJudah Gabriel Himango25-Aug-05 6:56 
GeneralRe: Sockets in C#, how? Pin
User 665825-Aug-05 8:09
User 665825-Aug-05 8:09 
QuestionColumn Changed Event Pin
zaboboa25-Aug-05 2:53
zaboboa25-Aug-05 2:53 
QuestionMap a drive to a Netware server from a Windows service Pin
robertod200425-Aug-05 2:43
robertod200425-Aug-05 2:43 
AnswerRe: Map a drive to a Netware server from a Windows service Pin
Dave Kreskowiak25-Aug-05 4:35
mveDave Kreskowiak25-Aug-05 4:35 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
robertod200429-Aug-05 5:08
robertod200429-Aug-05 5:08 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
Dave Kreskowiak29-Aug-05 9:53
mveDave Kreskowiak29-Aug-05 9:53 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
robertod200430-Aug-05 0:58
robertod200430-Aug-05 0:58 
Questionstart winforms application without displaying it until receive signal? Pin
misterbear25-Aug-05 2:37
misterbear25-Aug-05 2:37 

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.