引用程序集。命令行编译

发布于 2024-12-04 15:13:42 字数 357 浏览 0 评论 0原文

我正在使用 .Net Framework 附带的 jsc.exe 编译器将 JScript.Net 脚本编译为可执行文件。从命令行引用程序集的正确方法是什么?我不断收到“找不到引用的程序集”错误,所以我一定做错了什么。

这是我尝试过的:

jsc.exe /reference:System.Web.Dll MyScript.jsn
jsc.exe /reference:System.Web.Dll /lib:C:\Windows\assembly MyScript.jsn
jsc.exe /reference:System.Web.Dll /lib:C:\Windows\assembly\GAC_32 MyScript.jsn

I am using the jsc.exe compiler that comes with the .Net Framework for compiling my JScript.Net scripts into executables. What is the right way to reference assemblies from the command line? I keep getting "the referenced assembly could not be found" errors so I must be doing something wrong.

This is what I tried:

jsc.exe /reference:System.Web.Dll MyScript.jsn
jsc.exe /reference:System.Web.Dll /lib:C:\Windows\assembly MyScript.jsn
jsc.exe /reference:System.Web.Dll /lib:C:\Windows\assembly\GAC_32 MyScript.jsn

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文