Pikhulya
Pikhulya
Due to specifics of our application we load the assembly Microsoft.SqlServer.Dac.dll, as well as all other it relies on, by leveraging the method[ Assembly.Load(byte[])](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assembly.load?view=netcore-3.1#System_Reflection_Assembly_Load_System_Byte___). Then, once we call DacServices.Deploy(), it...
I have .net core 3.1 application (targeting win-x64, also tried win10-x64 with the same results) referencing netstadard 2.0 [Microsoft.SqlServer.DACFx 150.4826.1](https://www.nuget.org/packages/Microsoft.SqlServer.DACFx/) which fails with not actionable exception: ``` Microsoft.SqlServer.Dac.DacServicesException HResult=0x80131500 Message=An...