Visual Studio Express for JScript .NET 的哪个版本?

发布于 2024-10-14 20:32:20 字数 239 浏览 6 评论 0原文

我可以使用哪个版本的 Visual Studio Express 版本来处理用 JScript .NET 编写的 Windows 窗体程序?我进行了快速搜索,可以看到 Visual Basic、Visual C# 和 Visual C++ 的版本...但看不到 JScript。

到目前为止,我只是在记事本中进行编辑并使用 jsc.exe 进行编译,但是调试开始变得非常痛苦。我希望能够单步执行我的代码并找到错误的确切位置。

谢谢。

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

Up until now I've just been editing in Notepad and compiling using jsc.exe, but debugging is starting to become a real pain. I'd like to be able to step through my code and locate the exact location of a bug.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月竹挽风 2024-10-21 20:32:20

您可以在任何版本的 Visual Studio 中编写 JScript 代码。对于 Express 版本,Visual Web Developer Express 是一个不错的选择选择。

问题是您无法在 Visual Studio IDE 中编译 JScript 代码。您必须从命令行或通过 ASP.NET 页面执行此步骤。

有关详细信息,请参阅 MSDN:编写、编译和调试 JScript 代码

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

The catch is that you cannot compile JScript code in the Visual Studio IDE. You have to perform this step either from the command line or via the ASP.NET page.

See MSDN for more details: Writing, Compiling, and Debugging JScript Code

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文