Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have an issue with ClickOnce on an ASP.Net site.

When the users click a link I redirect to a ClickOnce application:

VB
HttpContext.Current.Response.Redirect(url, False)
HttpContext.Current.ApplicationInstance.CompleteRequest()


The url is the ClickOnce application deployment url and a query string:

"http://xxxxxx.co.uk/ProtocolHandler/ProtocolHandler.application?filename=file54"


This is working fine, the application is downloaded and invoked properly. But on some machines the browser displays a blank page with the clickOnce URL in the address bar instead of staying on the current page.

Clicking on the link should not navigate to a blank page.

Any help welcome.

Valery.
Posted
Updated 21-Jul-14 8:52am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900