Embedded Multiple Silverlight User Controls
Silverlight does not have the Page type, the term is currently used is RootVisual UserControl. RootVisual object is analogous to the root window in WPF and can only be set once for the lifetime of the...
View ArticleSwitch SilverLight UserControl
Silverlight does not have the Page type, the term is currently used is RootVisual UserControl. RootVisual object is analogous to the root window in WPF and can only be set once for the lifetime of the...
View ArticleSilverlight 3 – Consumption of a WCF Service
I started to play with the SL3 with wcf, but keep getting the error when using default clientconfig file Could not find default endpoint element that references contract...
View ArticleInitializeError- Failed to load the application. It was built with an...
You may experience this problem when you try to run an existing SilverLight project. I only know the quick and dirty solution to this problem. (at least, it worked for my app) You’ll have to open the...
View ArticleUnable to see default Silverlight control in Toolbox
If you can’t see default Silverlight control in Toolbox, run “devenv /setup” or “/reestsettings” in Run or “Visual Studio 2008 Command Prompt”
View ArticleFixing Error 2104: Could not download the Silverlight application. Check web...
Fixing Error: Unhandled Error in Silverlight 2 Application Code: 2104 Category: Initializer Error Message: Could not download the Silverlight application. Check web server settings. When you’re hosting...
View ArticleHow to add SilverLight Web part in Sharepoint 2010
It is pretty easy to have SilverLight app. running in your SharePoint Site. Here is a example you can add the SilverLight application into the feature then deployed to the server. But for quick test,...
View Article