Strange problem with windows forms.

  • Thread starter Thread starter Neelu
  • Start date Start date
N

Neelu

Hi all,

I am new to Vb.NET and just started learning it.
I have a very weird problem. "Sometimes" when i am trying
to run the project by pressing f5 or debug -> start, the
runtime form doesnt show up. (pls note the quotes around
sometimes...it doesnt happen always)
It's so annoying!!! I run the form and i keep staring at
the monitor for the runtime form to pop up..but nothing
happens. :-(
I have to stop and run again, which doesn't again
guarantee that the form will show up!!!
Anything wrong with my VS.NET?
I am tired of posting my question on all VB.NET
forums...but didn't get any answer.
also is there any temperory folder that i have to clear
up for speeding up the execution process?
Any help greatly appreciated. Hope to find a solution
atleast here. :-(
Neelu.
 
Hi,
If your programme has compiled sucessfully, I dont see
any reason why your form should not come up.
Create a new windows application project, dont put any
code or control onto the form and try executing it. If it
does, then there is no problem in installed VS.NET

Regards
Mahesh
 
Neelu,
Are you using VB.net 2002 or VB.net 2003, I asume 2002, with that I had the
same problems,
For me it is one of the advantages of 2003 that it's over now
Cor
 
Hello,

Neelu said:
I am new to Vb.NET and just started learning it.
I have a very weird problem. "Sometimes" when i am trying
to run the project by pressing f5 or debug -> start, the
runtime form doesnt show up. (pls note the quotes around
sometimes...it doesnt happen always)
It's so annoying!!! I run the form and i keep staring at
the monitor for the runtime form to pop up..but nothing
happens. :-(

Are you using VB.NET/VS.NET 2002?

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q326098
 
Hi,
I am using VS.NET 2002. If that's a problem with 2002
version, is there anything i can do to solve it?
Do I have to upgrade to 2003?
Pls advice.
Neelu.
 
Back
Top