Just need a bit of help.
After clean my solution using Visual studio (only custom scripts),and cleaned some older cs files,now im getring this issue when i try to compile using Visual Studio:

C#:
The program does not contain a suitable static 'Main' method for an entry point Scripts

Any idea about that?
Im running the shard without problems,just when try to compile with VS.Thanks in advance!
Maybe i do not have required Main.cs in Scripts folder?
 
Last edited:
Sorry,its in spanish,but same issue,server run as intended,just im curious about this.
 

Attachments

  • Sin título.png
    Sin título.png
    7.8 KB · Views: 1
Inside visual studio.
Click on the Project Solution, thats on the right, where all projects are listed together.

Once you clicked the Project Solution, make sure at the bottom right it says startproject "ServUO"
If you use the master of ServUO that is.

If you do not have ServUO in the list but Scripts and Server? Then use Server
 
Back