Error When Running CodeCoverage

Posts   
 
    
kraffay
User
Posts: 8
Joined: 15-Jun-2012
# Posted on: 16-Jul-2012 23:08:02   

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?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 17-Jul-2012 06:59:27   

Please give more info about your environment: i.e., Are you using the shipped LLBLGen assemblies or are you using the LLBLGen source code?

How are you running that CodeCoverage?

David Elizondo | LLBLGen Support Team
kraffay
User
Posts: 8
Joined: 15-Jun-2012
# Posted on: 17-Jul-2012 17:43:35   

I think it just might be a contention issue due to the Code Coverage instrumentation. We removed an assembly from coverage and it works fine. We were using the shipped LLBLGen Pro assemblies.