Since yesterday, everytime I run a program vb.net freeses.
It gets to the point where it says:
Build: 1 Succeeded, 0 failed, 0 skipped.
my program is shown in the processes window in the task manager, but not the applications window(I should be in the applications windows because it isn't hidden).
I'm running windows 2000 pro sp3.
This started happening yesterday after I was unstalling some updates.
Originally posted by ProgrammerJon The prolem occured right after I install .net framework sp2
Was installing that a bad idea?
Edit:
the .net sp2 never actuly got installed, it was talking forever and after about 3h i ended it.
I don't think this problem caused by SP.I believe that MS would test it millions of times before they release it .Check this site to see bug fixes that should SP2 solve !
I tried installing SP2 but it didn't install.
I left it all night!
Then I used Windows Update the prgress indicater went to end but it never finished, I left it for over 2hours, it never finished so I exited it.
You are probably answering your own question. If you shut down the update because it froze, it probably messed up your .Net Framework install. I would try to remove all .Net framework stuff, then do a reinstall of that.
I can't unstall the .net framework because of an error.
Would unistalling vb.net remove the .net Framework?
I would think probably not because the .net framework won't uninstall by itself.
(I just anwsered my own question but I'll post this anyways just incase you have a suggestion)
I can do the component repaire but it didn't seem to help anything.
I can't uninstall or re-install vb.net because the installer always stops with one miniute left(but it donsn't stop responding)
Originally posted by ProgrammerJon I can do the component repaire but it didn't seem to help anything.
I can't uninstall or re-install vb.net because the installer always stops with one miniute left(but it donsn't stop responding)
Originally posted by ProgrammerJon Since yesterday, everytime I run a program vb.net freeses.
It gets to the point where it says:
Build: 1 Succeeded, 0 failed, 0 skipped.
my program is shown in the processes window in the task manager, but not the applications window(I should be in the applications windows because it isn't hidden).
I'm running windows 2000 pro sp3.
This started happening yesterday after I was unstalling some updates.
Im got the exact same problem, but I didnt have any SP installed.
To me it happened when i tried either adding a reference to a DLL or using custom made controls. In task manager the program was there but only showing 56k in size.
Even if i created a new windows form application, and just clicked run it would freeze. The only way i could run it was clicking Run without debugging. After a reboot though it worked fine
That might solve the problem with vb.net but it would also create some other complications like moving all the data off this computer(I don't have a CD burner). But I might end up doing that anways.
A few month ago I re-formated my hard drive. Before I re-formated the drive the drive was partitioned, all our data was on the partitioned part of the drive and because of an error on the operating system we couldn't load windows the only accsess that we had to the drive was through dos which couldn't reconize the partitioned part of the hard drive.
The reset Button i meant is inside the IDE. in the IDE there is button to run/execute the code, pause and another is the reset. When you click the reset button the debugger will restart the code and break point at the first line of code..
Sorry for confusing you all, but this the way i always solved this problem...
it will only happen when you run the program from the IDE but not in the EXE
The reset button is located on the Debug toolbar.
You can't press the reset button until your program is running.
I can't get my program running so I can't press the reset button.
you won't see that button when you never run the program. attached is 2 jpeg file.. the IDE1 show the IDE screen when you haven't run the program. the circled button is the run button that you use to start to run your program
As you can see from the second picture IDE2.jpg. the button that i circled is the reset button that i meant.. when the program freezes when you running it... just click on that reset button and click run again... the programm should continue load..
another strange thing is i try on several computer and i found out that this problem will only happened in the computer with INTEL processor but not AMD.
is it only the Visual Basic IDE hang or the whole windows also become slow?
If is the whole windows also become slow... i suggest that you check your souce code wheter there is an infinite loop or are all your custom define thread having proper delay etc.
Originally posted by StormJason another strange thing is i try on several computer and i found out that this problem will only happened in the computer with INTEL processor but not AMD.
Originally posted by StormJason is it only the Visual Basic IDE hang or the whole windows also become slow?
If is the whole windows also become slow... i suggest that you check your souce code wheter there is an infinite loop or are all your custom define thread having proper delay etc.
It's no my program that is causing vb to freeze, vb freezes Every time even if there is just a blank form.
Nothing goes slow it's that I can't do anything with vb(no buttons work, no menus work, nothing)