程序不包含静态“Main”;适合入门的方法 - 偶尔出错
这个问题已被问过,但没有一个答案能解决我的问题。我只是偶尔收到此错误,例如第一次打开我的解决方案后。我正在使用 Monodevelop,并且也使用 Mono 进行编译,在 Mono 下我没有得到任何错误,更奇怪的是,在使用 Mono 编译并切换回 .NET 后,错误消失了。
当然,我有一个“主要”方法,并尝试在 Visual Studio 中切换到“类库”输出,这确实解决了错误,但这不是我想要的项目类型,我需要我的主要方法并且希望能够像控制台应用程序一样运行它。我的文件上的构建操作设置为“编译”,并且我不使用 WPF,因此我没有 app.xaml 文件。
我将把程序作为服务运行,所以我担心这会导致某种问题。我认为,如果构建正确,那么构建就可以了吗?
任何信息表示赞赏。
This question has been asked, but none of the answers resolved my problem. I get this error only occasionally, like after opening my solution for the first time. I am using Monodevelop, and compiling with Mono also, under Mono I get no error, and even stranger, after compiling with Mono and switching back to .NET the error disappears.
I have a 'Main' method of course, and tried switching to a 'Class library' output in visual studio which did resolve the error, but that is not the type of project I want, I need my main method and want to be able to run it like a console app. The build action on my files is set to 'Compile' and im not using WPF, so I have no app.xaml file.
I will be running the program as a service, so I am worried this will cause problems of some sort. I assume though, if it builds correctly, that build will be OK?
Any info appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论