You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a runtime error:
System.IO.FileNotFoundException : Could not load file or assembly 'Mirabeau.Sql, Version=4.0.0.2, Culture=neutral, PublicKeyToken=1d6b773a37774738' or one of its dependencies. The system cannot find the file specified.
at Mirabeau.MsSql.Library.SqlParameterExtensions.CreateSqlParameter(String theValue, String parameterName, ParameterDirection direction)
at Tracker.Services.Data.Import.UnitTests.Export.EquipmentDataStandardExporterSql.CreateSqlParametersForIEquipmentDataEntry(IEquipmentDataEntry entry) in D:\projects\trackerservices\source\trackerservicesimports\Tracker.Services.Data.Import.UnitTests\Export\Class1.cs:line 96
at Tracker.Services.Data.Import.UnitTests.Export.Class1.CreateSqlParametersForIEquipmentDataEntryTest() in D:\projects\trackerservices\source\trackerservicesimports\Tracker.Services.Data.Import.UnitTests\Export\Class1.cs:line 52
There is no assembly Mirabeau.Sql. (It was renamed to Mirabeau.MsSql.Library ).
The text was updated successfully, but these errors were encountered:
I get a runtime error:
System.IO.FileNotFoundException : Could not load file or assembly 'Mirabeau.Sql, Version=4.0.0.2, Culture=neutral, PublicKeyToken=1d6b773a37774738' or one of its dependencies. The system cannot find the file specified.
at Mirabeau.MsSql.Library.SqlParameterExtensions.CreateSqlParameter(String theValue, String parameterName, ParameterDirection direction)
at Tracker.Services.Data.Import.UnitTests.Export.EquipmentDataStandardExporterSql.CreateSqlParametersForIEquipmentDataEntry(IEquipmentDataEntry entry) in D:\projects\trackerservices\source\trackerservicesimports\Tracker.Services.Data.Import.UnitTests\Export\Class1.cs:line 96
at Tracker.Services.Data.Import.UnitTests.Export.Class1.CreateSqlParametersForIEquipmentDataEntryTest() in D:\projects\trackerservices\source\trackerservicesimports\Tracker.Services.Data.Import.UnitTests\Export\Class1.cs:line 52
There is no assembly Mirabeau.Sql. (It was renamed to Mirabeau.MsSql.Library ).
The text was updated successfully, but these errors were encountered: