View Single Post
  #4  
Old 05-21-2012, 07:09 PM
podvoxx podvoxx is offline
Approved Member
 
Join Date: Feb 2010
Posts: 190
Default

Not work , I have this error whith your code:

Code:
[22:50:10]	=================================================
[22:50:10]	System.IO.FileNotFoundException: Could not load file or assembly 'SMPlocalization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Не удается найти указанный файл.
[22:50:10]	File name: 'SMPlocalization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
[22:50:10]	
[22:50:10]	Server stack trace: 
[22:50:10]	   at Mission.OnTickGame()
[22:50:10]	   at maddox.game.ABattle.OnTickGame()
[22:50:10]	   at maddox.game.world.Strategy.OnTickGame()
[22:50:10]	   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
[22:50:10]	   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
[22:50:10]	
[22:50:10]	Exception rethrown at [0]: 
[22:50:10]	   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
[22:50:10]	   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
[22:50:10]	   at maddox.game.IBattle.OnTickGame()
[22:50:10]	   at maddox.game.GameDef.tickGame()
[22:50:10]	   at Rnn9R0HNW1FFeT2aIDs.ltiVH2HK9YyK7SdiCrk.8IDxVdt1dPyeHPkw7Ndf(Object )
[22:50:10]	   at Rnn9R0HNW1FFeT2aIDs.ltiVH2HK9YyK7SdiCrk.NaqwoOS5Joc()
[22:50:10]	   at JHVeKKyORf15WCVE1pL.eE20r2yPeQB95WctiCJ.ZRMSPQBwmiC(Boolean , Boolean )
[22:50:10]	
[22:50:10]	WRN: Assembly binding logging is turned OFF.
[22:50:10]	To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
[22:50:10]	Note: There is some performance penalty associated with assembly bind failure logging.
[22:50:10]	To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
[22:50:10]	
[22:50:10]	=================================================
Reply With Quote