Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
How to use Silverlight project in Aspx page without writing any big code like
<pre lang="xml">&lt;object data=&quot;data:application/x-silverlight-2,&quot; type=&quot;application/x-silverlight-2&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
                  &lt;param name=&quot;source&quot; value=&quot;ClientBin/Encryption and Decryption Process.xap&quot;/&gt;
                  &lt;param name=&quot;onError&quot; value=&quot;onSilverlightError&quot; /&gt;
                  &lt;param name=&quot;background&quot; value=&quot;white&quot; /&gt;
                  &lt;param name=&quot;minRuntimeVersion&quot; value=&quot;4.0.60310.0&quot; /&gt;
                  &lt;param name=&quot;autoUpgrade&quot; value=&quot;true&quot; /&gt;
                  &lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=149156&amp;v=4.0.60310.0&quot; style=&quot;text-decoration:none&quot;&gt;
                          &lt;img src=&quot;http://go.microsoft.com/fwlink/?LinkId=161376&quot; alt=&quot;Get Microsoft Silverlight&quot; style=&quot;border-style:none&quot;/&gt;
                  &lt;/a&gt;
            &lt;/object&gt;&lt;iframe id=&quot;_sl_historyFrame&quot; style=&quot;visibility:hidden;height:0px;width:0px;border:0px</pre>
Posted

1 solution

 
Share this answer
 
Comments
veershilpa 11-Oct-11 6:16am    
Thanks for your help but i m getting Error:
Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies. The system cannot find the file specified.

and

Error: Unknown server tag 'asp:Silverlight'.
Vivek Krishnamurthy 12-Oct-11 5:03am    
take a look at the following link, should help resolve
http://forums.silverlight.net/t/11943.aspx/1?unknown+tag+asp+Silverlight

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900