gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

vs-android .sln files can't be opened in Visual Studio 2013 with .NET 4.5.2 installed. #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start test on a system that has .NET 4.5.1 installed.
2. Test requires that Visual Studio 2013 (VS2013) is installed.
3. Install vs-android, including the sample projects.
4. After installing vs-android, verify that the native-audio.sln solution can 
be opened by VS2013.
5. Install .NET 4.5.2 
6. Attempt to open the native-audio.sln solution. 

What is the expected output? What do you see instead?
VS2013 should load the native-audio.sln solution. Instead, VS2013 will report 
an error indicating that the project is not supported. 

What version of the product are you using? On what operating system?
Problem was seen on MS Windows 7 Professional with SP1 installed.

Please provide any additional information below.
Uninstalling .NET 4.5.2 and re-installing .NET 4.5.1 fixed the problem.

Original issue reported on code.google.com by awal...@airclic.com on 18 Feb 2015 at 8:03

GoogleCodeExporter commented 9 years ago
The problem was seen using VS2013 Professional Version 12.0.31101.00 Update 4

Original comment by awal...@airclic.com on 18 Feb 2015 at 8:17