Hi Bar.
Sorry for the late reply :)
It seems to be in regard to tests using the MockManager - but not all tests using MockManager fails...
In some of the tests the asserts just don't pass when having 7.5.6 installed, but do when 7.3 is installed - in a few other tests, the following exception is thrown:
TypeMock.VerifyException:
TypeMock Verification: Expected a new instance of System.Data.SqlClient.SqlParameter (try using MockAll)
Method System.Data.SqlClient.SqlParameter..ctor() has 1 more expected calls
Method System.Data.SqlClient.SqlParameter.set_Direction() has 1 more expected calls
Method System.Data.SqlClient.SqlParameter.set_Value() has 1 more expected calls
Expected a new instance of System.Data.SqlClient.SqlParameter (try using MockAll)
Method System.Data.SqlClient.SqlParameter..ctor() has 1 more expected calls
Method System.Data.SqlClient.SqlParameter.set_Direction() has 1 more expected calls
Method System.Data.SqlClient.SqlParameter.set_Value() has 1 more expected calls
Call to System.Data.SqlClient.SqlCommand..ctor() expected 3 arguments but was called with 0
Method System.Data.SqlClient.SqlCommand.ExecuteNonQuery() has 1 more expected calls
Method System.Data.SqlClient.SqlTransaction.Commit() has 1 more expected calls
Result StackTrace:
at TypeMock.MockManager.Verify()
I think we have previous had an email correspodance with you in the company I'm at, is it OK if I send the code samples to you via mail?
Regards,
Peter