Hi Akshai,
Here are some more details :
The inner exception information is null, but it is showing
_COMPlusExceptionCode = -532459699.
Error Details :-
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.Web.Services.Protocols.SoapException: An
error occurred while processing the request.
Source Error:
Line 105: [return:
System.Xml.Serialization.XmlElementAttribute("return",
Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
Line 106: public System.Xml.XmlElement
Execute([System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
System.Xml.XmlElement Command,
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
System.Xml.XmlElement Properties) {
Line 107: object[] results = this.Invoke("Execute", new object[]
{
Line 108: Command,
Line 109: Properties});
Source File: e:\MCC prj\Execute\App_Code\MsXmlAnalysis.cs Line: 107
Stack Trace:
[SoapException: An error occurred while processing the request.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall) +533462
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) +204
MsXmlAnalysis.Execute(XmlElement Command, XmlElement Properties) in
e:\MCC prj\Execute\App_Code\MsXmlAnalysis.cs:107
_Default.execute(String Command, String Properties) in e:\MCC
prj\Execute\Default.aspx.cs:58
_Default.Execute_Click(Object sender, EventArgs e) in e:\MCC
prj\Execute\Default.aspx.cs:30
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String
eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+5102
HTTP Trace Information :
Unhandled Execution Error
An error occurred while processing the request.
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 MsXmlAnalysis.Execute(XmlElement Command, XmlElement Properties)
in e:\MCC prj\Execute\App_Code\MsXmlAnalysis.cs:line 107
at _Default.execute(String Command, String Properties) in e:\MCC
prj\Execute\Default.aspx.cs:line 58
at _Default.Execute_Click(Object sender, EventArgs e) in e:\MCC
prj\Execute\Default.aspx.cs:line 30
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String
eventArgument)
at
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection
postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I am trying sample application, but it's throwing same exception.
Thanks,
Bhakti
Akshai Mirchandani [MS] wrote:
|