Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default WPF project self-contained application cannot run on a pure windows 7 SP1 #222

Closed
SilentHill opened this issue Dec 27, 2018 · 8 comments

Comments

@SilentHill
Copy link

Default WPF project self-contained application cannot run on a pure windows 7 SP1

Hi all,
I am a WPF app developer and I'm trying to deploy the net core 3.0 wpf app to Windows 7 but it failed.

Reproduction Steps

  1. Install .NET Core v3.0.0-preview-27122-01
  2. use the command line "dotnet new wpf -o C:\test_wpf" to create an WPF project.
  3. use the command line "dotnet publish -c Release --self-contained" to publish.
  4. copy the published folder to a new installed pure Windows 7 machine.
  5. Install KB2533623 / KB2999226 follow the doc
    https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites?tabs=netcore2x
  6. Run the application and nothing happened. the exe start and then it ends after a few seconds.
@ithinkso117

This comment has been minimized.

@JasonLiuLiuLiuLiu
Copy link

I have the same problem

@ithinkso117
Copy link

It's better to remove the KB dependence!

@xhanb
Copy link

xhanb commented Dec 27, 2018

yeah,this is a good issue,please pay attention and fix it.

@0xd4d
Copy link

0xd4d commented Dec 27, 2018

Possible dupe of #107

@karelz
Copy link
Member

karelz commented Dec 27, 2018

@italopessoa please review our Code of Conduct. We expect everyone to be professional and respectful.
WPF is only in early previews. Bugs are expected at this stage. We welcome feedback and encourage community members to upvote top issues to help us prioritize (as few already did here).

@karelz karelz transferred this issue from dotnet/core Dec 27, 2018
@boyjiwen
Copy link

boyjiwen commented Dec 29, 2018

@stdcppdev Copy vcruntime140.dll to the released package #107

@stevenbrix
Copy link
Contributor

Duplicate of #37

@stevenbrix stevenbrix marked this as a duplicate of #37 Apr 4, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Apr 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants