Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [solution]

A solution (.sln file) is a structure for organizing projects in Visual Studio. It groups one or more projects that work together to create an application.

-1 votes
0 answers
7 views

where we can use round robin algorithm only calculate weightage and load balancer?

When deciding where to use worker threads in a Node.js application, it's crucial to understand their appropriate use cases. Worker threads are specifically designed for offloading CPU-intensive tasks, ...
Mohan sinha's user avatar
0 votes
0 answers
17 views

Including a Linux library in VS solution so that it's copied correctly

I have a .NET C# solution, developed on Windows but intended for deployment on a Linux machine. It comprises several projects: "lanucher" project, UI project (Blazor) Lib project, and "...
Shaggydog's user avatar
  • 3,708
0 votes
0 answers
34 views

Visual Studio project template contained in, and limited to, specific solution

I have a solution where certain rules needs to be applied to certain projects. This makes it perfect to be "templatized". However, I only want the template to be available to this specific ...
TheHvidsten's user avatar
  • 4,269
1 vote
0 answers
226 views

Visual Studio Code gives error EISDIR illegal operation on a directory, read

For some reason it can't even open solution it used to open. Even if i try to create and open a solution it just give me the same EISDIR error after creating a solution. I'm using vscode-solution-...
IsusHristos's user avatar
0 votes
0 answers
41 views

Class disappears when switching from "Release" to "Debug"

I'm using Visual Studio 2022 (Version 17.9.2) to write some C# (.Net 8.0) Code. I have a Solution with multiple projects, and most of it works fine. However, I have a class "PreProcessor" in ...
David Hutter's user avatar
0 votes
0 answers
26 views

Is there a way to add bulk of files to a Visual Studio C++ project?

I need to add many source files to a new Visual Studio C++ project. Probably around 3k+ files, distributed between several nested folders. I am using Visual Studio 2022. I tried to drag and drop the ...
PazO's user avatar
  • 1,410
0 votes
1 answer
73 views

How to suppress MSBuild warning when external EXE project defined in sln file cannot be found

I have a Visual Studio solution file for a plugin DLL that works just fine when I build locally via VS. It contains a "project" that is a reference to the executable I need to use as my VS ...
Tom Bogle's user avatar
  • 490
-1 votes
2 answers
142 views

Where does PDF/Office documents generation fits into clean/onion architecture

I need to add docx/excel reports into following solution Question Where does my document generation fit? Solution description Presentation references Application Application references Domain ...
Liero's user avatar
  • 26.8k
0 votes
0 answers
82 views

Dotnet build of solution containing projects with different target frameworks

I have a solution containing multiple projects. To simplify: The Gui project targets net7.0-android and net7.0-windows10.0.19041.0 The Library project targets net7.0 and is referenced by the Gui ...
user1527576's user avatar
1 vote
0 answers
42 views

Visual Studio Changing Project Paths to Invalid Values

We have multiple developers running Visual Studio 2022 that occasionally run into an issue where the solution file project references are changed to an invalid path by removing the first character. It ...
R Stevens's user avatar
0 votes
1 answer
55 views

Solution Template Storage?

I would like to know that before installation, where is the Solution Template stored? And after installing a Solution, where will it be stored? I tried looking for information on thingsboard.io but ...
Doanh Trần's user avatar
0 votes
1 answer
103 views

How to find all points in a given 3D shape

Consider a 3D space, we only study integer points . And then we are given 3 basis vectors (non-orthogonal, of cause) by which we can obtain a 3D crooked cubic (how to call that in English?). The ...
hengyue li's user avatar
0 votes
0 answers
46 views

How do I see VS solution structure?

I am returning to a Xamarin.Forms project, and when I open it in Visual Studio for Mac: all I see in the solution explorer is: which shows none of the files in each project nor any dependencies. How ...
Peter K.'s user avatar
  • 8,099
0 votes
1 answer
1k views

Incompatible and unloaded projects in a Visual Studio Solution File (.sln)

I'm trying to open a solution file in visual studio 2022. When I'm opening the solution, I'm getting incompatible and unloaded on two of its projects. my solution explorer As far as I can tell, what I'...
karim's user avatar
  • 13
0 votes
0 answers
58 views

Nest folder in Solution Explorer

I was looking for the ability to nest a folder in solution explorer directly by code, and I found the function AddFromDirectory to achieve the result (I don't want to deal too much with xml parser). ...
Zenek's user avatar
  • 70

15 30 50 per page
1
2 3 4 5
54