With the help of JetBrains dotPeek 1.4.2, I decompiled VK application from the Windows Store and exported it to Visual Studio 2013. I can’t understand what’s wrong with the Windows library, I’m also unable to connect. What is the problem?

Screenshot

  • Delete this library, run the project build, look at what will curse, add the required library. - hardsky
  • @hardsky this library is needed. It is used: using Windows.UI; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Media; using Windows.UI; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Media; Only I can not add, through Add reference it is not. - Gikas
  • one
    @thejadefalcon I can assume that your default is not the .net version or the project type is not the same - the development tools for windows phone are not installed. Personally, I don’t see this build at all from a wpf project under .net 4.5 - RussCoder
  • @thejadefalcon, look at the details about these namespaces in msdn - hardsky

1 answer 1

You need to connect Windows. Winmd
https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls
@RussCoder writes correctly: check that you are on win8, check the type of project, check for availability of sdk.