Assistance Required for Resolving "System.OutOfMemoryException" in Visual Studio
Subject: Help Needed with System Out-of-Memory Issue in Visual Studio Hello Everyone, I hope you're all doing well. I'm working on a project in Visual Studio that includes a large number of forms, user controls, and images used as icons. However, I am…
Assistance Required for Resolving "System.OutOfMemoryException" in Visual Studio
Subject: Help Needed with System Out-of-Memory Issue in Visual Studio Hello Everyone, I hope you're all doing well. I'm working on a project in Visual Studio that includes a large number of forms, user controls, and images used as icons. However, I am…
VB.NET designer crashes ... error ... The Base class 'System.Void' cannot be designed. Cannot access forms.
The base class 'System.Void' cannot be designed.The base class 'System.Void' cannot be designed.The base class 'System.Void' cannot be designed. The base class 'System.Void' cannot be designed.
Using .Net 8 on ASP.Net Web Application (.Net Framework)
I want to use .Net 8 on my ASP.Net Web Application (.Net Framework). Presently the new project template only provides for .Net Framework 4.8.1 Is this even possible
Using .Net 8 on ASP.Net Web Application (.Net Framework)
I want to use .Net 8 on my ASP.Net Web Application (.Net Framework). Presently the new project template only provides for .Net Framework 4.8.1 Is this even possible
Exercise - Create SAS using Azure CLI in AZ-104 Training
I'm getting an error when I run the command cd sas dotnet run The .NET version needs to be 7.04. Please advise on how to update this so I can complete the Lab. Thank you, Heather This question is related to the following Learning Module
Target Framework do not appear when trying migrating from xamarin to maui using upgrade assistant
i'm using visual studio 2022 17.9.2, when i click ugrade on the portable file, it shown "there are no target framework found to which project could be upgraded" but when i click on the droid file, it does appear the framework selection …
Target Framework do not appear when trying migrating from xamarin to maui using upgrade assistant
i'm using visual studio 2022 17.9.2, when i click ugrade on the portable file, it shown "there are no target framework found to which project could be upgraded" but when i click on the droid file, it does appear the framework selection …
内存占用率很高,但任务管理器却没有显示是什么进程。
Windows10x64,16G内存, 电脑开机后占用约30%,一分钟后内存占用率达到80%左右,但任务管理器没有占用内存过高的程序。 使用poolmon查看,得知是CTNP占用内存过高,运行 c:>findstr /m /l /s CTNP *.sys,没有答案。 Tag Type Allocs Frees Diff Bytes Per Alloc CTNP Nonp 2315 ( …
Click event on "FlexLayout" element
Tell me, is it possible to add a click event to the "FlexLayout" element and also add a click animation? var flexLayout = new FlexLayout { AlignContent = FlexAlignContent.Center, JustifyContent =…
datagridview row with a combobox column not inserting in database
Hi! I added a DataGridView to my windows form. The grid is data bound and one of it's columns is of type DataGridViewComboBoxColumn and the column is also data bound. Following is the code used for creating the grid and updating data to DB: Private Sub…
datagridview row with a combobox column not inserting in database
Hi! I added a DataGridView to my windows form. The grid is data bound and one of it's columns is of type DataGridViewComboBoxColumn and the column is also data bound. Following is the code used for creating the grid and updating data to DB: Private Sub…
Xamarin Forms / API Level 34 / Deployment Failed
While migrating the mobile app to some new tech, we need to deploy an update to our current app which requires Android 14. I've updated the AndroidManifest.xml to 34: <uses-sdk android:minSdkVersion="28"…
What is the recommended pattern for binding an array-type property to a form in ASP.NET Core Razor?
Hi, I am using ASP.NET Core 8 Razor, and I am trying to figure out what has to be done to transmit a property of type int[] to/from a form as a hidden field. Scalar values are pretty easy (just put BindProperty on a property and use a hidden input field…
Blazor Server with Entity Framework Core Code First
Hello, we are currently evaluating the usability of Entity Framework Core Code First in a Blazor Server application. We try to migrate from a Database First approach where we created a DbContext instance (by a IDbContextFactory) per database…
Exception when linking to Microsoft Store Purchase API library from Blazor MAUI Windows App
Hi, I am have written multile Microsoft Store Apps in the UWP and WPF frameworks and published them to the Store. These apps all have to and do call the Microsoft Store Purchase API. Now I'm building a Blazor MAUI Store App and have found apps in the…
How can I programmatically send an sms with a .net 8 maui app from the android platform?
I have tried to accomplish this but get an error when trying to implement the "Android.Telephony" class.
SQL Server 2022 don't display data from varchar(max) in Classic ASP
In a recently update to SQL Server 2022, the data from the varchar(max) fields has stopped being displayed (or being saved in variables) on a website made with ASP Classic. How can I solve this problem? Here is the code: <% set db =…
.Net 8 runtime download corrupt?
Is there an issue with the .Net 8 runtime download? I keep getting a message that i can't run this on my pc. The only option is to use winget to install.
Theming of WPF dialog not working for all controls on the dialog
Hi, I need to change color/theme of all controls on WPF dialog whenever there is change of theme from VS2022 (i.e. Tools -> Options -> Color Theme ) I followed below MSDN…