Browse by Tags

Related Posts

  • Re: assembly error ?

    Make certain the build action for each .aspx page is compile, and none or content for non-compiled resources. It wouldn't hurt to double check all project files for anything suspicious, for instance the Page setting is only used in .xaml files in WPF Web applications. You can find more information...
    Posted to ASP.NET Controls for Silverlight (Forum) by tmelkumov on 12-16-2008, 12:00 AM
    Filed under: Visual Studio 2008, App.xaml, ASP .NET 3.5
  • Re: how to treat silverlight control same as ASP.NET control?

    Also, rather than two Silverlight projects, you could create one Silverlight project with two Silverlight User Controls. To do this, set your .aspx page to include two Silverlight controls (like above), but point to the same Silverlight package file (.xap) and also use the InitParameters attribute: <...
    Posted to ASP.NET Controls for Silverlight (Forum) by erikreitan on 11-14-2008, 12:00 AM
    Filed under: Silverlight, App.xaml, asp.net
  • Re: The given key was not present in the dictionary.

    if you check your app.config file then you will found " <endpoint address="" binding="wsHttpBinding" contract="....." this line now you can change the binding=" basicHttpBinding " instead of binding=" wsHttpBinding " ... then you take service...
    Posted to ASP.NET Controls for Silverlight (Forum) by ajay01 on 08-18-2009, 12:00 AM
    Filed under: silverlight WCF LINQ, App.xaml, silverlight xaml, silverlight wrappanel, Silvelight, sliverlight, The given key was not present in the dictionary.
Page 1 of 1 (3 items)