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

After installing .NET Framework 4.8 Offline version, I cannot find the "dotnet" folder in C:\Program Files?why? #1393

Open
yechenn opened this issue Jul 18, 2023 · 3 comments

Comments

@yechenn
Copy link

yechenn commented Jul 18, 2023

I installed .NET Framework 4.8 Offline version on Windows Server 2019, and it displayed a successful installation.

However, I cannot find the "dotnet" folder or the "dotnet.exe" file on my computer.

Previously, when I installed .NET 7, there was a "dotnet" folder under C:\Program Files.

Therefore, I suspect that I may not have successfully installed version 4.8.

Could someone please help me with this issue?

@lextm
Copy link
Contributor

lextm commented Jul 18, 2023

This is expected. Only ".NET Core" or ".NET" installers create that folder, not any ".NET Framework" installers.

@tarizshahid
Copy link

.NET Framework: This is the older version of the .NET runtime and framework. .NET Framework 4.8 is a Windows-only framework and does not include a dotnet executable. Instead, it provides libraries and runtime for running Windows applications that target .NET Framework.

.NET Core and .NET (starting from version 5): These are the newer, cross-platform versions of .NET. When you install .NET 5 or later, you get the dotnet command-line tool, which you can use to create, build, and run .NET applications.

@Drofzz
Copy link

Drofzz commented Oct 10, 2023

.NET 5+ is fundamentally different

the .NET Framework 4.8.1 and down is an old framework using a different SDK entirely
the .NET 5+ uses an SDK where the dotnet tool was implemented (taken from the .NET Core framework)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants