开发者

Converting WPF Browser App to WPF Desktop App

开发者 https://www.devze.com 2023-01-20 03:19 出处:网络
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-Applicat

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

精彩评论

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

关注公众号