I downloaded a fresh copy of ServUO Source Code today and got this message when I dblclicked Compile.WIN - Release:
Press any key to continue . . .

C:\Users\jayat\Downloads\ServUO-master (1)\ServUO-master>dotnet build -c Release
'dotnet' is not recognized as an internal or external command,
operable program or batch file.

Done!
Post automatically merged:

I don't see that it added a ServerUO server start icon or maybe I missed something.
 
Last edited:
"'dotnet' is not recognized as an internal or external command,"

Means you don't have dotnet frameworks installed on your machine
 
Thank you for the response. I figured that's what it meant. So, I tried to install but got this message: Your installation will not occur .NET Framework 4.8 or a later update is already installed on this computer. Any ideas what to do?
Post automatically merged:

This is what's installed:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Updates\Microsoft .NET Framework 4 Extended
 
Last edited:
Back