Click here to Skip to main content
15,901,122 members

Comments by zohaib khan niazi (Top 2 by date)

zohaib khan niazi 9-Sep-13 16:37pm View    
how to find the inner exception and call trace . when i run the application the exception occur and option come that break,continue or cancel
actually my server is on wcf visual studio 2012 and client side appliction is on sdk 8.0
when i try the same code when i have server and client both on vs2012 it work perfectly??
i dont know how to fix it
zohaib khan niazi 8-Sep-13 18:32pm View    
thnx for quick rply
call trace:
> PhoneApp11.DLL!PhoneApp11.ServiceReference1.GetPositionClient.GetPositionClientChannel.EndgetData1(System.IAsyncResult result) Line 253 C#

public string EndgetData1(System.IAsyncResult result) {
object[] _args = new object[0];
string _result = ((string)(base.EndInvoke("getData1", _args, result)));//exception occur in this line
return _result;
}