Visual Studio 2015 Configuration - Windows 10 Project

I need to add a new configuration in Visual Studio 2015. There are other configurations and are correct and work.

When I had a new configuration with the name “Test” in the option “Copy settings from:”, I selected “Empty” and “Check project configuration”.

If I run the application with this new configuration (e.g. Release, Debug, etc.), I have an error:

"Could not find the required information in the lock file. Verify that you have UAP, Version = v10.0.240 / Win10 for your purposes.

I do not know to resolve this error.

Anyone help me?

thanks

+7
windows-10 visual-studio-2015 win-universal-app configuration
source share
1 answer

I had the same problem. Firstly, apparently, did you mean Visual Studio 2015? If not, you need to install VS2015.

In VS2015, which helped in my case, turn on “Compile with .NET Native Toolchain” in the project build properties and make sure that “Platform” is not installed in AnyCPU.

+1
source share

All Articles