Replies: 1 comment
-
The suggestion that asked you to upgrade to SDK style project format was incorrect. You need to roll back those changes. See my comment there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, for the full story, please refer to dotnet/runtime#96980.
In short: I have a .NET Framework Web API that I have upgraded to a
Microsoft.NET.Sdk.Web
project. The reason I needed to do this was to cope with some rather tricky errors. I think that I solved these, but my application does not run anymore. I get an error saying that my project does not contain a static main method. This is correct, because as far as my knowledge goes, this only applies to .NET Core applications. I have this bit of code as my starting code:Any ideas why I am getting the error saying that I need a static main method? And any ideas how I can solve this? For my project it is unfortunately important that it is a .NET Framework API (not Core).
Beta Was this translation helpful? Give feedback.
All reactions