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.
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
Milva submitted a new resource: UO Architect Update - Building Tried to just edit- the UO Architect release which Hank has posted, but it was giving me errors . So for now you will need to replace the MobileSaver.cs script-- as it needed updated. Credit for update to: Dexter_Lexia Read...
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 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 .
Question. For the assemblies file is this really how this is suppose to be added?
I get the following error
and I can verify that the System.Runtime.Remoting.dll is in the MainServerFileName/Server/ folder
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/
Are you using windows? Have you tried adding the converted UOP folder into your "game folder"? If not the 2nd posted down -extract and add this folder into your game folder. https://www.servuo.com/threads/pandoras-box-source.4522/
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.
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.
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.