How to install Jscript in VS 2005?

We want to evalute Jscript support in .Net 2.0, but after install C#/C++ options of Visual Studio 2005 Professional Edition, we can't run  sample code  in MSDN,

using Microsoft.JScript;
...

we got the fowlling error message:

The type or namespace name 'JScript' does not exist in the namespace 'Microsoft' (are you missing an assembly reference )

Do we need to install J# or VB to support Jscript or other seperate package

Thanks in advance!

Y.L.


Answer this question

How to install Jscript in VS 2005?

  • Bgr

    Solved. Just Add Reference in Visual Studio.

    Sorry for this newcomer's question.

    Y.L.

  • How to install Jscript in VS 2005?