Strong-Name 1.1 module incompatible with 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have modules that have been strong-named with .Net Framework 1.1. When
these modules are installed on a machine which has .Net Framework 2.0, I
receive an error code 8013150D -- COR-E-VERIFICATION error.

If .Net Framework 2.0 is removed form the machine, the modules work fine.

I'm not ready to recompile these modules with .Net Framework 2.0. Any
suggestions on how to get around this problem?

Thanks...Steve
 
You need to make some configuration changes to make this work. Look at the
supportedRuntime element in the MSDN documentation.
 
Back
Top