Silverlight Usercontrol not loading in the asp.net user control
hello,
i have created silverlight project in silverlight 3. have asp.net usercontrol , embedding silverlight user control in asp.net usercontrol. when add .net usercontrol in simple aspx page works fine for me. when add same usercontrol aspx page inherits base page properties silverlight control not display. can problem? please it's critical.
thank you
hi,
have checked things shamrat231 has mentioned?
if use relative url silverlight object source property below:
<param name="source" value="clientbin/silverlight.xap"/>
then need make make sure path reachable aspx page resides. example, when put usercontrol in default.aspx, silverlight application showing, when put same usercontrol in pages/page.aspx, silverlight application not showing because relative path not reachable pages folder.
please check , correct me if misunderstand you, thanks.
Silverlight > Programming Silverlight with .NET – General
Comments
Post a Comment