PTServiceClient exceptions and warnings any clues?

PTServiceClient exceptions and warnings any clues?

Old forum URL: forums.lhotka.net/forums/t/1876.aspx


tedcx posted on Thursday, November 30, 2006

For a win2003 server + sql server 2005 and VS 2005 using native sql server calls everything seems to be working so far except:

I'm getting the following from PTServiceClient.

SOAP seems to be working except for PTServiceClient, the "invoke" button produces the following exception:

System.Exception: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid token for impersonation - it cannot be duplicated.

Warning 1 The 'requirePermission' attribute is not declared. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 5 190 PTServiceClient
Message 2 Could not find schema information for the element 'applicationSettings'. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 8 6 PTServiceClient
Message 3 Could not find schema information for the element 'PTServiceClient.Properties.Settings'. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 9 10 PTServiceClient
Message 4 Could not find schema information for the element 'setting'. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 10 14 PTServiceClient
Message 5 Could not find schema information for the attribute 'name'. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 10 22 PTServiceClient
Message 6 Could not find schema information for the attribute 'serializeAs'. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 10 65 PTServiceClient
Message 7 Could not find schema information for the element 'value'. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\app.config 11 18 PTServiceClient
Warning 8 Type 'http://microsoft.com/wsdl/types/:guid' is not declared. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\Web References\PTService\PTService.wsdl 181 14 PTServiceClient
Warning 9 Type 'http://microsoft.com/wsdl/types/:guid' is not declared. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\Web References\PTService\PTService.wsdl 92 14 PTServiceClient
Warning 10 Type 'http://microsoft.com/wsdl/types/:guid' is not declared. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\Web References\PTService\PTService.wsdl 136 12 PTServiceClient
Warning 11 Type 'http://microsoft.com/wsdl/types/:guid' is not declared. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\Web References\PTService\PTService.wsdl 54 12 PTServiceClient
Warning 12 Type 'http://microsoft.com/wsdl/types/:guid' is not declared. C:\downloads\Expert_C#_Business_Objects\ProjectTracker20cs\PTServiceClient\Web References\PTService\PTService.wsdl 23 12 PTServiceClient

Copyright (c) Marimer LLC