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?

Re: Click-Once w/ parms not passing into app by Chris

Chris
Wed Jun 06 20:39:24 CDT 2007

I had the same problem some time ago - I never was able to get it to work.

I didn't try to hard to fix it, as it was a "would be nice if it's easy and
quick" feature, so we went ahead and just shipped without it.

I'm just chiming in here as a "Me too" voice, and hoping someone has a good
answer.

(As an aside, I've doing Silverlight work all day today - Ugh. I forgot how
vast the difference is between Alpha, Beta, and Production grade products
really is... )

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins

"CSharpner" <google@easiesttoremember.com> wrote in message
news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
> 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?
>



Re: Click-Once w/ parms not passing into app by CSharpner

CSharpner
Thu Jun 07 07:17:21 CDT 2007

Thanks Chris.

I'm hoping I'll get an answer from MS sometime soon. I'll have to do
something funky as a workaround otherwise, like write to a table with
the user id and his parms from a web app that sends the user to the
click once page, then have the desktop app read the table to get the
parms. I'd hate to have to do that when there's already a built-in
way.

On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
> I had the same problem some time ago - I never was able to get it to work.
>
> I didn't try to hard to fix it, as it was a "would be nice if it's easy and
> quick" feature, so we went ahead and just shipped without it.
>
> I'm just chiming in here as a "Me too" voice, and hoping someone has a good
> answer.
>
> (As an aside, I've doing Silverlight work all day today - Ugh. I forgot how
> vast the difference is between Alpha, Beta, and Production grade products
> really is... )
>
> --
> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVPhttp://www.coversant.com/blogs/cmullins
>
> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>
> news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>
>
>
> > 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?- Hide quoted text -
>
> - Show quoted text -



Re: Click-Once w/ parms not passing into app by CSharpner

CSharpner
Wed Jun 20 20:18:14 CDT 2007

Anyone from MSFT??

On Jun 7, 8:17 am, CSharpner <goo...@easiesttoremember.com> wrote:
> Thanks Chris.
>
> I'm hoping I'll get an answer from MS sometime soon. I'll have to do
> something funky as a workaround otherwise, like write to a table with
> the user id and his parms from a web app that sends the user to the
> click once page, then have the desktop app read the table to get the
> parms. I'd hate to have to do that when there's already a built-in
> way.
>
> On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
>
>
>
> > I had the same problem some time ago - I never was able to get it to work.
>
> > I didn't try to hard to fix it, as it was a "would be nice if it's easy and
> > quick" feature, so we went ahead and just shipped without it.
>
> > I'm just chiming in here as a "Me too" voice, and hoping someone has a good
> > answer.
>
> > (As an aside, I've doing Silverlight work all day today - Ugh. I forgot how
> > vast the difference is between Alpha, Beta, and Production grade products
> > really is... )
>
> > --
> > Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVPhttp://www.coversant.com/blogs/cmullins
>
> > "CSharpner" <goo...@easiesttoremember.com> wrote in message
>
> >news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>
> > > 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?- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -



Re: Click-Once w/ parms not passing into app by RobinS

RobinS
Tue Jul 10 23:42:53 CDT 2007

MSFT only answers q's here if you be payin' for it via some kind of support
contract. Just FYI.

Robin S.
----------------------------
"CSharpner" <csharpner@gmail.com> wrote in message
news:1182388694.637719.215340@w5g2000hsg.googlegroups.com...
> Anyone from MSFT??
>
> On Jun 7, 8:17 am, CSharpner <goo...@easiesttoremember.com> wrote:
>> Thanks Chris.
>>
>> I'm hoping I'll get an answer from MS sometime soon. I'll have to do
>> something funky as a workaround otherwise, like write to a table with
>> the user id and his parms from a web app that sends the user to the
>> click once page, then have the desktop app read the table to get the
>> parms. I'd hate to have to do that when there's already a built-in
>> way.
>>
>> On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
>>
>>
>>
>> > I had the same problem some time ago - I never was able to get it to
>> > work.
>>
>> > I didn't try to hard to fix it, as it was a "would be nice if it's
>> > easy and
>> > quick" feature, so we went ahead and just shipped without it.
>>
>> > I'm just chiming in here as a "Me too" voice, and hoping someone has a
>> > good
>> > answer.
>>
>> > (As an aside, I've doing Silverlight work all day today - Ugh. I
>> > forgot how
>> > vast the difference is between Alpha, Beta, and Production grade
>> > products
>> > really is... )
>>
>> > --
>> > Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C#
>> > MVPhttp://www.coversant.com/blogs/cmullins
>>
>> > "CSharpner" <goo...@easiesttoremember.com> wrote in message
>>
>> >news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>>
>> > > 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?- Hide quoted text -
>>
>> > - Show quoted text -- Hide quoted text -
>>
>> - Show quoted text -
>
>



Re: Click-Once w/ parms not passing into app by CSharpner

CSharpner
Tue Jul 17 11:41:04 CDT 2007

Well, after openning a support incident with M$, I finally resolved it
myself (and quickly closed the support incident so I didn't lose one
of my 4 available).

I posted it on my blog.
http://csharpner.blogspot.com/2007/07/click-once-deployed-winforms-receiving.html

Hope this helps!

On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
> I had the same problem some time ago - I never was able to get it to work.
>
> I didn't try to hard to fix it, as it was a "would be nice if it's easy and
> quick" feature, so we went ahead and just shipped without it.
>
> I'm just chiming in here as a "Me too" voice, and hoping someone has a good
> answer.
>
> (As an aside, I've doing Silverlight work all day today - Ugh. I forgot how
> vast the difference is between Alpha, Beta, and Production grade products
> really is... )
>
> --
> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVPhttp://www.coversant.com/blogs/cmullins
>
> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>
> news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>
>
>
> > 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?- Hide quoted text -
>
> - Show quoted text -



Re: Click-Once w/ parms not passing into app by Chris

Chris
Tue Jul 17 12:20:05 CDT 2007

Thanks for taking the time to write that up. Hopefully other people (like
me!) will find it useful.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins

"CSharpner" <google@easiesttoremember.com> wrote in message
news:1184690464.295129.32020@e16g2000pri.googlegroups.com...
> Well, after openning a support incident with M$, I finally resolved it
> myself (and quickly closed the support incident so I didn't lose one
> of my 4 available).
>
> I posted it on my blog.
> http://csharpner.blogspot.com/2007/07/click-once-deployed-winforms-receiving.html
>
> Hope this helps!
>
> On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
>> I had the same problem some time ago - I never was able to get it to
>> work.
>>
>> I didn't try to hard to fix it, as it was a "would be nice if it's easy
>> and
>> quick" feature, so we went ahead and just shipped without it.
>>
>> I'm just chiming in here as a "Me too" voice, and hoping someone has a
>> good
>> answer.
>>
>> (As an aside, I've doing Silverlight work all day today - Ugh. I forgot
>> how
>> vast the difference is between Alpha, Beta, and Production grade products
>> really is... )
>>
>> --
>> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C#
>> MVPhttp://www.coversant.com/blogs/cmullins
>>
>> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>>
>> news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>>
>>
>>
>> > 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?- Hide quoted text -
>>
>> - Show quoted text -
>
>



Re: Click-Once w/ parms not passing into app by CSharpner

CSharpner
Tue Jul 17 15:04:36 CDT 2007

I finally got it working!!!

I posted the solution on my blog:
http://csharpner.blogspot.com/2007/07/click-once-deployed-winforms-receiving.html


On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
> I had the same problem some time ago - I never was able to get it to work.
>
> I didn't try to hard to fix it, as it was a "would be nice if it's easy and
> quick" feature, so we went ahead and just shipped without it.
>
> I'm just chiming in here as a "Me too" voice, and hoping someone has a good
> answer.
>
> (As an aside, I've doing Silverlight work all day today - Ugh. I forgot how
> vast the difference is between Alpha, Beta, and Production grade products
> really is... )
>
> --
> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVPhttp://www.coversant.com/blogs/cmullins
>
> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>
> news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>
>
>
> > 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?- Hide quoted text -
>
> - Show quoted text -



Re: Click-Once w/ parms not passing into app by CSharpner

CSharpner
Thu Jul 19 09:46:30 CDT 2007

You're not the same Chris Mullins that went to NDHS in Chattanooga are
you?

On Jul 17, 1:20 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
> Thanks for taking the time to write that up. Hopefully other people (like
> me!) will find it useful.
>
> --
> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVPhttp://www.coversant.com/blogs/cmullins
>
> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>
> news:1184690464.295129.32020@e16g2000pri.googlegroups.com...
>
>
>
> > Well, after openning a support incident with M$, I finally resolved it
> > myself (and quickly closed the support incident so I didn't lose one
> > of my 4 available).
>
> > I posted it on my blog.
> >http://csharpner.blogspot.com/2007/07/click-once-deployed-winforms-re...
>
> > Hope this helps!
>
> > On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
> >> I had the same problem some time ago - I never was able to get it to
> >> work.
>
> >> I didn't try to hard to fix it, as it was a "would be nice if it's easy
> >> and
> >> quick" feature, so we went ahead and just shipped without it.
>
> >> I'm just chiming in here as a "Me too" voice, and hoping someone has a
> >> good
> >> answer.
>
> >> (As an aside, I've doing Silverlight work all day today - Ugh. I forgot
> >> how
> >> vast the difference is between Alpha, Beta, and Production grade products
> >> really is... )
>
> >> --
> >> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C#
> >> MVPhttp://www.coversant.com/blogs/cmullins
>
> >> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>
> >>news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>
> >> > 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?- Hide quoted text -
>
> >> - Show quoted text -- Hide quoted text -
>
> - Show quoted text -



Re: Click-Once w/ parms not passing into app by Chris

Chris
Thu Jul 19 13:15:31 CDT 2007

Nope. CHS in Cheshire, CT. (waaay back when)

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins

"CSharpner" <google@easiesttoremember.com> wrote in message
news:1184856390.723951.84250@i13g2000prf.googlegroups.com...
> You're not the same Chris Mullins that went to NDHS in Chattanooga are
> you?
>
> On Jul 17, 1:20 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
>> Thanks for taking the time to write that up. Hopefully other people (like
>> me!) will find it useful.
>>
>> --
>> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C#
>> MVPhttp://www.coversant.com/blogs/cmullins
>>
>> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>>
>> news:1184690464.295129.32020@e16g2000pri.googlegroups.com...
>>
>>
>>
>> > Well, after openning a support incident with M$, I finally resolved it
>> > myself (and quickly closed the support incident so I didn't lose one
>> > of my 4 available).
>>
>> > I posted it on my blog.
>> >http://csharpner.blogspot.com/2007/07/click-once-deployed-winforms-re...
>>
>> > Hope this helps!
>>
>> > On Jun 6, 9:39 pm, "Chris Mullins [MVP]" <cmull...@yahoo.com> wrote:
>> >> I had the same problem some time ago - I never was able to get it to
>> >> work.
>>
>> >> I didn't try to hard to fix it, as it was a "would be nice if it's
>> >> easy
>> >> and
>> >> quick" feature, so we went ahead and just shipped without it.
>>
>> >> I'm just chiming in here as a "Me too" voice, and hoping someone has a
>> >> good
>> >> answer.
>>
>> >> (As an aside, I've doing Silverlight work all day today - Ugh. I
>> >> forgot
>> >> how
>> >> vast the difference is between Alpha, Beta, and Production grade
>> >> products
>> >> really is... )
>>
>> >> --
>> >> Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C#
>> >> MVPhttp://www.coversant.com/blogs/cmullins
>>
>> >> "CSharpner" <goo...@easiesttoremember.com> wrote in message
>>
>> >>news:1181136288.573845.224880@q69g2000hsb.googlegroups.com...
>>
>> >> > 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?- Hide quoted text -
>>
>> >> - Show quoted text -- Hide quoted text -
>>
>> - Show quoted text -
>
>