Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET hangs

Status
Not open for further replies.

RobS23

Programmer
Jun 4, 2001
161
GB
Using .NET pro/win 2k pro - Anyone know why it hangs when running any of my code? No error messages nothing. Just says build succesful in the deubug window then stops responding (Task manager says it's running though)
 
Hi,
I had this problem, so I upgraded to XP Pro, works a lot better.

Some thoughts...

I have remarked that sometimes you have to restart the debug session (little backwards pointing arrow) for it to work.

Does your .exe work?

Check for updates .NET framework SP2 etc...

Good luck,
phirst.
 
I do not think that you are giving us enough information to really help you.

Is this a console program or a forms program?

Are you running this in Visual Studio?

Is the progam started with a form or a sub main?

Has it ever worked?

Are you just building the program or are you trying to build and then run the program?

Is this a single form program, MDI, or multi form program?
If multi form then is the first form hidden?

Kris
 
Okay then...It's a single form - well anything. I tried with a form and just a messagebox and that hangs too - now I've tried to repair with the install disks and i get the following error log entries after the install/repair fails - can't seem to dig up anything at MSDN

[02/06/03,16:46:49] setup.exe: [2] ISetupComponent::pre/Post/Install() failed in ISetupManager::InstallManagerHelper()

[02/06/03,16:46:49] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection()

 
Does the IDE lock up? Can you explain what you mean by "hangs"
 
Yes. everything locks up, gets as far as writing the build info to the debug window and that's it -
 
Have you tried a total uninstall, then reinstall?
 
Get the same error as posted above for repair/uninstall/reinstall installation of SP2 - this has got me beat and I just really want to avoid a total PC rebuild.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top