Problems with Visual Studio.net?

  • Thread starter Thread starter flumm
  • Start date Start date
F

flumm

My Visual Studio.net freeze everytime I click on the Run-button. I
cant click on anything and have to close throu the taskmanager. I
haved run it since september 2003 and there has never been any
problems before. I tried to uninstall it and then installed it again
and it worked for one day but then the same error occured.

I dont think its an error in my C# code because it creates a .exe file
that works if you run it from MyComputer.

Im using Windows XP Professional and Visual Studio version 7.1.3088
and .net Framework 1.1 version 1.1.4322.

Anyone who knows what the problem can be?

//Marcus
 
Try deleting the Bin and Obj directories within your solution/project
directory. Those directories will get re-generated when you next compile.

flumm said:
My Visual Studio.net freeze everytime I click on the Run-button. I
cant click on anything and have to close throu the taskmanager. I
haved run it since september 2003 and there has never been any
problems before. I tried to uninstall it and then installed it again
and it worked for one day but then the same error occured.

I dont think its an error in my C# code because it creates a .exe file
that works if you run it from MyComputer.

Im using Windows XP Professional and Visual Studio version 7.1.3088
and .net Framework 1.1 version 1.1.4322.

Anyone who knows what the problem can be?

//Marcus
 
Back
Top