The creator of this fault did not specify a Reason.
This type of error is already discussed frequently in this and other forums. It means that an error happened and that the developer of the service didn't specify the reason. My problem is that I DID specify a reason...The full error I get:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The creator of this fault did not specify a Reason.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ServiceModel.FaultException`1[[Test.Web.Client.WebProvisioningService.HostingServiceFault, App_Code.duhqurj5, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]: The creator of this fault did not specify a Reason.
Source Error:
Line 611:
Line 612: Public Function CreateEmptyWebSite(ByVal siteName As String) As Boolean Implements Test.Web.Client.WebProvisioningService.IWebProvisioningService.CreateEmptyWebSite
Line 613: Return MyBase.Channel.CreateEmptyWebSite(siteName)
Line 614: End Function
Line 615:
Source File: C:\inetpub\wwwroot\client\App_Code\WebProvisioningService.vb Line: 613
Stack Trace:
[FaultException`1: The creator of this fault did not specify a Reason.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +7599103
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +275
Test.Web.Client.WebProvisioningService.IWebProvisioningService.CreateEmptyWebSite(String siteName) +0
Test.Web.Client.WebProvisioningService.WebProvisioningServiceClient.CreateEmptyWebSite(String siteName) in C:\inetpub\wwwroot\client\App_Code\WebProvisioningService.vb:613
_Default3.btnSubmit_Click(Object sender, EventArgs e) in C:\inetpub\wwwroot\client\Default3.aspx.vb:118
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
--------------------------------------------------------------------------------
有哪位高手可以帮忙解决