I have installed Windows 8 and Visual Studio 11 to develop metro style apps. But each time i try to create Metro app project the projects get created but in reference there is nothing added but the project builds successfully and even its not allowing me to add any reference dll.
Asked
Active
Viewed 3,287 times
1

John Saunders
- 160,644
- 26
- 247
- 397

Balraj Singh
- 3,381
- 6
- 47
- 82
-
Wait a couple more days for the Beta (end of the month). It will be more stable. – Darin Dimitrov Feb 26 '12 at 10:45
-
Is there any solution for this? – Balraj Singh Feb 26 '12 at 10:49
-
Using the separate download for VS11 doesn't work, the installer is just plain broken. Only the download that combines Win8 and VS11 works. Three more days until the beta, just wait for it. – Hans Passant Feb 26 '12 at 13:38
2 Answers
9
What are you adding a reference to? Metro style apps can only add references to other Metro style class libraries or portable class libraries.

David Kean
- 5,722
- 26
- 26
0
Metro style applications targets .NETCore framework if dependent solution is built on .NetFramework it can't be used in Metro style apps. For now you cannot rebuild your .NETFramework libraries on .NETCore because it has limited access(only for Windows Store apps).

MahmutBulut
- 53
- 6