Migrate .Net Framework 4.5.2 / 4.8.1 to .NET 8
Greetings. I received a Microsoft Azure mail about Retirement notice for .NET 6 (installed on Windows Server 2022) in order to update to .NET 8. I have two Web Programs, working with .Net Framework 4.8.1 and 4.5.2. is it required to migrate to .NET 8?,…
Version 4.8.03761 to Version 4.8.04084
I need to have version 4.8.04084 but I have 4.8.03761 I don't see where I can download this other then 4.8 download.
No such host is known
I developed App Service netcore2.1 witch call remote API method over HttpClient PostAsync method. App service worked OK until last week. Now i get error : One or more errors occurred. (No such host is known).
Am I running .NET 8 or .NET 6 in my Azure App Service
Hi I have just upgraded one of our APIs from .NET 6 to .NET 8. Everything runs, everything looks good, but I had a few issues to start with. Now, to verify a few things, I used Kudu to confirm the .NET version was correct. When using SSH and running…
Error in our ASP.NET Web Host app after updating to the latest version of Visual Studio 2022
Hi there, We have an ASP.NET solution running on our dev machines, which are Windows Server 2022 Datacenter. Previously, the app was working fine. However, after updating Visual Studio to the latest version (Microsoft Visual Studio Enterprise 2022…
The request was aborted: Could not create SSL/TLS secure channel
.Net Class Library is based on 4.5 and using HtmlAgilityPack, I was calling an https URL and it was working fine. After the website is updated and will not support old browsers which are not TLS v1.2 compliant. Getting the error - The request was…
Program Install and Uninstall troubeshooter not working
I cannot uninstall any of the .NET or Runtime programs listed below using this tool because I get this error
.net core 8.0.10 hosting bundle doesn't install components
I have downloaded the .NET Core Hosting bundle for 8.0.10. In the past when installing this bundle it will install the following components: Microsoft .NET Runtime - version (x64) Microsoft .NET Runtime - version (x86) Microsoft ASP.NET Core - version -…
Hosting Bundle 8.0.11 does not install .Net Runtime
Hi, Everything was working as expected until hosting bundle version 8.0.7. Started seeing issues from later versions. Until 8.0.7, installing hosting bundle included all components like Windows Server Hosting, .Net Runtime, Asp.Net Core Shared…
Why am I encountering a System.AccessViolationException in .NET Framework 4.8 on Windows Server 2019, but not in .NET Framework 4 on Windows Server 2008
I'm encountering the following error in .NET Framework 4.8 on Windows Server 2019, which I faced in 2022, when trying to select the element from ToolStripComboBox . However, I am unable to reproduce this error in .NET Framework 4 on Windows Server 2008:…
Is there any change how GC works in .Net for Android and .Net for iOS application?
Previously our application is in Xamarin Native and in that GC is called frequently so app works properly without out of memory exception. After migrating to .Net for Android, the app crashes as the memory utilization is continuously increasing and I did…
Intermittent Error: Cannot Set AccessToken Property in .NET Core 8 with SQL Server
Description: I am encountering an intermittent error in my .NET 8 application when trying to establish a database connection using the Microsoft.Data.SqlClient library. The issue occurs sporadically during runtime, resulting in the following unhandled…
I am getting the below error while trying to build a project in Visual Studio
Severity Code Description Project File Line Suppression State Error MSB4018 The "GenerateDepsFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral,…
Installation stuck when trying to install ASP.NET Core 6.0 Runtime (v6.0.36) - Windows Hosting Bundle
I've tried multiple times, but it always gets stuck on the same point.
.Net 8.0.10 and 8.0.11 hosting bundle doesn't install components
I have downloaded and installed the .NET Core Hosting bundle for 8.0.10. In the past when installing this bundle it will install the following components: Microsoft .NET Runtime - version (x64) Microsoft .NET Runtime - version (x86) Microsoft ASP.NET…
How to handle nullreference exception in "NM_CUSTOMDRAW" notification message?
Hello, I have a windows forms application having a user control . The user control has a Treeview named as TriView. TriView's drawmode is set to OwnerDrawAll. The form is visible all the time. When I run my application and switch between the…
Application does not open when installed in another PC?
Hello, I have a WPF with .NET Framework project. All working as expected. Built the project with Release (Any CPU) and generated an installer setup file using inno script. Upon installing the application in a different PC I noticed that application does…
After deploying .net8.0 function app using dotnet-isolated worker runtime getting runtime version error on azure portal with error System.linq:sequence contains one or more elements.
I had deployed azure function app succesfully but on portal I see error system.linq:sequence contains one or more matching elements and runtime version is shown as Error. I have deployed function using ansible playbooks using devops pipeline. Below are…
Versions errors on Microsoft website and in packages
Who could fix these errors? On this page https://www.microsoft.com/fr-fr/download/details.aspx?id=26347, one can download Microsoft Visual C++ 2005 8.0.61001. But after downloading the packages (French or English version), I look at their version and…