开发者

Converting WPF Browser App to WPF Desktop App

Without copying all the code 开发者_C百科from one project to another, is it possible to convert an XBAP browser app into a WPF forms app?


http://blog.davidsandor.com/post/Convert-a-WPF-Browser-Application-project-to-a-WPF-Application.aspx


In addition to the answer above, if you get the error "The manifest file at: XXX does not contain sufficient permissions to launch your application for debugging. ...", go into the app.manifest and comment out the applicationRequestMinimum tag, as follows:

<!--<applicationRequestMinimum>
  <defaultAssemblyRequest permissionSetReference="Custom" />
  <PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" />
</applicationRequestMinimum>-->
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜