Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings
Errors:
+ Costum/Nova pasta/Server/OrbRemoteServer/OrbServer.cs:
CS1514: Line 12: { expected
CS1022: Line 13: Type or namespace definition, or end-of-file expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
i am getting this error after trying to solve it , it has like 16 errors fixed them , just cant discover whats goin on , if someone could help i apreciate.
Errors:
+ Costum/Nova pasta/Server/OrbRemoteServer/OrbServer.cs:
CS1514: Line 11: { expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
C#:
using System;
using System.Collections;
using OrbServerSDK;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using Server.Accounting;
using Server;
using Server.Network;
using System.Threading;
namespace Server.Engines.OrbRemoteServer
class OrbServer
{
private static readonly int SERVER_PORT = 2594;
private static readonly AccessLevel REQUIRED_ACCESS_LEVEL = AccessLevel.GameMaster;
private static readonly string SERVER_VERSION = "";
private static readonly string SERVER_NAME = "UO Architect Server for RunUO 2.0";
private static Hashtable m_Registry = System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable(0);
private static Hashtable m_Clients = new Hashtable();
Errors:
+ Costum/Nova pasta/Server/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 fou
nd (are you missing a using directive or an assembly reference?)
+ Costum/Nova pasta/Server/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 fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbClientInfo' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 23: The type or namespace name 'OrbRequestArgs' could not be fo
und (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 fou
nd (are you missing a using directive or an assembly reference?)
+ Costum/Nova pasta/Server/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?)
+ Costum/Nova pasta/Server/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 fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'DeleteItems.OnCommand(OrbClientInfo, OrbCommandArgs)': no
suitable method found to override
+ Costum/Nova pasta/Server/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 foun
d (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbClientInfo' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'OrbRequestArgs' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0115: Line 29: 'ExtractItemsRequest.OnRequest(OrbClientInfo, OrbRequestArg
s)': 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 fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 21: The type or namespace name 'ExtractRequestArgs' could not b
e found (are you missing a using directive or an assembly reference?)
+ Costum/Nova pasta/Server/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 fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbRequestArgs' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'GetLocationRequest.OnRequest(OrbClientInfo, OrbRequestArgs
)': no suitable method found to override
+ Costum/Nova pasta/Server/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 fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'OrbCommandArgs' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0115: Line 15: 'MoveItemsCommand.OnCommand(OrbClientInfo, OrbCommandArgs)'
: no suitable method found to override
+ Costum/Nova pasta/Server/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 fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 24: The type or namespace name 'OrbRequestArgs' could not be fo
und (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 n
ot be found (are you missing a using directive or an assembly reference?)
+ Costum/Nova pasta/Server/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 names
pace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
CS0246: Line 43: The type or namespace name 'OrbClientInfo' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 43: The type or namespace name 'OrbCommandArgs' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 65: The type or namespace name 'OrbClientInfo' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 70: The type or namespace name 'OrbClientInfo' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 70: The type or namespace name 'OrbRequestArgs' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 70: The type or namespace name 'OrbResponse' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 102: The type or namespace name 'OrbRequest' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 125: The type or namespace name 'OrbCommand' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 218: The type or namespace name 'OrbClientInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 218: The type or namespace name 'LoginCodes' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 349: The type or namespace name 'OrbRequest' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 349: The type or namespace name 'OrbRequestArgs' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 346: The type or namespace name 'OrbRequest' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 347: The type or namespace name 'OrbRequestArgs' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 371: The type or namespace name 'OrbCommand' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 371: The type or namespace name 'OrbCommandArgs' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 368: The type or namespace name 'OrbCommand' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 369: The type or namespace name 'OrbCommandArgs' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 388: The type or namespace name 'OrbClientInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 393: The type or namespace name 'OrbClientInfo' could not be fo
und (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.
put it back nd got this
Post automatically merged:
Errors:
+ Costum/Nova pasta/Server/OrbRemoteServer/OrbServer.cs:
CS1514: Line 11: { expected
CS1022: Line 12: Type or namespace definition, or end-of-file expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
C#:
using System;
using System.Collections;
using OrbServerSDK;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using Server.Accounting;
using Server;
using Server.Network;
using System.Threading;
namespace Server.Engines.OrbRemoteServer;
{
class OrbServer
{
private static readonly int SERVER_PORT = 2594;
private static readonly AccessLevel REQUIRED_ACCESS_LEVEL = AccessLevel.GameMaster;
private static readonly string SERVER_VERSION = "";
private static readonly string SERVER_NAME = "UO Architect Server for RunUO 2.0";
private static Hashtable m_Registry = System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable(0);
private static Hashtable m_Clients = new Hashtable();
these are all "using or assembly references" errors.... I'm not familiar with the system you are using... but it seems you are either missing the using statements for all those errors... or missing some scripts that it is trying to reference.... sorry but I won't be of much help from here... maybe some one who is better suited will respond.