What version of Visual Studio Express for JScript.NET?

What version of Express Edition Visual Studio can I use to work with Windows Forms programs written in JScript.NET? I did a quick search and I see versions for Visual Basic, Visual C #, and Visual C ++ ... but not JScript.

So far, I just edited in Notepad and compiled with jsc.exe, but debugging is starting to become a real pain. I would like to skip my code and determine the exact location of the error.

Thank.

+3
source share
1 answer

You can write JScript code in any version of Visual Studio that you want. For express editions, Visual Web Developer Express is a good choice.

, JScript- Visual Studio IDE. , ASP.NET.

. MSDN: , JScript-

+4

Source: https://habr.com/ru/post/1788618/


All Articles