a thing I cant find in any documentation. .Net Core 3.1 is not supported on Windows Server 2008 as far as I see. Did that means that also a self-contained published version also dont work there?
Can a .Net Core 3.1 self-contained app run on Windows 2008?
432 Views Asked by Sebastian At
1
There are 1 best solutions below
Related Questions in .NET-CORE
- NLog with DNX Core 5.0
- How should I reference HttpClient for dnx451 and dnxcore50?
- DNX Core 5.0 library to target any platform. No System.Random class. Workarounds or options?
- Kestrel Running which framework?
- Directory.CreateDirectory not exists in .NET Core
- asp.net dnxcore50 load assembly by file path
- .NET Core doesn't depend on any installation?
- Why is linq to object implementing iterators manually?
- Microsoft Band and WPF
- Determine port in asp.net core
- ASP.NET Core IISIntegration.Tools and .NET Framework
- ANTLR 4.5.3 C# lexer fails to initialize (ATN UUID error)
- Opening Visual Studio 2017 projects in Visual Studio 2015
- dotnetCore (1.0.0-preview2-1-003177) - build warnings as errors - how?
- How to implement interface of C# use COM of native C++?
Related Questions in WINDOWS-SERVER-2008
- How to sort text qualified CSV file that doesn't fit in memory?
- Unauthorized Access Exception on IIS7 virtual directory with proper permissions
- Error while deploying MVC 5 application on Windows Server 2008
- Running ASP site with SQL Server 6.5 on Windows Server 2008 R2
- php-cgi.exe memory usage reaches server maximum despite almost zero traffic
- Shared folder access with login & password impersonation - W2K8 IIS7
- Windows user rights administrator group
- Publishing to Azure Virtual Machine with Web Deploy
- Is there a way to make the security settings in PDFSharp work in an environment that is restricting to FIPS compliant algorithms?
- ADO.Net change "Persist Security Info" default back to True
- Locale independent Windows Performance Counters on multiple server versions
- .net frame work 3.5 not showing in feature list window server 2008 sp2.
- How to pass a parameter to PowerShell Get-NetTCPConnection cmdlet?
- scripting control userpassword2
- SQL Server error: the paging file is too small for this operation
Related Questions in .NET-CORE-3.1
- How to show OpenFileDialog in RoslynPad
- .Net Core use new ApplicationBuilder instead of IApplicationBuilder from configure
- Passing DbContext through dependency injection to BackgroundService throwing exception
- Can a .Net Core 3.1 self-contained app run on Windows 2008?
- Quartz with Asp.Net Core 3.1
- XRay and XUnit reporter parses multiple test case attributes incorrectly
- For dotnetcore 3.1 Windows service how to stop, uninstall, install and start the service with a powershell script 5.1
- Insert data to a SQL database in .NET Core 3.1 using C# receives an error
- IFeatureCollection has been disposed. Object name: 'Collection'. going from controller to view
- How to get information about the Identity parameter value set MaxFailedAccessAttempts
- Dynamically Get and Set Properties on an EF Core Model
- How to combine Google Authentication and API key Authentication using Blazor?
- Perform xUnit Moq test to create record and save it to DbContext
- Application insights middleware - Track SQL parameters
- Problem where assemblies seem to be unloaded during Azure Function scale out
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
dotnet publish -c release --self-contained -r win7-x64 Works with .netcore 6 and 3.1