Discussion:
Please help, i am tired of VS.NET nonsense error message
(too old to reply)
Mat
2004-03-02 15:26:44 UTC
Permalink
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
Jan-Cornelius Molnar
2004-03-02 15:44:29 UTC
Permalink
Hi,

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

Good luck

Jan-Cornelius Molnar

"Mat" <***@fuckSpam.COM> schrieb im Newsbeitrag news:***@TK2MSFTNGP12.phx.gbl...
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
Mat
2004-03-02 16:36:35 UTC
Permalink
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
Post by Jan-Cornelius Molnar
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
CJ Taylor
2004-03-02 17:08:34 UTC
Permalink
yeah I'm getting the same thing... very irritating...
Post by Mat
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
Post by Jan-Cornelius Molnar
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
Leit Rachsor
2004-03-02 19:44:57 UTC
Permalink
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.

--
Leit Rachsor
Richard
2004-03-03 09:27:57 UTC
Permalink
Post by Leit Rachsor
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.
:)
CJ Taylor
2004-03-03 18:50:05 UTC
Permalink
By far the most humorous message on this board in a very long time. =)
Post by Richard
Post by Leit Rachsor
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.
:)
Francisco
2004-03-05 12:40:47 UTC
Permalink
I concur with you CJ,
he should ask my intellisense

Francisco
Post by CJ Taylor
By far the most humorous message on this board in a very long time. =)
Post by Richard
Post by Leit Rachsor
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.
:)
Jan-Cornelius Molnar
2004-03-03 18:43:41 UTC
Permalink
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
Post by Mat
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
Post by Jan-Cornelius Molnar
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
Mike Blake-Knox
2004-03-04 14:37:33 UTC
Permalink
Post by 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
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
Loading...