Forum member

pgpacc

6 posts

Posts by pgpacc

  1. 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…

  2. 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…

  3. Problems with .slnx format on buildserver

    Much better 😊 It seems to be working now. Thank you very much 👍

  4. 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.

  5. 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]

  6. 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…