Keithen Hayenga Posted October 19, 2003 Posted October 19, 2003 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? Quote
Administrators PlausiblyDamp Posted May 22, 2007 Administrators Posted May 22, 2007 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: Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts