mappoint and COM+

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

Guest

Hello
I 'm writting a code in C#
I'd like to make a COM+ component that uses mappoint library
If I add reference to my project it doesnt compile - compiler complains that
interop.Mappoint has not strong name. What should I do, or maybe should I
use DLLimport instead?
Thanx for replies
 
it sounds as though you have strongly named your assemblies, therefore any
..net assemblies it references are required to be strong named as well. You
will have to generate an interop assembly for the mappoint that is strongly
named.

http://support.microsoft.com/?id=304295

HTH

Ollie Riches
 

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

Back
Top