WCF Service Error
-
Saturday, June 11, 2011 6:42 PM
Hello,
I need som help, please.
I have an error on my WCF Service and i'm not able to fix it. I need urgent help...
Server Error in '/' Application.
The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.
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: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.
Source Error:
Line 547: public void InsertAcompanhanteData(string Nome, string Morada, string codPostal, string Localidade, int contacto, int NrBI, string Email, string Observacoes) Line 548: { Line 549: base.Channel.InsertAcompanhanteData(Nome, Morada, codPostal, Localidade, contacto, NrBI, Email, Observacoes); Line 550: } Line 551:
Source File: C:\Users\Pedro\Documents\My Dropbox\ISMAI\3.Ano\PWEB\2011\TrabalhoFinal\ISAP\Client_WCFISAPService\Client_WCFISAPService\generatedProxy.cs Line: 549
Stack Trace:
[FaultException: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +9464367 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +345 IISAPService.InsertAcompanhanteData(String Nome, String Morada, String codPostal, String Localidade, Int32 contacto, Int32 NrBI, String Email, String Observacoes) +0 ISAPServiceClient.InsertAcompanhanteData(String Nome, String Morada, String codPostal, String Localidade, Int32 contacto, Int32 NrBI, String Email, String Observacoes) in C:\Users\Pedro\Documents\My Dropbox\ISMAI\3.Ano\PWEB\2011\TrabalhoFinal\ISAP\Client_WCFISAPService\Client_WCFISAPService\generatedProxy.cs:549 Client_WCFISAPService._Default.Page_Load(Object sender, EventArgs e) in C:\Users\Pedro\Documents\My Dropbox\ISMAI\3.Ano\PWEB\2011\TrabalhoFinal\ISAP\Client_WCFISAPService\Client_WCFISAPService\Default.aspx.cs:18 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
All Replies
-
Friday, September 02, 2011 7:17 AM
HI
May be this post will help you http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/750f7c35-5b3f-47b8-873e-4afd58228e2a/
- Marked As Answer by Pedro_Portugal Wednesday, October 12, 2011 11:00 AM

