Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
182 views

I'm learning Tailwind CSS for the first time and trying to set up a global custom class using @apply. Even though everything seems to be working fine, the @apply line is underlined in my CSS file in ...
idknojust's user avatar
1 vote
0 answers
91 views

I have a project that I'm sharing on nuget. However, this project itself contains references to more nuget packages, which I've added as dependencies in the nuspec. <metadata> <version&...
komodosp's user avatar
  • 3,686
0 votes
1 answer
96 views

I am running WinDbg on my development Win10 machine and connecting via pipe to my Win10 VM. WinDbg is definitely talking to my VM and indicates as such with "Debuggee is running". If I break ...
Sarah Weinberger's user avatar
0 votes
1 answer
104 views

Recently, I have updated my ASP.NET Core MVC application from .NET 6 to .NET 8. The VS 2022 Professional was also updated to version 17.14.7. After that, when I right-click my web project, which is ...
user466663's user avatar
-1 votes
1 answer
53 views

I have the following problem: I enabled precompiled headers for my CMake project using target_precompile_headers(${APPLICATION_NAME} PRIVATE include/precompiled/pch.h) . This worked, however only for ...
eli3D's user avatar
  • 11
0 votes
1 answer
62 views

I have an async test method which is not very well written, that it returns void, instead of Task. [TestMethod] [DoNotParallelize] public async void ComponentDrawingAspectParserTest() {...
Marťas's user avatar
  • 1,092
0 votes
0 answers
59 views

I am working with Blazor, and I have been tasked to create a template, in VS, so that all of our developers have base starting point for new projects. When I export as a template, it all goes pretty ...
ExecChef's user avatar
  • 449
1 vote
2 answers
228 views

How to disconnect Visual Studio from a Copilot subscription so that it is possible to subscribe to another subscription?
Developer's user avatar
  • 806
0 votes
2 answers
116 views

I recently updated Visual Studio to version 17.14.3, and now I am encountering the following errors that prevent me from running my project: The "DefineStaticWebAssetEndpoints" task failed ...
amir beygi's user avatar
0 votes
1 answer
49 views

I've written an Assembler, Interpreter, and Disassembler for MIPS. They're split each into their own projects, with a base project containing some basic models to use between each. One of those models ...
Adam Dernis's user avatar
0 votes
0 answers
39 views

We collected a core dump of our productive ASP.NET Core application using dotnet-dump collect -p <PID>. Loading it into Visual Studio and running diagnostic analysis revealed some interesting ...
Robert Hegner's user avatar
0 votes
0 answers
86 views

I'm trying to install Reboundx on my Windows Anaconda, and keep failing. So far I've been using Google and ChatGPT to try and install reboundx, but the final result is the same. I have no experience ...
Harrison Taylor's user avatar
0 votes
0 answers
47 views

Problem While publishing my ASP.NET MVC project using Visual Studio 2022, I ran into errors. Similar errors appeared for: Newtonsoft.Json.xml System.Web.Helpers.xml System.Net.Http.Formatting.xml ...
Deepak Yadav's user avatar
-1 votes
1 answer
195 views

I am stuck due to this error. I have downgraded from Enterprise to Pro version of Visual Studio 2022 then this error came in. I have tried numerous times repairing, uninstalling, reinstalling, and ...
furkankatman's user avatar
  • 1,210
0 votes
0 answers
70 views

I know when working with C#, it's as simple as clicking on the little arrow next to the green debug button ('Start') and selecting a start-up item. But how can I add more profiles when working with VB....
jason van willigen's user avatar
0 votes
0 answers
30 views

Is there a way to exclude the "runtime" folders from being copied every time I publish the site? The very first time I published the site, the "runtime" folders were copied to the ...
fdkgfosfskjdlsjdlkfsf's user avatar
1 vote
1 answer
97 views

I'm using .NET 8, C#, Blazor server, VS 2022 and QuestPDF Version="2025.5.1". I have been unable to get the header cells to provide Rotate(-90) correctly. I am new to QuestPDF. I have ...
John D's user avatar
  • 691
0 votes
0 answers
35 views

I am having an intermittent issue when I Build my .NET project in Visual Studio (2022): Unable to delete file "obj\Debug\net8.0-windows10.0.19041.0\project_name.dll". The process cannot ...
Étienne Laneville's user avatar
0 votes
1 answer
30 views

I just ran in a strange problem when moving to the SDK format for the csproj The build system throw for exactly one project a MSB4236: The SDK "Microsoft.NET.Sdk" specified could not be ...
Robert's user avatar
  • 41
0 votes
0 answers
41 views

I'am hosting a NAS OS with cosmos and oracle virtualbox with vs 2022 C#. But unfortunately somehow it doesn't get IP address with mobile hotspot meanwhile it works through wifi from home. In the ...
user avatar
2 votes
1 answer
151 views

I have the following code: internal class Program { private static bool IsMatchingThing1(IThing thing) { return thing is AThing { Children: [ ...
fractor's user avatar
  • 1,698
2 votes
1 answer
1k views

When trying to build a new Azure Function in Visual Studio I am getting the following error: `Error (active) MSB3202 The project file "D:\mycompany\myFunction\obj\Debug\net8.0\WorkerExtensions\...
Age of Empires's user avatar
0 votes
1 answer
66 views

TL;DR: I want to tweak a number in my shader, click green play button, actually compile it. But it gives me a: >------ Build All started: Project: my-project, Configuration: x64-Debug ------ ...
Spectraljump's user avatar
  • 4,707
0 votes
0 answers
17 views

I am writing a VS extension for VS 2022 and want to retrieve a list of servers/databases in SQL Server Object Explorer. This window is provided by (I believe) SQL Server Data Tools. It is not the same ...
Ann L.'s user avatar
  • 14k
0 votes
0 answers
142 views

I am using a computer that I do not have administrator permissions on and the C: drive appears to be locked. I can access the D: drive but the installation file for Visual Studio Community 2022 is ...
thebruce10's user avatar

1
3 4
5
6 7
2324