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

Point the manual .NET 1.1 install using tools instead of mentioning vendors being required #44395

Merged

Conversation

BartoszKlonowski
Copy link
Contributor

@BartoszKlonowski BartoszKlonowski commented Jan 15, 2025

This pull request fixes #44186
It replaces the vendors being required sentence with the link to installing the .NET 1.1 as suggested in the issue.


Internal previews

📄 File 🔗 Preview link
docs/framework/install/run-net-framework-1-1-apps.md Run .NET Framework 1.1 apps on Windows 8, Windows 8.1, Windows 10, or Windows 11

@BartoszKlonowski BartoszKlonowski requested review from adegeo and a team as code owners January 15, 2025 19:07
@dotnetrepoman dotnetrepoman bot added this to the January 2025 milestone Jan 15, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-framework/svc install/subsvc community-contribution Indicates PR is created by someone from the .NET community. labels Jan 15, 2025
The same link is already added to the 'See also' section, so it is not
reuired to be left in the original text, especially being out of context
when the previous part has changed.
@adegeo
Copy link
Contributor

adegeo commented Jan 17, 2025

Hey @BartoszKlonowski thanks for doing this. I was just looking a little more into this issue and I'm unsure if this is actually correct. It may be that the doc says 3.5 supports 1.0-3.5 apps, but that might not be true. I'm seeing a lot of supplemental information on the net that talks about 1.1 needing a separate install. I think we need to do some testing before we know what the correct statement is. 1.1 may be treated differently than 1.0.

Copy link
Contributor

@adegeo adegeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just leaving this to hold the PR while we research.

@adegeo
Copy link
Contributor

adegeo commented Jan 18, 2025

I went down memory lane and spun up a Windows XP VM with VS 2003 and created two .NET Framework 1.1 apps, winforms and a console app. Then I had Azure create a Windows 11 machine and I tried running those apps. I was prompted to install .NET Framework 3.5 After it installed, both apps were able to run.

@adegeo adegeo enabled auto-merge (squash) January 18, 2025 01:08
@adegeo
Copy link
Contributor

adegeo commented Jan 18, 2025

Thanks @BartoszKlonowski !

@adegeo adegeo merged commit 0944b4a into dotnet:main Jan 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-framework/svc install/subsvc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for .NET 1.1 is in .NET 3.5 now
2 participants