Problems with Visual Studio.net?

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
 
S

Sparky

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top