Skip to main content

Questions tagged [visual-studio-project]

The tag has no usage guidance.

visual-studio-project
2 votes
1 answer
303 views

Create Maui project is not available after installing .NET 9.0 Preview

I have installed .NET 9.0 Preview SDK from the official Microsoft website, then when I click on "Create a new project" .NET Maui option is not available. I had a Maui project that I created ...
Hossam Fares's user avatar
1 vote
3 answers
1k views

Blazor WASM in a single project?

I noticed with .NET8, whenever you create a new Blazor project, it always generates two projects instead (a "main" and a ".Client" project), no matter what combination of options ...
Val's user avatar
  • 1,657
0 votes
0 answers
21 views

How do you make visual studio professional show the files in the same folders that they're actually in inside of the solution explorer?

I used file>new>project from existing code In the Solution Explorer instead of showing the files in the folders they're actually in, it shows them in folders named External Dependencies, Header ...
My Code Made Me Suicidal's user avatar
0 votes
0 answers
30 views

C# Console Application No Dependency or Reference

I am trying to create a C# console application that has a depedency or reference to my class libary BUT everytime I create a console application Visual Studio Mac does not give me a depedency option ...
Sidiq Moltafet's user avatar
0 votes
1 answer
223 views

What does the exclamation mark in a visual studios project dependencies mean?

In my Visual Studio solution, i have a project, where und 'Dependencies', a brownish (dark yellow?) exclamation mark symbol is shown. I cannot find any information regarding it's meaning. What does it ...
Thomas Woelfer's user avatar
0 votes
1 answer
308 views

When to use multiple projects on the same Visual Studio solution?

I'm working on a WinForms app, inside a bigger, main WinForms app that launches other Forms. You have a big menu with apps you can click and launch (mine is one of them). At the beginning of the ...
funk4del1c's user avatar
0 votes
0 answers
29 views

MSI Installer prompting for elevated instructions C# Visual Studio Projects

I have configured a msi installer using VS Projects and when installing it is working fine with the accounts of all users in my organization. The problem arises when someone tries to uninstall the ...
user22145952's user avatar
2 votes
2 answers
3k views

SSIS - Cannot connect to excel source and load any views or tables. Visual studio version 2022

I have a problem when importing data in SSIS from an excel source. I have the Visual Studio Professional 2022 installed and excel’s version is Microsoft® Excel® for Microsoft 365 MSO (Version 2301 ...
Bich Le The's user avatar
0 votes
1 answer
45 views

VS22 python - txt file in project and labeled as content cannot be found

I've been receiving this error for quite some time on a few assignments. Message=[Errno 2] No such file or directory: 'frankenstein.txt' Source=C:\Users\richy\OneDrive\Documents\Python Scripts\...
Da_Overloaded_Dad's user avatar
0 votes
1 answer
825 views

How to reference .Net 6.0 project from WinUI 3 project?

I have a .NET 6.0 C# class library project that contains platform-independent code (let's call this BusinessLogic). In my same solution, I would like to create a project for a WinUI 3 app that ...
Michael Kintscher they-them's user avatar
0 votes
2 answers
186 views

How to include functionality from one project into another in the same solution?

In my company, we are creating C# client/server applications as follows: We create three project inside one single Visual Studio solution: Product.General Product.Client Product.Server The "...
Dominique's user avatar
  • 17.2k
0 votes
1 answer
762 views

Unable to add a reference to project - UWP to Class Library project?

A WPF project and a UWP project share the same solution. Can both projects reference a common project? "Common" - .NET 6 target framework, class library "UWP" - targets Windows 10 ...
Denis G. Labrecque's user avatar
3 votes
0 answers
382 views

How can I fix the node.js tools "an unexpected error occurred" issue in Visual Studio 2022

I have a combined .Net Core / Vue app I created in VS2019. I recently separated the app so I can run the API separate to the UI, with the UI project created in VS2022 as the project file as a .njsproj ...
JeremyW's user avatar
  • 257
0 votes
1 answer
77 views

Visual Studio Project with Only Arbritary Files [duplicate]

I have an old Perl web site which I need to maintain, and I want to use Visual Studio do to this (mainly to take advantage of the TFS source control integration). How can I create a project file (...
RobSiklos's user avatar
  • 8,740
1 vote
1 answer
651 views

Can I change the content of default files in a Visual Studio project type?

In Visual Studio 2019, when I create a new .NET Framework Console Application in C#, it places the entry point in a class called Program in a file named Program.cs and a namespace with the same name ...
Govind Parmar's user avatar

15 30 50 per page
1
2 3 4 5 6