reference issue
-
hi guys i am using vs 2008 sp1 and i have installes silver light controls tool kit but when i run sample solution it says gives an error stating " type expander exsist both in control.dll and toolkit.control.dll ? why ?
Tauseef A Khan MCP Dotnet framework 2.0.
-
hi guys i am using vs 2008 sp1 and i have installes silver light controls tool kit but when i run sample solution it says gives an error stating " type expander exsist both in control.dll and toolkit.control.dll ? why ?
Tauseef A Khan MCP Dotnet framework 2.0.
Do you have two toolkit versions installed? The current namespace and assembly for the Expander control is xmlns:stk="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit" I would uninstall any Silverlight Dev Tools and toolkit versions and reinstall the latest versions: Microsoft® Silverlight™ 3 Tools for Visual Studio 2008 SP1[^] Silverlight Toolkit[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Do you have two toolkit versions installed? The current namespace and assembly for the Expander control is xmlns:stk="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit" I would uninstall any Silverlight Dev Tools and toolkit versions and reinstall the latest versions: Microsoft® Silverlight™ 3 Tools for Visual Studio 2008 SP1[^] Silverlight Toolkit[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
no i just have silver light 3 tools and silver light control tool kit july 2009. and another issue i get an error while compiling the managed debugger package for silver light is not installed why ?
Tauseef A Khan MCP Dotnet framework 2.0.
I'm pretty sure my recommendation will fix both your issues. When Silverlight 3 was released, I uninstalled Silverlight, the silverlight VS tools, and the toolkit. Then I downloaded and installed (in order) everything on the Get Started Building Silverlight 3 Applications[^] page. Except for some namespace shuffling (they keep changing stuff for WPF compatibility and when controls get migrated from the toolkit to the framework) everything works correctly. The toolkit is essentially beta, so I highly recommend keeping up the latest version. They are fixing stuff every few months. July is not the newest.
Mark Salsbery Microsoft MVP - Visual C++ :java: