missing csproj

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Markom
User
Posts: 20

missing csproj

Post 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


MichaelG
User
Posts: 1110

Post 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.


Markom
User
Posts: 20

Post by Markom »

Solved, thanks.


Post Reply