ApplicationDeployment.CurrentDeployment.ActivationUri
I am using this API (ApplicationDeployment.CurrentDeployment.ActivationUri) to get the query string passed into my application. It works fine except it does not get refreshed while the application is running. For example: the first URL to start the app is:http://localhost/myapp?querystring=mytest. The URI passed to the app will be ?querystring=mytest. However if I tried to run the application again (while it's running) with different parameters (i.e.http://localhost/myapp?querystring=mytest1) it does not pass in the new value. I am thinking this is a bug in beta2. Has anyone run into this before?
THanks in advance for your help.

