引用程序集。命令行编译
我正在使用 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论