C
CSharpner
Problem:
I've created a click-once deployed application that cannot receive
paramters from the query string in the URL of the click once page.
I've followed this to the letter:
http://msdn2.microsoft.com/en-us/library/ms172242(VS.80).aspx
My query string is always blank. Here's my actual URL:
http://MyMachine/MyApplication/publish.htm?test=something
The application starts up just fine, it's just that
ApplicationDeployment.CurrentDeployment.ActivationUri.Query is always
blank.
Has anyone ever gotten this to work?
I've created a click-once deployed application that cannot receive
paramters from the query string in the URL of the click once page.
I've followed this to the letter:
http://msdn2.microsoft.com/en-us/library/ms172242(VS.80).aspx
My query string is always blank. Here's my actual URL:
http://MyMachine/MyApplication/publish.htm?test=something
The application starts up just fine, it's just that
ApplicationDeployment.CurrentDeployment.ActivationUri.Query is always
blank.
Has anyone ever gotten this to work?