I'm struggling to get UO Architect working on my server. I notice it's a few years old.

Does it still work?
 
I copied all the UO Architect files to the location specified in the README but when I compile, this is what happens:

Errors:
+ Custom/OrbRemoteServer/UOArchitect/BaseOrbToolRequest.cs:
CS0246: Line 4: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 9: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 31: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/BuildDesignRequest.cs:
CS0246: Line 3: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 5: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 13: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 23: 'BuildDesignRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 11: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/BuildDesignTarget.cs:
CS0246: Line 5: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/DeleteItemsCommand.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 8: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'DeleteItems.OnCommand(OrbClientInfo, OrbCommandArgs)': no suitable method found to override
+ Custom/OrbRemoteServer/UOArchitect/ExtractItemsRequest.cs:
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 10: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 29: 'ExtractItemsRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 18: The type or namespace name 'Rect2DCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 20: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 21: The type or namespace name 'ExtractRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/GetLocationRequest.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'GetLocationRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
+ Custom/OrbRemoteServer/UOArchitect/MoveItemsCommand.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 8: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'MoveItemsCommand.OnCommand(OrbClientInfo, OrbCommandArgs)': no suitable method found to override
+ Custom/OrbRemoteServer/UOArchitect/SelectItemsRequest.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 4: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 24: 'SelectItemsRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 17: The type or namespace name 'SelectItemsRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/OrbServer.cs:
CS0246: Line 3: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0234: Line 6: The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
CS0246: Line 44: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 44: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 66: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbResponse' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 103: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 126: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 219: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 219: The type or namespace name 'LoginCodes' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 350: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 350: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 347: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 348: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 372: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 372: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 369: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 370: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 389: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 394: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Post automatically merged:

This is my Data\Assemblies\Assemblies.cfg file:


System.dll
System.Core.dll
System.Data.dll
System.Data.DataSetExtensions.dll
System.Drawing.dll
System.Web.dll
System.Windows.Forms.dll
System.Xml.dll

OrbServerSDK.dll
UOArchitectInterface.dll

Ultima.dll
 
Check these to be sure you have them all correct also
Data/ Assemblies
//System.Runtime.Remoting.dll
OrbServerSDK.dll
UOArchitectInterface.dll
=================================
When you open your Server Folder do you have
System.Runtime.Remoting.dll
OrbServerSDK.dll
UOArchitectInterface.dll
====================================
OrbRemoteFolder is in your Custom Folder
=============================================
You will need this update
to replace the MobileSaver.cs script-
 
Tried all that but this is what I get:

Errors:
+ Custom/OrbRemoteServer/UOArchitect/BaseOrbToolRequest.cs:
CS0246: Line 4: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 9: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 31: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/BuildDesignRequest.cs:
CS0246: Line 3: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 5: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 13: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 23: 'BuildDesignRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 11: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/BuildDesignTarget.cs:
CS0246: Line 5: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/DeleteItemsCommand.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 8: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'DeleteItems.OnCommand(OrbClientInfo, OrbCommandArgs)': no suitable method found to override
+ Custom/OrbRemoteServer/UOArchitect/ExtractItemsRequest.cs:
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 10: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 29: 'ExtractItemsRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 18: The type or namespace name 'Rect2DCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 20: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 21: The type or namespace name 'ExtractRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/UOArchitect/GetLocationRequest.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'GetLocationRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
+ Custom/OrbRemoteServer/UOArchitect/MoveItemsCommand.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 8: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'MoveItemsCommand.OnCommand(OrbClientInfo, OrbCommandArgs)': no suitable method found to override
+ Custom/OrbRemoteServer/UOArchitect/SelectItemsRequest.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 4: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 24: 'SelectItemsRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 17: The type or namespace name 'SelectItemsRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
+ Custom/OrbRemoteServer/OrbServer.cs:
CS0246: Line 3: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0234: Line 6: The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
CS0246: Line 44: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 44: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 66: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbResponse' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 103: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 126: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 219: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 219: The type or namespace name 'LoginCodes' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 350: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 350: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 347: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 348: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 372: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 372: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 369: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 370: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 389: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 394: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
When you open your server uo folder you did add OrbServerSDK.dll correct? And no other scripts were changed-did you add Hanks toolbox?
 
When you say server folder, do you mean the folder called 'Server' that is in a D:\ServUO\Server 3.0\ServUO-56.1\Server\

Or do you mean the base folder D:\ServUO\Server 3.0\ServUO-56.1\

Either way I can see OrbServerSDK.dll in both locations.

No scripts were changed. What's Hanks toolbox?
 
When you open the server uo folder = added there and you also have the System.Runtime.Remoting.dll
the error is stating it can't find the OrbServerSDK.dll
 
Yes. OrbServerSDK is in the servuo folder. System.Runtime.Remoting.dll there too.

This is what I'm seeing now:

Errors:
+ OrbRemoteServer/UOArchitect/BaseOrbToolRequest.cs:
CS0246: Line 4: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 9: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 31: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
+ OrbRemoteServer/UOArchitect/BuildDesignRequest.cs:
CS0246: Line 3: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 5: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 13: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 23: 'BuildDesignRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 11: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
+ OrbRemoteServer/UOArchitect/BuildDesignTarget.cs:
CS0246: Line 5: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
+ OrbRemoteServer/UOArchitect/DeleteItemsCommand.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 8: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'DeleteItems.OnCommand(OrbClientInfo, OrbCommandArgs)': no suitable method found to override
+ OrbRemoteServer/UOArchitect/ExtractItemsRequest.cs:
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 10: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 29: 'ExtractItemsRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 18: The type or namespace name 'Rect2DCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 20: The type or namespace name 'DesignItemCol' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 21: The type or namespace name 'ExtractRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
+ OrbRemoteServer/UOArchitect/GetLocationRequest.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'GetLocationRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
+ OrbRemoteServer/UOArchitect/MoveItemsCommand.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 3: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 8: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'MoveItemsCommand.OnCommand(OrbClientInfo, OrbCommandArgs)': no suitable method found to override
+ OrbRemoteServer/UOArchitect/SelectItemsRequest.cs:
CS0246: Line 2: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 4: The type or namespace name 'UOArchitectInterface' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0115: Line 24: 'SelectItemsRequest.OnRequest(OrbClientInfo, OrbRequestArgs)': no suitable method found to override
CS0246: Line 17: The type or namespace name 'SelectItemsRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
+ OrbRemoteServer/OrbServer.cs:
CS0246: Line 3: The type or namespace name 'OrbServerSDK' could not be found (are you missing a using directive or an assembly reference?)
CS0234: Line 6: The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
CS0246: Line 44: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 44: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 66: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 71: The type or namespace name 'OrbResponse' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 103: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 126: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 219: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 219: The type or namespace name 'LoginCodes' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 350: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 350: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 347: The type or namespace name 'OrbRequest' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 348: The type or namespace name 'OrbRequestArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 372: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 372: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 369: The type or namespace name 'OrbCommand' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 370: The type or namespace name 'OrbCommandArgs' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 389: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 394: The type or namespace name 'OrbClientInfo' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Well heck I have it working on a test server. Add the System.Runtime.Remoting.dll in the Assemblies-then test again
What is in the client folder- it has the picture of the little house which connects to the server-what files are in this? Like the SDK -Architecinterface, etc .
 
Tried the above, still crashed.

Client Folder contains the following:

Internal (this is a folder)
Save (this is a folder)
OrbServerSDK.cll
Ultima.dll
UO Architect.exe
UO Architect.html
UO ArchiterInteface.dll
 
Last edited:
Out of idea's since it still notes that OrbServerSDK can't be found
Just to show this does work
13917
 
Question. For the assemblies file is this really how this is suppose to be added?
1585410716269.png
I get the following error
1585410747585.png
and I can verify that the System.Runtime.Remoting.dll is in the MainServerFileName/Server/ folder

1585410843176.png
I feel like it is close to working ....so close
 
I have it sort of working getting this error.
1585412440559.png
I notice I don't have an UOArt folder which is referenced in another thread.
 
The dll's should be in the same folder as the servuo exe file, d:servuo.

The dll's go in the very first folder the other files into your customs.
 
Now getting these errors.
This is a fun project to work on while being on lock down....

Errors:
+ Services/Craft/Core/AlterItem.cs:
CS1061: Line 297: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
+ Services/Vendor Searching/VendorSearch.cs:
CS1061: Line 150: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 489: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 747: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 767: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 773: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 781: 'StringList' does not contain a definition for 'GetEntry' and no accessible extension method 'GetEntry' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 785: 'StringEntry' does not contain a definition for 'Format' and no accessible extension method 'Format' accepting a first argument of type 'StringEntry' could be found (are you missing a using directive or an assembly reference?)
+ Services/UltimaStore/UltimaStore.cs:
CS1061: Line 656: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 673: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
+ Services/Expansions/High Seas/Gumps/BountyBoard.cs:
CS1061: Line 100: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 100: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 100: 'StringList' does not contain a definition for 'GetString' and no accessible extension method 'GetString' accepting a first argument of type 'StringList' could be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 
Its not your Client, it's to do with the server. UOArchitect was made along time ago when Runuo was the main system to use, things have been changed and updated in Servuo to be the latest and most up to date. Which Architect are you using? This might be better as I found it on the Servuo pages = https://www.servuo.com/archive/uo-architect.149/
Post automatically merged:

I have it sort of working getting this error.
View attachment 14976
I notice I don't have an UOArt folder which is referenced in another thread.
Will it start if you press continue? if it does set the datapath
 
Last edited:
Yes I am using the version you linked above. From everything I can see I have it installed exactly how everyone says to.

Maybe I'll try on a different computer. I've seen that before where I try to do something on one then try another and it works fine.
 
you nearly had it yesterday, can you rewind back to that error and is it loading if you click continue?
If I click continue nothing happens. It doesn't crash. Which is a good sign. I'll see about the UOP files and see if that does anything next.

In the "game" folder I'm guessing you mean the main UO folder. It doesn't look like that changed anything. Still getting method not found error.
1585496326909.png

So at this point the editor and preview are broke. I can copy items in game say like a cave wall and move it around however there is no way to use the editor if I waned to really build something from ground up.
 
Last edited:
Finally had the chance to recheck mine, editor and preview are broke :/ I never used editor as I use pandoras box to build then to extract, preview was fine.
 
Finally had the chance to recheck mine, editor and preview are broke :/ I never used editor as I use pandoras box to build then to extract, preview was fine.
Ok now I don't feel so bad LOL

Guess I'll have to get Pandora's box working.
 
Back