views:

150

answers:

1

I am receiving an exception when I try to use the introspection engine:

Could not load file or assembly 'Microsoft.Cci, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Anyone got this exception?

+2  A: 

Ok, fixed it. FxCop assemblies are 32bit, my project was 64bit. Changed the build to x86 and the problem is fixed.