Division Posted March 24, 2019 Share Posted March 24, 2019 Hey, I always get errors like: ==================[24.03.2019 21:39:41]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Runtime' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[24.03.2019 21:39:45]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Data.Common' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= First they result in server crash, than I added all needed .dll files into /bin/Debug/netcore2.2/. Now the server and functions are working without crashing but the server_exceptions.txt always writing this errors. How can I fix this errors? Link to comment Share on other sites More sharing options...
Division Posted March 26, 2019 Author Share Posted March 26, 2019 can no one give me an answer? Link to comment Share on other sites More sharing options...
MiMIMi Posted March 26, 2019 Share Posted March 26, 2019 Did you install the Gtanetworkapi thru NuGet? Are you using MySQL .NET connector? Had similar error messages before. Link to comment Share on other sites More sharing options...
Division Posted March 27, 2019 Author Share Posted March 27, 2019 vor 18 Stunden schrieb MiMIMi: Did you install the Gtanetworkapi thru NuGet? Are you using MySQL .NET connector? Had similar error messages before. First I did, than I removed it and added the bootstrapper.dll as reference. I use MySQL .NET connector (thru nuget) Link to comment Share on other sites More sharing options...
Division Posted March 29, 2019 Author Share Posted March 29, 2019 Seems like the more libraries I use, they are always throwing exceptions ==================[26.03.2019 22:41:50]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Runtime' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:41:50]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Threading.Timer' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:42:50]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Collections' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:42:50]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Linq' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:45:19]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Data.Common' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:45:19]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Linq.Expressions' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:46:32]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'Newtonsoft.Json' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[26.03.2019 22:46:32]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Diagnostics.Debug' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now