Mailbox create not ...
 
Notifications
Clear all

Mailbox create not working on localhost.

7 Posts
3 Users
0 Likes
1,654 Views
Posts: 14
Topic starter
(@vardhman)
Active Member
Joined: 6 years ago

Hello,

Just download code from git and trying to run project. but create mailbox not working.

 

Attached error screenshot. please check .

6 Replies
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

 

It doesnt appear to have uploaded the screenshots correctly. Can you try again?

 

Are you trying to run and compile the code?

 

Thanks,

 

Trev

Reply
Posts: 14
Topic starter
(@vardhman)
Active Member
Joined: 6 years ago

Hello,

yes, rebuild all solution and than try to run. but breakpoints not working.

 

also on create mailbox account getting "-1"  error.

Reply
Posts: 14
Topic starter
(@vardhman)
Active Member
Joined: 6 years ago

Hello, Error like :

[Create New Mailbox]

Error creating mailbox. See audit log for more details.

 

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_MAILBOX' task on 'Test test' EXCHANGE ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.FileLoadException: Could not load file or assembly 'SolidCP.Providers.Base, Version=1.0.1.0, Culture=neutral, PublicKeyToken=da8782a6fc4d0081' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.Type.GetType(String typeName) at SolidCP.Providers.HostingServiceProviderWebService.get_Provider() in E:CPSolidCPSourcesSolidCP.Providers.BaseCommonHostingServiceProviderWebService.cs:line 52 at SolidCP.Server.Organizations.GetUserGeneralSettings(String loginName, String organizationId) in E:CPSolidCPSourcesSolidCP.ServerOrganizations.asmx.cs:line 122 --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at SolidCP.Providers.HostedSolution.Organizations.GetUserGeneralSettings(String loginName, String organizationId) in E:CPSolidCPSourcesSolidCP.Server.ClientOrganizationProxy.cs:line 478 at SolidCP.EnterpriseServer.ExchangeServerController.CreateMailbox(Int32 itemId, Int32 accountId, ExchangeAccountType accountType, String accountName, String displayName, String name, String domain, String password, Boolean sendSetupInstructions, String setupInstructionMailAddress, Int32 mailboxPlanId, Int32 archivedPlanId, String subscriberNumber, Boolean EnableArchiving) in E:CPSolidCPSourcesSolidCP.EnterpriseServer.CodeExchangeServerExchangeServerController.cs:line 1884 --- End of inner exception stack trace --- at SolidCP.EnterpriseServer.ExchangeServerController.CreateMailbox(Int32 itemId, Int32 accountId, ExchangeAccountType accountType, String accountName, String displayName, String name, String domain, String password, Boolean sendSetupInstructions, String setupInstructionMailAddress, Int32 mailboxPlanId, Int32 archivedPlanId, String subscriberNumber, Boolean EnableArchiving) in E:CPSolidCPSourcesSolidCP.EnterpriseServer.CodeExchangeServerExchangeServerController.cs:line 2057 at SolidCP.EnterpriseServer.esExchangeServer.CreateMailbox(Int32 itemId, Int32 accountId, ExchangeAccountType accountType, String accountName, String displayName, String name, String domain, String password, Boolean sendSetupInstructions, String setupInstructionMailAddress, Int32 mailboxPlanId, Int32 archivedPlanId, String subscriberNumber, Boolean EnableArchiving) in E:CPSolidCPSourcesSolidCP.EnterpriseServeresExchangeServer.asmx.cs:line 247 --- End of inner exception stack trace ---

Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Hello,

before your able to run the project you will need to build the project using the build-release.bat file included in the source.

It will generate and put in place all nessecary dll's into several sln projects.

This will resolve the issue your having with missing assemblies (dll's).

Regards,

Marco

Reply
Page 1 / 2
Share: