• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

Miramonti

Lifer
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. 🙂
 
windows app or web? sounds like a windows app from your description.. however if web app do an iisrestart on the webserver.
 
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?
 
Back
Top