Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 478
fipcurren88 Avatar asked Aug 26 '15 10:08

fipcurren88


1 Answers

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.

like image 176
Anton Logvin Avatar answered Sep 28 '22 07:09

Anton Logvin