Wrong assembly-references for Silverlight Sketchflow project in Blend 3
        Posted  
        
            by persistent
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by persistent
        
        
        
        Published on 2010-04-08T12:40:20Z
        Indexed on 
            2010/04/08
            12:43 UTC
        
        
        Read the original article
        Hit count: 421
        
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
© Stack Overflow or respective owner