Re: Dot Net 1.1 Setup problem - can anyone confirm setup? HELP!

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Mike ("Mike")
Date: 05/13/04


Date: Wed, 12 May 2004 19:37:12 -0700

I was having the same problem... I figured out the path problem (?!? what
gives MSFT?)

But am having an error executing after compiling (using vbc.exe).
[Compiler Error Message: BC30002: Type 'MyProxyClassVB.MathService' is not
defined.]

So now I'm trying to determine if I have a SYNTAX / NEW LANGUAGE problem
-or-
is there something else missing from the setup?

Can anyone confirm that their setup is indeed working after adding the
appropriate path?
FWIW- I actually had to add two:

1> Framework: %SystemRoot%\Microsoft.NET\Framework\v1.1.4322
2> SDK: %ProgramFiles%\Microsoft.NET\SDK\v1.1\Bin

"Sharon Tal" <talsharon@hotmail.com> wrote in message
news:%23Rl5jDRMEHA.3712@TK2MSFTNGP11.phx.gbl...
> Sure.
> Assuming you have windows XP:
> Right click My Computer > Properties > Advanced > Environment Variables
> In System Variables look for the Path variable, select it and click Edit.
> To the paths already there, add:
> ;%SystemRoot%\Microsoft.NET\Framework\v1.1.4322
> Please note:
> 1. You need to check that the above path is correct for your computer.
> 2. Paths in the variable are separated by semicolon.
> 3. Make sure you don't delete the other paths in the variable.
>
> "Roberto Cunha" <roberto_rebelo@yahoo.com.br> wrote in message
> news:C9E479EB-8B8D-4C2A-B245-974FB7EFF3F2@microsoft.com...
> > Hi,
> >
> > I´m a newbie in programming and had the same problem of 'csc.exe' not
> registered in the path environment variables. I don't know how to register
> it. Could you help me?
> >
> > Thanks in advance.
> >
> > Roberto Cunha
>
>



Relevant Pages