I just upgraded my account to Windows 2008 and ASP.NET 4.0 One of my web pages uses the aspNetEmail component to send email. Since upgrading I get this error message: CrytographicException: Object already exists. Any clues why I am getting this error and how do I correct? Thanks
Resolved Well, I copied to the lastest version (3.6.1.50) of aspnetEmail.dll to my bin folder and change the header of my web page to use this version and everything now works. Thanks