I got it to work

But now I'm getting this error...:
Quote:
Warnings:
+ Boxserver/Core/Boxserver.cs:
CS0618: 'System.Runtime.Remoting.Channels.ChannelServices. RegisterChannel<System.Runtime.Remoting.Channels.I Channel>' is obsolete: 'Use System.Runtime.Remoting.ChannelServices.RegisterCh annel<IChannel chnl, bool ensureSecurity> instead.'
+ Misc/ServerList.cs:
CS0162: Line 48: Unreachable code detected
Errors:Errors:
+ Boxserver/Core/Authentication.cs:
CS0266: Line 44: Cannot implicitly convert type 'Server.Accounting.IAccount' to "Server.Accounting.Account'. An explicit conversion exists <are you missing a cast?>
CS0029: Line 152: Cannot implicitly convert type 'Server.Misc.PasswordProtection' to 'bool'
+ Boxserver/Datafiles/BoxData.cs:
CS234: Line 26: The type or namespace name 'Register' does not exist in the namespace 'Server.Commands' <are you missing an assembly reference?>
+ Boxserver/Datafiles/Props.cs:
CS234: Line 58: The type or namespace name 'Register' does not exist in the namespace 'Server.Commands' <are you missing an assembly reference?>
+ Boxserver/Datafiles/SpawnData.cs:
CS234: Line 52: The type or namespace name 'Register' does not exist in the namespace 'Server.Commands' <are you missing an assembly reference?>
+ Boxserver/Modules/ScriptExplorer/ExplorerMessage.cs:
CS234: Line 45: The best overloaded method match for 'TheBox.BoxServer.BoxMessage.Authenticate<string, bool>' has some invalid arguments
CS1503: Line 45: Argument '2': cannot convert from 'Server.Misc.PasswordProtection' to 'bool'
|
Thank you in advance for any help =^_^=