Hello,
I had a VB project build with Typemock 6.0.3 referenced, compiled and all tests where green.
I ran the 6.0.4 installer, and the project does not compile anymore.
The references for the test project refer to the new 6.04 dll's but the errors/warnings are:
Warning 1 Could not resolve this reference. Could not locate the assembly "Typemock.Isolator.VisualBasic, Version=6.0.3.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DCDC_Poort_VB_Tests
Warning 2 Could not resolve this reference. Could not locate the assembly "TypeMock, Version=6.0.3.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DCDC_Poort_VB_Tests
Warning 3 Namespace or type specified in the Imports 'TypeMock.Isolator.VisualBasic' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:DevelopmentTestDCTestForm1DCDC_Poort_VB_TestsKCFactorysTests.vb 4 9 DCDC_Poort_VB_Tests
Do I have to remove and add the references for TypeMock in each project when an update for Isolator is installed? (this solves the problem)
Are there breaking changes that necessitate this remove and re-add of typeMock to the project?
Can the reference be made version independent?
Regards,
Ed
ps my dev environment is VS2008