Author |
|
cezar2008 Newbie
Joined: 13 February 2009 Location: Romania
Online Status: Offline Posts: 6
|
Posted: 13 February 2009 at 12:57am | IP Logged
|
|
|
Webmail Pro version 4.4 ASP.NET version + SQl SERVER 2000 or 2005 same error in Admin panel : Failed to create new user account !
Please help !
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 February 2009 at 1:41am | IP Logged
|
|
|
1. Please make sure database connection is configured properly. Go to Admin Panel / WebMail / Database Settings and press "Test Connection" button.
2. Make sure "Incoming Mail" and "Outgoing Mail" fields contain a valid mail server address for the domain you try to create the account in.
3. If you're sure everything is correct, please provide us with access to your Admin Panel installation, so we'd be able to investigate it.
Best regards,
Andrew
|
Back to Top |
|
|
cezar2008 Newbie
Joined: 13 February 2009 Location: Romania
Online Status: Offline Posts: 6
|
Posted: 13 February 2009 at 2:01am | IP Logged
|
|
|
connection is OK . Adding a new domain is working fine.
The error is : Could not load file or assembly 'MailBee.NET, Version=4.0.2.114, 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).
You have somewhere a reference to an old assembly...
|
Back to Top |
|
|
cezar2008 Newbie
Joined: 13 February 2009 Location: Romania
Online Status: Offline Posts: 6
|
Posted: 13 February 2009 at 2:05am | IP Logged
|
|
|
Stack Trace:
[FileLoadException: Could not load file or assembly 'MailBee.NET, Version=4.0.2.114, 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)]
WebMailPro.Account.set_Email(String value) +0
WebMailPro.DbManager.ReadAccount(IDataRead er reader) +1178
WebMailPro.DbManager.SelectAccountData(Int 32 id_acct, Int32 id_user, Boolean with_mailing_lists) +131
[WebMailDatabaseException: Could not load file or assembly 'MailBee.NET, Version=4.0.2.114, 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)]
WebMailPro.DbManager.SelectAccountData(Int 32 id_acct, Int32 id_user, Boolean with_mailing_lists) +275
WebMailPro.Account.LoadFromDb(Int32 id_acct, Int32 id_user, Boolean with_mailing_lists) +89
WebMailPro.Account.LoadFromDb(Int32 id_acct, Int32 id_user) +7
user_webmail_edit.Page_Load(Object sender, EventArgs e) +511
System.Web.Util.CalliHelper.EventArgFuncti onCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateP roxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Bool ean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 February 2009 at 4:02am | IP Logged
|
|
|
Thank you for the details you provided.
Please download the latest version of WebMail Pro ASP.NET and update all the files within the web folder of your current installation, except web.config.
Once opened WebMail, don't forget to press Ctrl+F5 or Ctrl+R in your web browser to update JS cache.
The update should resolve the issue.
Best regards,
Andrew
|
Back to Top |
|
|
cezar2008 Newbie
Joined: 13 February 2009 Location: Romania
Online Status: Offline Posts: 6
|
Posted: 13 February 2009 at 4:42am | IP Logged
|
|
|
Thanks Andrew !
|
Back to Top |
|
|
cezar2008 Newbie
Joined: 13 February 2009 Location: Romania
Online Status: Offline Posts: 6
|
Posted: 13 February 2009 at 4:51am | IP Logged
|
|
|
User created, logged in, received emails etc.. everything works great excepting calendar.
When I try to see the calendar I get the Loading message in top-right corner and that's all.
Also in Settings if try to acces Calendar settings : Object reference not set to an instance of an object.
Any suggestions ?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 February 2009 at 5:41am | IP Logged
|
|
|
If you specified connection string in Admin Panel / WebMail / Database Settings manually, please remove it and configure the database connection through the separate fields, i.e. fill the following fields:
- SQL login
- SQL password
- Database name
- Host
The following fields must be empty:
- Data source (DSN)
- Use connection string should be OFF.
Does it help?
Best regards,
Andrew
|
Back to Top |
|
|
cezar2008 Newbie
Joined: 13 February 2009 Location: Romania
Online Status: Offline Posts: 6
|
Posted: 13 February 2009 at 5:48am | IP Logged
|
|
|
Thanks again and Have nice weekend !
|
Back to Top |
|
|