致命错误 CS0007:意外的公共语言运行时初始化错误 - 系统找不到指定的文件
请帮助我解决错误致命错误CS0007:意外的公共语言运行时初始化错误 - 系统找不到指定的文件。
当我使用codedom动态编译(从C#表单应用程序)代码时出现上述错误被抛出。但是当我从测试项目编译相同的文件时没有错误:(
Please help me in solving the error fatal error CS0007: Unexpected common language runtime initialization error - the system cannot find the file specified.
When I dynamically compile (from C# forms application) the code using codedom the above error is thrown. But when I compile the same file from test project no error :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 codedom 进行编译时,我给出了 App.config 的错误路径。
提供正确的路径后,此错误消失。
While compilation using codedom, I have given the wrong path for the App.config..
After providing the correct path this error disappeared.