We are using LLBLGen Pro 3.5 and MS Team Test. Our unit tests run fine until we try to use CodeCoverage. At that point, our event log fills up with these kinds of errors:
Message: Could not load file or assembly 'SD.LLBLGen.Pro.QuerySpec, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
Has anybody come across this problem?