Startup params for Silverlight 4 app
Posted
by Number8
on Stack Overflow
See other posts from Stack Overflow
or by Number8
Published on 2010-04-27T20:04:05Z
Indexed on
2010/04/27
20:13 UTC
Read the original article
Hit count: 231
Hello --
We are moving our SL3 app to SL4. First step was to open it in VS2010; it converted w/o problem.
However, parameters specified for the start page are not passed along.
That is, if we specify
ourStartPage.aspx?Slam=Dunk&Glass=Sun
in app.xaml.cs, Application_Startup(), e.InitParams is empty.
How do we fix this?
Thanks for any advice....
(Note that the very same startup string worked in VS2008.)
© Stack Overflow or respective owner