System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Common, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
Is there no autoreferencing on linux like on the windows server build? Basically the dll in in the runtime folder, but It doesn't really want to find It, and I do not want to reference every dll in a meta.xml
No auto referencing on Linux?
in Server
Posted
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Common, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
Is there no autoreferencing on linux like on the windows server build? Basically the dll in in the runtime folder, but It doesn't really want to find It, and I do not want to reference every dll in a meta.xml