I am working on a application development that runs on Windows Embedded Compact 7. I used silverlight 3 and made some custom buttons styles using Blend 3. It works great on blend but after in into a sub project using WEST Tools for Windows Embedded Compact 7 , the same code doesnt execute.
In the XAML , it shows VisualStateManager not found.
Even though I removed VisualStateManager & tried to have a plain style with just color definations , the application still doent work.
In the documentation it is written that ControlTemplate and Styles could be used but cannot be changed , if defined in XAML.
Please Help ! Thanks