Hello, I get these two errors even with fresh downloads:
Severity Code Description Project File Line Suppression State Error CS0103 The name 'abpHttpClientFactory' does not exist in the current context DocuPro.Mobile.MAUI C:\Users\hp\OneDrive\Visual Studio Apps 2\DocuProV10\src\DocuPro.Mobile.MAUI\Shared\Layout\MainLayout.razor.cs 122 Active
Severity Code Description Project File Line Suppression State Error CS5001 Program does not contain a static 'Main' method suitable for an entry point DocuPro.Mobile.MAUI C:\Users\hp\OneDrive\Visual Studio Apps 2\DocuProV10\src\DocuPro.Mobile.MAUI\CSC 1 Active
6 Answer(s)
-
0
Hi,
Did you make necessary installations explaiend here https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?tabs=vswin ?
-
0
Hello, yes I did. In fact i am able to create MAUI applications.
-
0
Hi @alliance225
Did you accidentally close the solution or did you solve the problem ?
-
0
No I did not solve the problem. Did you mean if I accidentally closed the "incident"? No i dit not.
-
0
Hi,
Somehow the issue was closed. Could you close the Visual Studio, run
dotnet workload install wasm-tools
, then open the Visual Studio and see if it works ? -
0
Yes, that did it. Thanks