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

Questions tagged [visual-studio]

Use this tag if you have a specific question about Visual Studio features and functionality. DO NOT use this tag on questions regarding code which merely happened to be written in Visual Studio. Consider tagging the exact technology area your question links to and also tagging a more specific version of Visual Studio. Please mention your exact VS version, edition, and update level in your question. DO NOT use this tag on questions regarding VS Code.

-2 votes
0 answers
18 views

Glew installation troubles in Visual Studio 2022

I have installed opengl through nuget: Install-Package nupengl.core. My include section now: #define GLEW_STATIC #include <GL/glew.h> #include <GLFW/glfw3.h> #include <iostream> #...
Mod diller's user avatar
0 votes
0 answers
19 views

Simultaneous access to the file by many computers from VSTO

I have about 20 comps using my VSTO add-in in MS Word working in local network. I have to write some statistic from this machines in one xml file common for all of them placeed in shared folder. How ...
deku's user avatar
  • 95
0 votes
0 answers
22 views

This App Needs To Be Updated By The Developer To Work On This Version Of iOS

I am trying to run the MAUI application in Visual Studio MAC on iPhone Pro Max (17.5) Simulator. I am getting the below error while running the application on the simulator. The aplication is getting ...
Smit Rathod's user avatar
0 votes
0 answers
22 views

docker-compose generated WebAPI container fails to connect to MySql container

I have a Visual Studio .Net 8 Solution that contains a WebAPI backend project. It also contains dockerfile. I have also added a docker-compose to orchestrate the project. Outside of this visual ...
Babu Mannavalappil's user avatar
0 votes
0 answers
26 views

The script gives me an error saying no monobehaviour scripts in the file... and even after fixing it, it still crashes

I am Korean, so the sentences may be strange. enter image description here As in the title above, an error occurs in the script. The file name and the script name are the same, and Visual Studio works ...
detect5641's user avatar
0 votes
0 answers
9 views

VS 2022 Adding .py files in a single project [duplicate]

I'm relatively new to using Visual Studio 2022. I am trying to write code that requires two .py "files." I have attempted to add a file by using New -> file from the menu but it looks ...
swimsterx's user avatar
-1 votes
0 answers
56 views

Why does my project try to reference a file path that I cannot find anywhere in the folder?

I'm building an application in C# using VS 2017. I keep getting an error "Could not find file 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\FlowMotionRelations.txt'" ...
mygrandclarity's user avatar
0 votes
0 answers
10 views

Why does "Convert to New TypeScript Project Experience" create a nuget.config file?

I have a njsproj project in Visual Studio. It is exclusively Typescript. I tried to do the option of "Convert to New TypeScript Project Experience" and that successfully makes an esproj file....
Brad's user avatar
  • 12.1k
0 votes
1 answer
28 views

msbuild error: AssemblyRef does not contain a definition for 'Configuration'

I am 'migrating' a visual studio build to a batch script, I have a one big project that has many dependencies, i build my project with msbuild.exe using windows batch script, the main project (client) ...
Shachar297's user avatar
0 votes
0 answers
21 views

Visual Studio build error "The targeting pack Microsoft.NETCore.App is not installed"

I simply create a default .NET 6.0 WinForms desktop application in Visual Studio 2022. The application will not build. These errors are given: error NETSDK1127: The targeting pack Microsoft.NETCore....
Adrian Savage's user avatar
-1 votes
0 answers
22 views

I want to know if there's a kind of this plugin exists in VScode? [closed]

const content= document.getElementById("container") content.innerHTML= "<div id='text'></div>" So I have a mobile website project, I will use HTML,CSS and JavaScript ...
PeterZLu's user avatar
0 votes
0 answers
18 views

Static files not served correctly all the time in development environment

I have a Flask Python web app and I'm using Visual Studio 2022 Community edition for my development needs. I have set FLASK_ENV=development inside my .flaskenv file and I run the web app by right-...
rikitikitik's user avatar
  • 2,452
0 votes
0 answers
23 views

How to disable Resharper TYPE "Tab to accept" suggestion

I've recently installed ReSharper to my Visual Studio 2022, and when I use the "prop" + tab + tab to create a class property, I can rename the type and the property name normally. The ...
Matheus da Silva Rosa's user avatar
0 votes
1 answer
63 views

Create a control and set in next to another control

Here is the requirement: set a button aside a textbox. So that the button will be located in the right of the textbox. At first I think it's easy because I can use UserControl, some drop and drag can ...
Phuong Nguyen's user avatar
1 vote
1 answer
22 views

VS2022 Can't set File or Assembly Version in DLL

In this previous question of mine, I thought I had worked out setting version information in a VS2022 C# project. But I seem to have run into the issue again and can't figure it out. The main ...
Peter M's user avatar
  • 7,409

15 30 50 per page
1
2 3 4 5
7712