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
 
Back
Top