Windows 10: Publish a WPF .NET 8 application to Microsoft Store

Discus and support Publish a WPF .NET 8 application to Microsoft Store in Windows 10 Gaming to solve the problem; Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework?... Discussion in 'Windows 10 Gaming' started by Ngoc Thanh, May 5, 2024.

  1. Publish a WPF .NET 8 application to Microsoft Store


    Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework?

    :)
     
    Ngoc Thanh, May 5, 2024
    #1

  2. Publish WPF App with .Net Core 3.0 on Microsoft Store

    Hi All,

    I am a Windows Application Developer. I want to publish my Application (WPF with .Net Core 3.0) on Microsoft store. I have never done that before so want to know what's the way of doing that. Also how can I regularly update my App on the store.

    Thanks,

    Kashish G.
     
    KashishGoyal, May 5, 2024
    #2
  3. MrSeanKon Win User
    Enable visual styles in WPF application

    EUREKA!

    Steps:
    1) I made a Windows form (HostWPF namespace, Form1 is the form).
    2) I added a reference => System.Windows.Forms.Integration which contains classes that enable interoperation between the Windows Forms and WPF technologies. When you use System.Windows.Forms.Integration classes, you can host Windows Forms controls on WPF pages, and WPF elements in Windows Forms-based applications.
    3) Then added a control (damn Vi$ual $tudio 2010 does not allow to add a WPF window) but after adding I edited the XMAL code in the way I want *Wink Publish a WPF .NET 8 application to Microsoft Store ;)
    4) The next steps are simple. Download the first attachment. But => see the photo.
    It crashes!!!!!
    5) Finally???
    We must use System.Windows.Forms.Application.Exit(); command because the WPF window behaves like a classical Windows Form.
    Download the second attachment. Note that the Windows form's name is Initial.
    Enjoy!
     
    MrSeanKon, May 5, 2024
    #3
  4. par_0511 Win User

    Publish a WPF .NET 8 application to Microsoft Store

    Publish WPF App with .Net Core 3.0 on Microsoft Store

    Good day KashishGoyal! I am Independent Advisor Paul R. and also a Microsoft/Windows user like you and I am glad to be able to provide assistance to you today. I understand that you are looking into publishing your developed applications on MS Store.

    You can check the links below for further information and you will also need to sign up with a developer account.

    Publish Windows apps and games:

    https://docs.microsoft.com/en-us/windows/uwp/pu...

    Registration link:

    https://developer.microsoft.com/en-us/store/reg...

    Windows developer support:

    https://developer.microsoft.com/en-us/windows/s...

    Regards,

    Paul R.
     
    par_0511, May 5, 2024
    #4
Thema:

Publish a WPF .NET 8 application to Microsoft Store

Loading...
  1. Publish a WPF .NET 8 application to Microsoft Store - Similar Threads - Publish WPF NET

  2. WPF Published to Microsoft Store - App Update Blocked by Running Windows Service

    in Windows 10 Gaming
    WPF Published to Microsoft Store - App Update Blocked by Running Windows Service: I have a WPF application that has been packaged using DesktopBridge into MSIX and submitted to the Microsoft Store. This application has a WPF UI component, and it also has a windows service component that runs in the background whenever the PC is turned on. The UI component...
  3. WPF Published to Microsoft Store - App Update Blocked by Running Windows Service

    in Windows 10 Software and Apps
    WPF Published to Microsoft Store - App Update Blocked by Running Windows Service: I have a WPF application that has been packaged using DesktopBridge into MSIX and submitted to the Microsoft Store. This application has a WPF UI component, and it also has a windows service component that runs in the background whenever the PC is turned on. The UI component...
  4. Question on Microsoft .Net 8

    in Windows 10 Gaming
    Question on Microsoft .Net 8: Hello,The following question concerns a Windows 10 laptop:AOL sent a message stating the Microsoft .Net 8 will soon be required for their website to work. I upgraded to .Net 8, but I think I may have checked the wrong box that asked something about allowing public or private...
  5. Question on Microsoft .Net 8

    in Windows 10 Software and Apps
    Question on Microsoft .Net 8: Hello,The following question concerns a Windows 10 laptop:AOL sent a message stating the Microsoft .Net 8 will soon be required for their website to work. I upgraded to .Net 8, but I think I may have checked the wrong box that asked something about allowing public or private...
  6. Question on Microsoft .Net 8

    in Windows 10 Network and Sharing
    Question on Microsoft .Net 8: Hello,The following question concerns a Windows 10 laptop:AOL sent a message stating the Microsoft .Net 8 will soon be required for their website to work. I upgraded to .Net 8, but I think I may have checked the wrong box that asked something about allowing public or private...
  7. Publish a WPF .NET 8 application to Microsoft Store

    in Windows 10 Software and Apps
    Publish a WPF .NET 8 application to Microsoft Store: Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework? https://answers.microsoft.com/en-us/windows/forum/all/publish-a-wpf-net-8-application-to-microsoft-store/53c39ccd-f0a7-40c3-895b-82faaaf5b195
  8. Publishing an app with obfuscation on Microsoft Store

    in Windows 10 Software and Apps
    Publishing an app with obfuscation on Microsoft Store: I would like to know if obfuscation is allowed for .NET applications that need to be published to Microsoft Store.I'd like to protect my source code. From my understanding code virtualization is not allowed, but are simple obfuscation techniques like renaming/control flow...
  9. Publish WPF App with .Net Core 3.0 on Microsoft Store

    in Microsoft Windows 10 Store
    Publish WPF App with .Net Core 3.0 on Microsoft Store: Hi All, I am a Windows Application Developer. I want to publish my Application WPF with .Net Core 3.0 on Microsoft store. I have never done that before so want to know what's the way of doing that. Also how can I regularly update my App on the store. Thanks, Kashish G....
  10. Publish Windows Service to the Microsoft store

    in Microsoft Windows 10 Store
    Publish Windows Service to the Microsoft store: Hi, I have a Windows Service written in C++ that I would like to publish to the Microsoft Store. How do I go about doing this - do I need to package the service in MSIX format first. My understanding is that MSIX support for Windows Services exists only on Windows 10...