SalesBuy
1-855-856-7678
Technical SupportSupport
|
|
I am new to programming. I added all the prereqs already and get this error. C:\DEV\Samples\FlashCardsSolut ion_Source\Flas hCards.UI.Phone \FlashCards.UI. Phone.csproj : error : The project file 'C:\DEV\Samples \FlashCardsSolu tion_Source\Fla shCards.UI.Phon e\FlashCards.UI .Phone.csproj' cannot be opened. The project type is not supported by this installation. C:\DEV\Samples\ FlashCardsSolut ion_Source\Flas hCards.ViewMode l.Phone\FlashCa rds.ViewModel.P hone.csproj : error : The project file 'C:\DEV\Samples \FlashCardsSolu tion_Source\Fla shCards.ViewMod el.Phone\FlashC ards.ViewModel. Phone.csproj' cannot be opened. The project type is not supported by this installation.
Hi, Why App.xaml for FlashCards.UI.Phone project has the path to Resource/Styles .xml file specified like this ? <ResourceDictio nary Source="../../R esource/Styles. xaml" /> while DeckView.xaml 2 lines later specified like this <ResourceDictio nary Source="Data Templates/DeckV iew.xaml" /> Both files under FlashCards.UI.P hone folder. When I try to load project I am getting VS2010 to complain with the following warning: Warning 21 The file '../../Resource /Styles.xaml' is not part of the project or its 'Build Action' property is not set to 'Resource'. C:\Users\shigap ov\Documents\Vi sual Studio 2010\Projects\E xamples\FlashCa rd\FlashCards.U I.Phone\app.xam l 14 If I change it to just "Resource/Style s.xml" it complains about not being able to find it Thank you, Andrey