strong name for Redemption?

Keithen Hayenga

New member
Joined
Oct 18, 2003
Messages
1
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?
 
Not sure why you are getting that error as the Redemption library is a COM library and not a .Net dll - it shouldnt 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:
 
Back
Top