Author |
|
GuyB Newbie
Joined: 02 October 2008 Location: United Kingdom
Online Status: Offline Posts: 8
|
Posted: 31 October 2008 at 9:30am | IP Logged
|
|
|
Hi There
I'm using the webmail integration object as described in the help file. However when I call my LaunchWebmail.aspx file which uses the integration object to log into mail and show the webmail interface. The following error occurs.
=======================
Could not load file or assembly 'MailBee.NET, Version=3.1.2.100, Culture=neutral, PublicKeyToken=cd85b70fb26f9fc1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
=======================
I have tried copying the Mailbee.net.dll file and the Webmail.dll file from the webmail bin folder into the bin folder. This resolved the initial missing namespace problem but now this versioning issue has occurred.
Any help would me most welcome.
Guy
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 November 2008 at 2:15am | IP Logged
|
|
|
First of all, please make sure that WebMail Pro itself is working correctly, i.e. log into your account through WebMail login form.
Also, try to remove the references to Mailbee.net.dll and Webmail.dll in your project, add them again and recompile the project.
Please let us know the outcome.
Regards,
Igor
|
Back to Top |
|
|