NEED .NET HELP ASAP! **UPDATE: FIXED!** :)

Miramonti

Lifer
Aug 26, 2000
28,653
100
106
I know nothing about .net, but I received a .net error windows error ("continue" or "quit" buttons), and my program won't work now, but I can't reboot. Its urgent that I get it going w/o rebooting if possible. Is there a way?

UPDATE: FIXED! Solution was to run my app in "safemode", under the .net administrative tools, and it fixed whatever problem was created by the error. :)
 

spacelord

Platinum Member
Oct 11, 2002
2,127
0
76
windows app or web? sounds like a windows app from your description.. however if web app do an iisrestart on the webserver.
 

Miramonti

Lifer
Aug 26, 2000
28,653
100
106
Its a windows app that caused it. I tried quitting the app and restarting it, no worky...
 

torpid

Lifer
Sep 14, 2003
11,631
11
76
What is the error? Don't you do exception handling? Have you tried stepping through in debug mode?
 

Miramonti

Lifer
Aug 26, 2000
28,653
100
106
Originally posted by: torpid
What is the error? Don't you do exception handling? Have you tried stepping through in debug mode?

I'm not sure exactly what you are referring to, but it was an "exception handling" type error message, and I clicked "Continue", but the program still didn't work. I didn't write the error down because its message appeared related to the programs functionality.

HOWEVER, ITS FIXED NOW. :)

You got me looking around...I found ".Net Framework Configuration" in the administrative tools, found an Applications section with my program listed in the "Fix an Application" area, and ran it in "Safemode", and this fixed it. Thanks for the help.

Now, for future reference, how can I step through the program running it in debug mode?