Page 1 of 1

missing csproj

Posted: Sun Jun 18, 2023 7:31 pm
by Markom

I'm testing AspNetMaker 2023 and in a new project I get the following message:

C:\Users\glitn\Documents\ASPNETMaker\WebSites\project1\Models\WrOpen.cs(151,94): error CS1513: } expected [C:\Users\glitn\Documents\ASPNETMaker\WebSites\project1\project1.csproj]

However the file is present.

Anybody having a clue how to solve this?

Marko


Re: missing csproj

Posted: Mon Jun 19, 2023 7:37 am
by MichaelG

C:\Users\glitn\Documents\ASPNETMaker\WebSites\project1\Models\WrOpen.cs(151,94): error CS1513: } expected

Open the problem document ("WrOpen.cs") and look at the problem line ("151,94"). See what is causing the error.


Re: missing csproj

Posted: Mon Jun 19, 2023 6:57 pm
by Markom

Solved, thanks.