Silverlight Toolkit - Rating Control
This is my first silverlight Application.
I am trying to use Rating Control from 3.0 Toolkit with VisualStudio 2008
Here are the problems:
I am unable to see de开发者_开发问答signer view after adding Rating Control and few other controls. I am not getting any errors or warnings on markup or while compiling.
Trying to access Property window for any control is giving me this message " Property Editing not available".
Is this the way silverlight was made available with Visual Studio or is there something I am missing here?
- Visual studio 2008 does not support design view editing of silverlight applications.
- Some 3rd party controls crashes the design view and simply does not show up. When this happens, property editing is not available.
Your solution:
Use expression blend or upgrade to visual studio 2010. Blend was made directly for interface design. Visual studio 2010 upgraded their design view for silverlight so it is now editable (still recommend blend with it)
精彩评论