Call web application in wpf

Posted by Aditya.Arjula under .NET Framework on 10/31/2013 | Points: 10 | Views : 1887 | Status : [Member] | Replies : 2
Hello all,

I have a web application and a wpf application.

Now my problem is i have to call the web application (hosted locally in my pc) from wpf appliction.

Also i have to create a setup file so that the wpf application hold the functionlity of my

web application when it is sent for the client in the exe file.

Hope you guys understand.. any suggestions?

right now i am using

browser1.Navigate(new Uri("http://localhost:58177/Default.aspx"));

but when i give it to client in setup file this wont work....

(wpf application +web applicion)---->create a setup file -------->send to client--------->runs the wpf ----------->output of web application (no hosting)




Responses

Posted by: Bandi on: 10/31/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer
http://stackoverflow.com/questions/18631091/how-to-call-web-api-in-wpf-4-0

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Aditya.Arjula, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: WPF_G on: 11/5/2013 [Member] Starter | Points: 25

Up
0
Down
If you want to learn more about WPF you can try a great guide following the next link: http://tekkiebooks.com/Product/9db79251-4ddb-42c5-819e-873cce0f4d5f/dotnetfunda_01
Good luck!

Aditya.Arjula, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response