Visual Studio crashing without error
-
I have a form in my project that opens fine and works fine when the program is running. However, if I make a change to the form and press the save button VS2k5 immediately closes or if I right click and select "View Code" after making a change to the form VS closes. The only thing on the form is a usercontrol and 2 buttons. I tried to recreate the form with a different name, but when I attempt to add the user control VS closes. I can open the user control and modify it to my hearts desire without VS closing. When VS crashes it leaves a process running: Crm.Client.Test.vhost.exe. Crm.Client.Test is the assembly name of my program. I have tried rebooting, doing a clean solutions then rebuild. I am at a loss for what to do?
-
I have a form in my project that opens fine and works fine when the program is running. However, if I make a change to the form and press the save button VS2k5 immediately closes or if I right click and select "View Code" after making a change to the form VS closes. The only thing on the form is a usercontrol and 2 buttons. I tried to recreate the form with a different name, but when I attempt to add the user control VS closes. I can open the user control and modify it to my hearts desire without VS closing. When VS crashes it leaves a process running: Crm.Client.Test.vhost.exe. Crm.Client.Test is the assembly name of my program. I have tried rebooting, doing a clean solutions then rebuild. I am at a loss for what to do?
Ok the cause of this was my own stupidity... specifically I had a property trying to return itself in the getter, it's fixed now.