Please help, i am tired of VS.NET nonsense error message

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

i reinstalled everything but the problem still persists.
Really, i am tired to restart the IDE every 10 mn.

-classes doesn't have constructors but i have 5 constructors
-Variable xxx is not declared but variable xxx is declared
-Component is private.....etc
 
Hi,

maybe you have to compile the project first.
BTW: Which language do you use ?

Good luck

Jan-Cornelius Molnar

i reinstalled everything but the problem still persists.
Really, i am tired to restart the IDE every 10 mn.

-classes doesn't have constructors but i have 5 constructors
-Variable xxx is not declared but variable xxx is declared
-Component is private.....etc
 
i am using VB.NET
the problem is that with these errors, i can't compile the project.
because, whenever i try to compile, sometime, i receives errors which
doesn't exist
 
Hmmm. I haven't ever gotten those types of errors, but I use C# 95% of the
time and C++ the rest of the time. It must be a VB buglet.
 
It must be a VB buglet.

Theres absolutely nothing wrong with Visual Basic.NET. Its the best
goddamn language in the world and anyone who says, or even so much as
thinks, otherwise doesn't know what in the hell their talking
about!!!!

I owe my life to that language.

"VB or, not VB
There is no question"

The sooner you all learn to use it, the more chance you have of
getting into heaven. After all, something that beautiful could only
have been created by God.

Richard
P.S
Dont take me seriously.
Im sure you're very nice.... for someone that doesn't use V.B.
:)
 
Hi,

I'm using VB .NET, too and I never got such problems. Maybe you are not
logged in as an Admin or using a prerelease.

Good Luck

Jan-Cornelius Molnar
 
i reinstalled everything but the problem still persists.
Really, i am tired to restart the IDE every 10 mn.

-classes doesn't have constructors but i have 5 constructors
-Variable xxx is not declared but variable xxx is declared
-Component is private.....etc

I've seen some of these errors (in a C# context) when a file is being
compiled before one of its dependencies. I resolved them by changing
the build order.

Hope this helps.

Mike Blake-Knox
 
Back
Top