Forum member
pgpacc
6 posts
Posts by pgpacc
-
System.DllNotFoundException: Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x86.dll'
I have a reference to FuentMigrator.Runner [code=xml] <PackageReference Include="FluentMigrator.Runner" Version="7.0.0" /> [/code] And from what I can see, that has a reference to FluentMigrator.Runner.SqlServer -> Microsoft.Data.SqlClient -> Microsoft.Data.SqlClient.SNI I'm not a bi…
23 Jul 2026 12:41 UTC
-
System.DllNotFoundException: Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x86.dll'
I very often get this error when running NCrunch: [quote] Exception occurred while testing (unknown migration) System.DllNotFoundException: Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x86.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Microsoft.D…
23 Jul 2026 12:07 UTC
-
Problems with .slnx format on buildserver
Much better 😊 It seems to be working now. Thank you very much 👍
05 Mar 2026 07:11 UTC
-
Problems with .slnx format on buildserver
It is working fine in VS2026. Both NCrunch 5.20.0.2 and 5.21.0.5. I'll send my .slnx through the form.
04 Mar 2026 10:39 UTC
-
Problems with .slnx format on buildserver
I have installed 5.21.0.5 and now it does not generate an error. But my build report is kind of empty :( [code]Tests passed: 0, failed: 0, not run 0[/code] Compare to when I run it against the .sln [code]Tests passed: 8852, failed: 0, not run 0[/code]
04 Mar 2026 08:56 UTC
-
Problems with .slnx format on buildserver
Just migrated my solution to .slnx format In Visual Studio ncrunch is happy. But when building on the build server I get this: [code=plain][PID:338172 07.26.14.7233 InitialisationQueueTask-19] ERROR (Load): Error occurred during load of component at C:\Users\me\work\master.slnx: System.Exce…
04 Mar 2026 06:45 UTC