|
|
I am facing a problem in my asp.net application. It’s not working with “ASP.net 4.0: URL Routing”. I have a page named “product.aspx”. If the page opens directly, the control will work perfectly. But control is not visible,
if I open the page through URL Routing.
Please help.
|
|
Sep 30, 2011 at 8:07 PM
Edited Sep 30, 2011 at 8:07 PM
|
I have rectified the problem. There was an issue in path to the Silverlight object. I was using the path in “ ../ClientBin/Vertigo.SlideShow.xap” format. I changed it to “/ClientBin/Vertigo.SlideShow.xap”. It is working now.
|
|