aspnet_compiler看不到我的类

发布于 2024-08-05 13:22:33 字数 146 浏览 4 评论 0原文

我有一个 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 技术交流群。

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

发布评论

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

评论(2

德意的啸 2024-08-12 13:22:33

检查以确保命名空间被正确引用。

Check to make sure the namespace is referenced appropriately.

爱本泡沫多脆弱 2024-08-12 13:22:33

单击项目中的 .vb 文件,查看属性选项板并确保“构建操作”设置为“编译”。

Click on the .vb file in your project, look under the proporties palette and make sure that Build Action is set to Compile.

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