fipcurren88
fipcurren88

Reputation: 711

Configuration Visual Studio 2015 - Windows 10 Project

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

When I had a new configuration, with name "Test", in option "Copy Settings from:" I selected "Empty" and I Check "Create new project configuration".

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

"Couldn't find the required information in the lock file. Make sure you have UAP,Version=v10.0.240/Win10- mentioned in your targets".

I dont know resolve this error.

Someone help me?

Thanks

Upvotes: 7

Views: 675

Answers (1)

Anton  Logvin
Anton Logvin

Reputation: 11

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

In VS2015 that helped in my case - enable "Compile with .NET Native tool chain" in your project build properties and ensure that "Platform" not set to AnyCPU.

Upvotes: 1

Related Questions