0

I have WPF application(.exe), which was hosted in my remote web server. Now I want to access WPF application from my web page by clicking respective link.

Response.Redirect(WPFLaunchUrl);

By using this, I am able lunch application in IE. But whenever I am using Google-Chrome then application downloading into my local system instead of running application from Hosted URL.

Could you please suggest me on this.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
Jagadeesh
  • 1,630
  • 8
  • 24
  • 35
  • try to use the developer console. what header is the response giving? It shouldnt be octet stream – Jonas Nov 04 '19 at 07:33
  • wpf application is a program that runs under windows os. exe files cannot be opened in any browser. – MSL Nov 04 '19 at 07:33
  • Maybe try the [ClickOnce for Google Chrome](https://chrome.google.com/webstore/detail/clickonce-for-google-chro/kekahkplibinaibelipdcikofmedafmb?hl=de) extension? – Uwe Keim Nov 04 '19 at 07:36
  • In IE browser its working as expected, but not in Chrome. Do we need to check any browser level settings? – Jagadeesh Nov 04 '19 at 10:38
  • @Jagadeesh: XBAPs are not officially supported in Chrome. https://stackoverflow.com/questions/74986/xbap-application-can-these-work-in-google-chrome – mm8 Nov 04 '19 at 13:56
  • @mm8 : I am not using XBAP. just normal WPF App (Application Manifest (.application)) – Jagadeesh Nov 05 '19 at 09:17

0 Answers0