Hello,
In my installation of Blend 3, the SketchStyles are missing when a new project is created. I found out that this is because the following automatic references in the project are wrong:
- Microsoft.Expression.Interactions
- Microsoft.Expression.Prototyping.Interactivity
- Microsoft.Expression.Prototyping.RunTime
- Microsoft.Expression.Prototyping.SketchControls
In the project references, these all point to my project path (where they don't live).
If I remove them manually, and instead set the references to ie this: "c:\Program Files (x86)\Microsoft SDKs\Expression\Blend 3\Interactivity\Libraries\Silverlight\Microsoft.Expression.Interactions.dll" everything works.
Any ideas on why, and how to fix this? Could it be the project template somehow?
TIA