.NET 9 UWP Build Error
A blank project created in Visual Studio 2022 using .NET 9 UWP generates a build error: Microsoft.UI.Xaml.Markup.winmd cannot be referenced. Referencing a Windows Metadata component directly when targeting .NET 5 or higher is not supported. For more…
How do I make a richTextBox have a transparent background / show the image beneath it? (C#, Windows Forms App)
Hello, as per the title, I want to make the richTextBox in my project transparent, or have a way to show the image beneath it. Whenever I try to set the backcolor to transparent, i always get "Property value is not valid" with "Control…
Fix Winform Designer Error
Hi all ! Suddenly my designer decided to stop working for my project. I get the following error Any help is appreciated. Instances of this error (1) Hide Call Stack at…
Pipeline Failure Due to MSBuild Version Mismatch with .NET SDK 8.0.300
I am encountering an issue while running my Azure DevOps pipeline using Microsoft-hosted agents. My .NET code is built using version 8.0.300, which requires MSBuild version 17.8.3 or higher. However, the available MSBuild version on the Microsoft-hosted…
How to fix ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too long
I keep having this error. Not sure how to fix it ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248…
Maui project - Microsoft.AspNetCore.Aoo didnt work with the APP
1-There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'iossimulator-x64'. 2-There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'maccatalyst-x64'.
Unable to Publish due to error
Hi, I can't publish my web application. Here is the error: Copying file .vs\RRP\FileContentIndex\0ac36fe6-802e-44a7-9b93-d944d227fb3a.vsidx to…
An unexpected network error has occurred. The app list cannot be refreshed. Please retry by pressing the Refresh button. Visual Studio 2022
Hello everyone, I’m experiencing an issue with Visual Studio 2022 while trying to create a new publish store package. When I first reached the app list panel, I was facing the issue that it didn’t sync my account, and I couldn’t see any of my store app…
An unexpected network error has occurred. The app list cannot be refreshed. Please retry by pressing the Refresh button. Visual Studio 2022
Hello everyone, I’m experiencing an issue with Visual Studio 2022 while trying to create a new publish store package. When I first reached the app list panel, I was facing the issue that it didn’t sync my account, and I couldn’t see any of my store app…
how to develop wsl on windows
I use visual studio 2022. I already install WSL. and it show the message. I don't know what is the informaion. I only have one PC.
how to develop linux on docker
My system is windows11 and use visual studio 2022. I install docker on my windows and create a image docker How to use the vs to link the linux docker.
LinqToSql .net 8.0 need support NuGet package for System.Data.Linq library
When upgrading to V.S. 2022 .net 8.0, the Linq To Sql (DBML classes) are no longer included. I found a NuGet package that is unofficial. Is there an Official M.S. NuGet supported package for Linq To Sql libraries?
How to specify location of command line dialog
Windows 11, Visual Studio 2019, Python in command line When the code is started the command line window opens beneath the VS dialog. How can the location be set to a specific place other than beneath the primary VS dialog? Side question: Can the word…
Visual Studio wants to install on C:\ even tho i changed every install path
I am currently trying to install Visual Studio 2022 but I don't want to install it on the C:\ drive. I changed the IDE install path, the Downloadcache path and i also changed the shared-folder path in my registry. If I try to install it I still get a…
Visual Studio wants to install on C:\ even tho i changed every install path
I am currently trying to install Visual Studio 2022 but I don't want to install it on the C:\ drive. I changed the IDE install path, the Downloadcache path and i also changed the shared-folder path in my registry. If I try to install it I still get a…
Visual Studio 2022 automatically closing when i try to open it
I installed a new windows 10 on my pc after installing windows i download the visual studio 2022 community 17.6.2 .After successfull installation of visual studio when i try to launch it ,it closes or crashes after few seconds without showing any error…
When I try to restore nuget package or build the solution the visual studio is asking for credentials pop up continuously
when I try to restore NuGet package or build the solution the credentials are popping up continuously and I can't be able to restore or build the solution even I can install the packages because of the pop up. I have attached the image below. could you…
i cant download microsoft visual c++ because it says setup failed 0x800705b4 i did not find any tutorials on youtube how to fix it,Please help me microsoft team
I wanted to install microsoft visual c++,when i download the microsoft visual c++ installer is stuck at initializing and then after 3-2 minutes it says setup failed.
How to disable pop-up window with tips etc. in VS 2022 v17.12.2.
I'm new to VS trying to teach myself some HTML. How do you disable the pop-up box from appearing?
Adding Blazor Identity to existing Blazer project fails with a 'null path' exception
Hi! I have the following: .Net SDK 9 Visual Studio Community 2022 v 17.12.3 Windows v10.0.19044 Blazer Server App When I try to add the Blazor Identity "scaffolding" I get a "There was an error running the selected code generator:…