G
Guest
VB.NET StartupNextInstance and ClickOnce (.NET 2.0)
VB.NET StartupNextInstance and ClickOnce (.NET 2.0):
A call to ApplicationDeployment.CurrentDeployment.ActivationUri.Query
returns same paramaters in event handler MyApplication_StartupNextInstance as
it returns in MyApplication_Startup event handler.
Calls to ApplicationDeployment.CurrentDeployment.ActivationUri.Query in
event handler MyApplication_StartupNextInstance must return the query URL
parameters for applications starts after the initital startup. Meaning after
the inital startup of the application, any additional starts via ClickOnce
URL link with different parameters must be consumable from
MyApplication_StartupNextInstance via
ApplicationDeployment.CurrentDeployment.ActivationUri.Query. So, code has
access to URL query parameters of startups after the initial one.
I've noted a newsgroup response in MSDN Forums >> Windows Forms >> ClickOnce
and Setup & Deplyoment Projects >> StartupNextInstance and ClickOnce dated
23 Aug 2006, 1:21 AM UTC, Patty Lau responded this is a known bug.
Is this a known bug?
If so, is a fix available?
My apologies for reposting but my MSDN alias was not associated with my
account. This was corrected; I want to make sure my message is addressed.
VB.NET StartupNextInstance and ClickOnce (.NET 2.0):
A call to ApplicationDeployment.CurrentDeployment.ActivationUri.Query
returns same paramaters in event handler MyApplication_StartupNextInstance as
it returns in MyApplication_Startup event handler.
Calls to ApplicationDeployment.CurrentDeployment.ActivationUri.Query in
event handler MyApplication_StartupNextInstance must return the query URL
parameters for applications starts after the initital startup. Meaning after
the inital startup of the application, any additional starts via ClickOnce
URL link with different parameters must be consumable from
MyApplication_StartupNextInstance via
ApplicationDeployment.CurrentDeployment.ActivationUri.Query. So, code has
access to URL query parameters of startups after the initial one.
I've noted a newsgroup response in MSDN Forums >> Windows Forms >> ClickOnce
and Setup & Deplyoment Projects >> StartupNextInstance and ClickOnce dated
23 Aug 2006, 1:21 AM UTC, Patty Lau responded this is a known bug.
Is this a known bug?
If so, is a fix available?
My apologies for reposting but my MSDN alias was not associated with my
account. This was corrected; I want to make sure my message is addressed.