Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I am building a COM Add-in for Outlook 2002 using VB .NET. I am trying to use Redemption DLL to access a MailItem message id, which is not provided normally. I have installed the developer version of Redemption, then added a reference to Redemption in my VB .NET project. The result is that i can no longer build without getting the error message, "Unable to emit assembly; Referenced assembly 'Interop.Redemption' does not have a strong name". Do you know what i have to do to get around this?
  • 3 years later...
  • Administrators
Posted

Not sure why you are getting that error as the Redemption library is a COM library and not a .Net dll - it shouldn't need a strong name (and has no way to get one either).

 

Try removing the reference and deleting the various .dll files from the output folder and then add the reference back again. You never know - it might work :rolleyes:

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...