aspnet_compiler看不到我的类
我有一个 Web 应用程序项目,使用 VS2008 可以正常编译。然而,每次我尝试用 aspnet_compiler 编译它时,它都会失败,并且无法看到我已放置在代码文件夹中的类。为什么 aspnet_compiler 无法看到我的类以及如何解决这个问题?
谢谢
I have a web application project, which compiles fine using VS2008. However each time, I try to compile it with aspnet_compiler it fails and is not able to see my class, which I have placed in my code folder. Why is the aspnet_compiler not able to see my class and how can I fix that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查以确保命名空间被正确引用。
Check to make sure the namespace is referenced appropriately.
单击项目中的 .vb 文件,查看属性选项板并确保“构建操作”设置为“编译”。
Click on the .vb file in your project, look under the proporties palette and make sure that Build Action is set to Compile.