"Error: DEP 0700: Application registration failed" when importing a Unity project into Visual Studio

I have a Unity project created for Windows Store apps. I need to import this project into VS2013 Pro version.

So far I have imported the project into VS, but it gives me an error

Error: DEP 0700: Application registration failed. Windows cannot install the package. An example of an asset project because the package requires the ARM architecture, but there is x86 in this window.

I'm not sure my windows are wrong (I have version 8.1). What causes this error and how to resolve it?

+4
source share
1 answer

, ( ) ARM, x86. Unity , ARM.

, Configuration Manager. , Active Solution ARM. , , , , x86.

, , .

+5

Source: https://habr.com/ru/post/1533010/


All Articles