[SOLVED] Paradox Platform problem

Hello everyone!

Personally I’m having some problems concerning the target platform and Visual Studio in Paradox. I started a project using the Visual Studio 2013 with all updates. So after my OS update to Windows 10, I also switched to visual Studio 2015 community.

In visual studio 2013 I had the Stores Windows and Windows Phone platforms available:

So after making the update for Visual Studio 2015, I got access to windows platform 10, but lost access to windows phone and store windows:

Follow the installed features of my visual studio:

How i can correct this issue?

Note: This is just a hint, but if you create the project, does it work?

Also, here is how we detect installed platforms:

  • WindowsStore/Phone: %ProgramFiles(x86)%\MSBuild\Microsoft\WindowsXaml\v12.0\8.1\Microsoft.Windows.UI.Xaml.Common.Targets
  • Windows 10: %ProgramFiles(x86)%\MSBuild\Microsoft\WindowsXaml\v14.0\8.2\Microsoft.Windows.UI.Xaml.Common.Targets

I need to check how it behaves when only VS2015 is installed, but probably we should search in both v12.0 and v14.0 for WindowsStore/Phone (and everything else too probably?)

Yes, the error happened when I was creating a new project just to test.

And here’s the problem, my Xaml folder only has the plugins 14.0, any idea how to install the other?

In addition, visual studio also is failing to generate projects for windows 10, it asks the plug-in version 10.0.10069, and I have installed the version 10.0.10240, and it is more recent.

Expect an update very soon that will better detect Win 8.1, and make Paradox works with Win10 RTM (there was quite substantial changes in how assembly are built between RC and RTM).

1 Like

Solved in Paradox 1.2.2 (it now supports Windows 10 Universal RTM)