#Patow Posted December 18, 2018 Posted December 18, 2018 Hi, I have a database in SQL, when i use a command /login this error appears: Spoiler UNHANDLED EXCEPTION IN COMMAND login FOR RESOURCE gamemode System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.SqlClient, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cant fount the file. at Usuario gamemode.database.buscarUsuario(string usuario, string contraseña) at void gamemode.Main.logueoUsuario(Client client, string usuario, string contrasenia) in C:\Users\Pato Clavijo\Desktop\Carpetas\GTA - RAGEMP\bridge\resources\gamemode\Main.cs:line 38 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) at bool GTANetworkInternals.CommandParser.Parse(Client sender, string cmdRaw, string ourcmd, string[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\CommandHandler.cs:line 246 I have a folder complier/netcore2.0 and inside the gamemode.dll.
SolSoCoG Posted February 7, 2019 Posted February 7, 2019 Am 18.12.2018 um 15:04 schrieb #Patow: System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.SqlClient, Version=4.5.0.0, Some sqlclient file, probably a dll in case of C# seems to be missing.
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