parag
06-30-2010, 07:43 AM
Hello,
While we are tring to apply asp.net 4.0 on dotnet panel windows server.
Its gives us error as below in dotnet panel.
Please help.
'', hexadecimal value 0x01, is an invalid character.
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.ArgumentException: '', hexadecimal value 0x01, is an invalid character.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: '', hexadecimal value 0x01, is an invalid character.]
System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType) +1867754
System.Xml.DocumentXmlWriter.WriteString(String text) +29
System.Xml.XmlWellFormedWriter.WriteString(String text) +84
Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +12
Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +12
System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) +606
System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream) +1224
System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e) +106
System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() +782
System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context) +134
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4205
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 DotNetPanel.EnterpriseServer.esWebServers.UpdateWebSite(WebSite site)
at DotNetPanel.Portal.WebSitesEditSite.SaveWebSite()
While we are tring to apply asp.net 4.0 on dotnet panel windows server.
Its gives us error as below in dotnet panel.
Please help.
'', hexadecimal value 0x01, is an invalid character.
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.ArgumentException: '', hexadecimal value 0x01, is an invalid character.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: '', hexadecimal value 0x01, is an invalid character.]
System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType) +1867754
System.Xml.DocumentXmlWriter.WriteString(String text) +29
System.Xml.XmlWellFormedWriter.WriteString(String text) +84
Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +12
Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +12
System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) +606
System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream) +1224
System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e) +106
System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() +782
System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context) +134
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4205
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 DotNetPanel.EnterpriseServer.esWebServers.UpdateWebSite(WebSite site)
at DotNetPanel.Portal.WebSitesEditSite.SaveWebSite()
