Dejan Beric
Dejan Beric
I am using a nuget library which uses CLI/C++ dll which could not load in Azure Functions but loads correctly on my machine. This dll which needs to be loaded...
I am having the same issue. Tried adding assembly resolve to app.config, also tried with AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve; and still I get that error. I am running net472 console app...
I am having an issue where I have a lot of apps (WebApps, Console, Azure Cloud Services, Azure Functions) which needed to be converted to .NET 6. Now, all of...
Thanks, it works when I multitargeted to net472 and net6.0.
I was also looking for a solution to getting the inserted ids on bulk copy. Does anyone know how big is the overhead when using the temp-table and then InsertWithOutput()...