6,189 questions with Visual Studio-related tags

Sort by: Updated
0 answers

How to show another window on FSE(FullScreen Exclusive)

私たちは FullScreen Exclusive (FSE) な画面を持つアプリケーションを開発中です。 FSE は SetFullscreenState(TRUE, nullptr) を呼び出すよう実装しています。 FSE上でCreateWindowEx() して、別のウィンドウを表示したいのですが、それは可能でしょうか? …

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,766 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-05-02T16:39:51.1233333+00:00
Saito, Makoto (SIE) 0 Reputation points
1 answer One of the answers was accepted by the question author.

TFS work online and offline how-to setup TFS/VS2022 for two different TFS servers?

I have many (local) Visual Source Safe project with VS2019. I want to retire the VSS and I guess I'm going to need TFS. I setup a local TFS with SQLExpress. I contract with a Professional services company who use "git" and Asure service. How…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-04-05T16:39:15.9433333+00:00
hauld 136 Reputation points
commented 2024-05-02T13:49:39.7533333+00:00
hauld 136 Reputation points
1 answer

Masaüstü Programı Yazarken Tasarımda hata veriyor

Masaüstü Programı yazıyorum ve tasarım kısmında şuan böyle bir sorun var. Rebuild etmem birşey değiştirmedi. Error List sayfasında da herhangi bir sorun gözükmüyor. ve projeyi çalıştırdığımda düzgün birşşekilde çalışıyor. Bana yardım edebilir…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-05-02T10:49:32.6066667+00:00
Emre Kömürcü 0 Reputation points
answered 2024-05-02T12:41:16.9+00:00
Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

NuGet Error NU1101

I am not a developer but I am hoping to test an application provided by Microsoft. https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-web-app?tabs=visual-studio I have downloaded what is needed. After the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,547 questions
asked 2023-08-08T19:00:57.16+00:00
Mike 246 Reputation points
commented 2024-05-02T09:46:01.3733333+00:00
Zakaria khudadady 0 Reputation points
1 answer

Can I disable spell checking in VS 2022 for a specific file only?

I have test code that uses a lot of specific JSON and HTML properties, and the VS spell checker has a field day. However, I do not want to ignore all these words across my project, only in this file. Example (VB.NET): New JProperty("id_token",…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-04-03T06:45:35.4233333+00:00
Brent Hollett 5 Reputation points
commented 2024-05-02T09:22:32.7666667+00:00
Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
6 answers

How to target .NET Framework 4.0 in VS 2022 on Windows 11?

Working on some old projects targeting .NET Framework 4.0. I used VS 2022 to open the solution and was told to install 4.0 targeting pack. I can't find the download link on the dotnet website, nor the installation option in Visual Studio Installer. …

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,270 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,122 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
942 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,204 questions
asked 2022-09-05T07:41:23.313+00:00
Lee Feng 136 Reputation points
edited a comment 2024-05-02T07:39:18.2866667+00:00
Fabrizio Cioni 0 Reputation points
2 answers

Will Visual Studio upgrade project files accordingly?

I may have an old .NET Framework app dumped into my lap. I've been looking at it for a while, to try and wrap my head around it. It's got 18 projects in the solution file, comprised of 5 different .NET Frameworks. Everything from .NET Framework 2, to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,122 questions
asked 2024-04-29T20:26:12.4766667+00:00
Falanga, Rod, DOH 80 Reputation points
commented 2024-05-02T07:25:10.81+00:00
Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to make .NET SDK 8.0 show up in Visual Studio 2022 (17.9.6)?

I'm running Visual Studio 2022 (17.9.6) on Windows 11 and have .NET SDK 8.0 installed, but Visual Studio does not list it: It is installed, see below: I had Visual Studio 2022 (17.7) installed. Then installed .NET SDK 8 and upgraded VS to 17.9.6. It…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-05-01T15:51:47.7866667+00:00
Bert Roos 0 Reputation points
edited a comment 2024-05-02T07:09:47.6733333+00:00
Bert Roos 0 Reputation points
1 answer

How do I add an MVC template to my web app project?

Hi, what is the best way to add an MVC template within a web application? Can I do this, or can I do something better?   Thx for any suggestions or advice

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
969 questions
asked 2024-05-01T22:13:45.8266667+00:00
iqworks Information Quality Works 216 Reputation points
edited an answer 2024-05-02T06:48:44.25+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor
1 answer

How to fix Invalid value ''' for RazorLangVersion. Valid values include 'Latest' or a valid version in range 1.0 to 8.0.

Im getting below CSC error while building a solution. I recently installed a new VS latest 2022 version. Same solution was working previously as expected. Error message - Severity Code Description Project File Line Suppression…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-04-10T07:37:04.29+00:00
Rohan Patil 0 Reputation points
commented 2024-05-02T06:44:12.67+00:00
Rohan Patil 0 Reputation points
1 answer

I can not find the controls in the toolbox

I installed new components and vs 2022 community display message that all controls were installed but when I start new windows forms and open the form I dont see the components installed also if I select "show all" I see them as grayed What is…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-04-26T19:33:44.52+00:00
Jowei semin 0 Reputation points
commented 2024-05-02T04:51:05.44+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor
0 answers

Visual studio download not starting

Whenever I try to download Microsoft Visual Code it redirects me to the download page but the download does not start. I am using a VPN using the StealthVPN protocol and it won't start even when I turn the VPN off. I am also using Firefox.

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
942 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
969 questions
asked 2024-05-01T11:42:28.09+00:00
luka talevski 0 Reputation points
commented 2024-05-02T03:26:48.3833333+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor
1 answer

how to fix this?

Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,122 questions
.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
93 questions
asked 2024-05-01T10:26:25.1133333+00:00
XareXD 0 Reputation points
answered 2024-05-02T03:05:07.5133333+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor
2 answers

Calendar booking using datagridview

Good day everyone, I make a calendar booking using datagridview. Please take a look the image below. as you can see they have Book start and Book end. Now I want to put a color from date start to date end. Please take a look the image below. I don't…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,270 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
942 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
969 questions
asked 2024-04-21T12:46:33.5133333+00:00
Jay-R Hayashi 206 Reputation points
edited a comment 2024-05-01T14:43:30.4533333+00:00
Jay-R Hayashi 206 Reputation points
1 answer One of the answers was accepted by the question author.

How to block access to "Settings" and adding extensions in Visual Studio Code?

How to block access to "Settings" and adding extensions in Visual Studio Code? The program is used by many users on one workstation

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
173 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
969 questions
asked 2024-05-01T08:15:53.5966667+00:00
Jarek1020 20 Reputation points
accepted 2024-05-01T14:42:28.4866667+00:00
Jarek1020 20 Reputation points
1 answer

Class library dll throwing exception Could not load file or assembly 'Microsoft.Data.SqlClient, Version=5.0.0.0 but it reference version 5.2.0

I have created Class Library using Visual Studio 2022 community v 17.9.6 TragetFramework 8 project file <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup>.0 <TargetFramework>net8.0</TargetFramework> …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2024-04-29T20:35:54.9266667+00:00
Moshe Yalovsky 0 Reputation points
commented 2024-05-01T13:57:18.31+00:00
Moshe Yalovsky 0 Reputation points
0 answers

Updating the license for WinRT apps in VS 2013

For VS 2013 Community, it is no longer possible to update the license to run WinRT apps. I was able to successfully update the developer license for VS 2013 a few days ago, but I can no longer run WinRT apps. I get error 0x80245004 when VS tries to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
969 questions
asked 2024-03-27T11:33:55.0066667+00:00
Heiko 1,211 Reputation points
commented 2024-05-01T12:38:50.6833333+00:00
Дмитрий 1 Reputation point
2 answers

Debug profile does not exist - How to get it?

I am new to Visual Studio 2019 and am attempting to make a data input application using a Windows Form App. I keep getting an error that won't let my app launch saying that "The debug executable {file path to where the debug executable should…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,831 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
942 questions
asked 2022-02-24T22:16:47.297+00:00
Justin Cooley 6 Reputation points
commented 2024-05-01T11:40:49.7966667+00:00
abofazl jalil 0 Reputation points
1 answer

Is there a Phone Link API?

I am building a program that needs to accept text messages but I can't find a Phone Link API anywhere. Can you help?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
asked 2023-06-24T22:12:14.02+00:00
Miklós Rábai 15 Reputation points
edited an answer 2024-05-01T10:59:12.63+00:00
Gowtham CP 0 Reputation points
1 answer

How to get a ODBC 32-bit DB2 driver to Run in VS 2022

I am running VS 2022 and have a 32-bit ODBC DB2 Driver setup on my local environment. When I try to debug through my code and it tries to connect to the ODBC connection I am getting the following error: ERROR [IM014] [Microsoft][ODBC Driver Manager]…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
942 questions
asked 2024-04-17T19:14:40.3+00:00
Jason P 0 Reputation points
commented 2024-05-01T05:44:57.2833333+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor