Click here to Skip to main content
15,893,337 members

Comments by sateesh munagala (Top 3 by date)

sateesh munagala 14-Apr-13 1:19am View    
I have right clicked on "add reference" option on one of the projects in VS2010 and added a reference to my webservice.

I added the below code in mainwindow.xaml.cs file to access the webserivice.

WebServiceProxy.Service1 proxy = new WebServiceProxy.Service1();
string strData = proxy.GetStringDataFromClient(strXML, DataAccess.ProductUniquieID());

I am able to call my webservice methods successfully.But when I Installed the application I am getting this .exe.config file with mywebservice URL.

I have been googling to solve this issue but no luck.
Please let me know if you need more info.
sateesh munagala 11-Apr-13 1:35am View    
can you please provide the code to fix and how can it be done after build.Please elaborate your answer.
Thanks in advance
sateesh munagala 10-Apr-13 10:52am View    
I don't want to install .exe.config file at all on client machines.
and how normally people handle this?