Advertisement
Guest User

Untitled

a guest
Jan 7th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. Starting database
  2. [17:54:14] Resource database started!
  3. [17:54:14] EXCEPTION IN RESOURCE database INSIDE SCRIPTENGINE Database
  4. [17:54:14] System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. El sistema no puede encontrar el archivo especificado.
  5. File name: 'MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' ---> System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\Gonzalo\Desktop\niggen\resources\niggen\MySql.Data.dll' or one of its dependencies. El sistema no puede encontrar el archivo especificado.
  6. File name: 'file:///C:\Users\Gonzalo\Desktop\niggen\resources\niggen\MySql.Data.dll'
  7. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  8. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  9. at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
  10. at System.Reflection.Assembly.LoadFrom(String assemblyFile)
  11. at GTANetworkServer.GameServer.<.ctor>b__0_1(Object sender, ResolveEventArgs args)
  12. at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
  13.  
  14. WRN: Assembly binding logging is turned OFF.
  15. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  16. Note: There is some performance penalty associated with assembly bind failure logging.
  17. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  18.  
  19. at Database.onResourceStart()
  20. at GTANetworkServer.ScriptingEngine.<InvokeResourceStart>b__28_0()
  21. at GTANetworkServer.ScriptingEngine.<>c__DisplayClass23_0.<MainThreadLoop>b__0(Object <state>)
  22.  
  23.  
  24. [17:54:14] Error/warning while compiling script!
  25. [17:54:14] Error (CS0006) at 0: Metadata file 'MySql.Data.dll' could not be found
  26. [17:54:14] ERROR STARTING RESOURCE nagon
  27. [17:54:14] System.ArgumentNullException: Value cannot be null.
  28. Parameter name: source
  29. at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)
  30. at GTANetworkServer.GameServer.StartResource(String resourceName, String father)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement