Strong-Name 1.1 module incompatible with 2.0

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
 
C

Christopher Reed

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top