Code: Select all
return System.ServiceModel.INTERNAL_WebMethodsCaller.CallWebMethodAsync
<bool, >(this, "LinkOrderWithDocumentAsync", new global::System.Collections.Generic.Dictionary<string, global::System.Tuple<global::System.Type, object>>() {{"documentdetail", new global::System.Tuple<global::System.Type, object>(typeof(VHW.Client.Silverlight.SOAP.Tools.ActiveOrderServiceReference.DocumentDetails), documentdetail)} , {"siteGuid", new global::System.Tuple<global::System.Type, object>(typeof(System.Guid), siteGuid)} , {"networkAccessPointID", new global::System.Tuple<global::System.Type, object>(typeof(string), networkAccessPointID)} });
Notice the missing type in the CallWebMethodAsync generic. This is happening in every single method call in every single Reference.g.cs file generated (over 1200 compile errors). This issue has me stopped dead in my tracks. Any assistance would be greatly appreciated!