6,266 questions with Visual Studio-related tags

Sort by: Updated
0 answers

How to install a customized Word add-in app and run it properly?

I may have finished my customized app as a Word add-in. I have published it for the first time, installed it, ran Microsoft Word, and I get this error message while using the customized add-in app. With any help from anyone, I would like to have this…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
687 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,678 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,377 questions
asked 2024-05-21T01:28:52.4233333+00:00
John 426 Reputation points
0 answers

Unhandled exception: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).

I added an additional nuget package source to my project. I have entered my username and my password and I can install new nuget packages from the source. But I always get this error when I use the command dotnet tool restore in the Visual Studio…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2024-05-20T22:46:00.7466667+00:00
Kim Strasser 661 Reputation points
0 answers

Connection Target does not give me any subscription

Hello, I followed the instructions at https://learn.microsoft.com/en-us/training/modules/dotnet-debug-visual-studio-azure-web-apps/4-attach-to-process. At step Attach the debugger to the App Service, I clicked the Find button, but the Subscription name…

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.
949 questions
asked 2024-05-20T21:40:24.7333333+00:00
NM 1 Reputation point
1 answer

IIS express ssl certificate bindings are empty

IIS express certificate expired on my system, leading to site can't be reached errors while debugging the application. I tried bunch of things such as repairing or reinstalling IIS Express, Visual Studio. But later, I found out that SSL certificate…

Internet Information Services
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,444 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,678 questions
asked 2023-07-14T11:31:41.44+00:00
Saha, Shubrat 0 Reputation points
commented 2024-05-20T20:24:25.1833333+00:00
SH 0 Reputation points
0 answers

VS Nuget doesn't work with MAUI but does with WPF

I'm currently using Visual Studio Professional 2022 17.8.9. If I create a WPF project, I'm able to browse Nuget packages. However, if I create a MAUI project and try to browse Nuget, I get the following error message [nuget.org] Unable to load the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,444 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,678 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,963 questions
asked 2024-05-20T19:47:16.7166667+00:00
Surico, Joseph [CCC-OT] 0 Reputation points
0 answers

SSIS Visual Studio Community 2017 Error opening file

Using: SQL Server Management Studio 18 Visual Studio Community 2017 When attempting to open a file in Visual Studio but fails at creating project (action) with the following error message:   ===================================   Value does not fall…

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.
975 questions
asked 2024-05-17T21:00:44.0233333+00:00
Rosie Lopez 0 Reputation points
commented 2024-05-20T19:40:42.5033333+00:00
Rosie Lopez 0 Reputation points
1 answer One of the answers was accepted by the question author.

Got 'Insufficient system resources exist to complete the requested service' while building Store version of application

Hello folks, When I tried to build the Store (MSIX) version of my application via Windows application packaging project in VS 2022, I got the following errors: ...... 1>Generating code 1>Finished generating code 1>StartupTask.vcxproj ->…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,554 questions
asked 2024-05-20T18:38:53.32+00:00
0xNima 0 Reputation points
commented 2024-05-20T18:59:36.62+00:00
0xNima 0 Reputation points
1 answer

operation is not valid due to current state of object

I tried to create a new .net web application project, installed workloads are-> ASP.NET and web development, .NET desktop development, data storage and processing, VS extension development, I just change the location , instead of C:\program\user... …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2024-01-20T14:36:17.5633333+00:00
Shubham 10 Reputation points
commented 2024-05-20T17:27:32.8866667+00:00
amin eisvand 0 Reputation points
4 answers

How to set a custom PS profile for VS Start Without Debugging action?

When console app is launched with the Start Without Debugging action, the Visual Studio (VS) 2022 opens a default PowerShell (PS) console for it. I would like to use a custom PS profile for that. How it can be done? The issue that I would like to solve…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2023-12-27T15:03:36.6833333+00:00
Igor Pavlov 0 Reputation points
commented 2024-05-20T15:54:16.8633333+00:00
jack5253 0 Reputation points
0 answers

.net maui MVVM exit button wont file but collection button does. what did I miss?

I'm converting a xaml app to .net maui. I'm not able to find where I'm missing code that is keeping the button from firing the exit code in my viewmodel. i've compared the code for the exit page to my collection page ( In which the button works) but I…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,963 questions
asked 2024-05-20T14:54:19.5166667+00:00
tim 120 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to install any extension (ERROR while installing extention)

2023-01-31 22:18:53.270 [error] Unexpected end of JSON input: SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at Object.factory…

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.
178 questions
asked 2023-01-31T16:55:18.26+00:00
YASH BORIKAR 20 Reputation points
commented 2024-05-20T14:52:23.0233333+00:00
Nakul Desai 0 Reputation points
0 answers

XSLT/XSL-FO transformation function stops working (Exception from HRESULT: 0x80131401)

Hello, My Visual Studio is again not working for XSLT/XSL-FO transformations. The error message that displays is: FileLoadException Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401). All…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2024-05-20T11:36:54.8066667+00:00
Tsvetelina Ilieva 0 Reputation points
edited a comment 2024-05-20T13:34:03.3733333+00:00
Tianyu Sun-MSFT 27,796 Reputation points Microsoft Vendor
1 answer

Deploy a Layout on a Webserver with Authentication

I found the possibility to host my own layout on a webserver as described here https://learn.microsoft.com/en-us/visualstudio/install/create-a-network-installation-of-visual-studio?view=vs-2022 and using the --layoutUri option to specify the address of…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2024-05-17T13:10:02.53+00:00
Ruething Christoph 0 Reputation points
commented 2024-05-20T11:07:41.0266667+00:00
Ruething Christoph 0 Reputation points
0 answers

Did Microsoft steal my 700 Euro ?

Hello. I own a full license of Visual Studio Professional 2015. As the title implies, i payed 700 Euro for my Visual Studio license, and i have a key. When i reinstalled one of my workstations today i found out that Visual Studio Professional 2015 is no…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2024-05-14T03:03:27.74+00:00
FrancisG 0 Reputation points
commented 2024-05-20T10:03:14.77+00:00
Cheong00 3,471 Reputation points
0 answers

Maui app for Android how to get rid of this dialog

Hello All. I use Ver 17.10 preview 7 and android Ver 34. I get the following dialog (image) and when I cancel it all go OK But every time I build my app it's appears and I need to cancel it to continue the build task. Please how I can get rid of 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,678 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,963 questions
asked 2024-05-19T08:46:12.7066667+00:00
Haviv Elbsz 1,946 Reputation points
edited a comment 2024-05-20T09:44:04.49+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,871 Reputation points Microsoft Vendor
2 answers

How to change VS2022 community to enterprise license

Hi All. I have installed VS2022 Community edition. What step need to do to have ability to enter VS2022 Enterprise product key. I tried to find it via: Help menu --> Register Visual Studio. It open Personalization Account dialog screen without…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
asked 2024-05-19T02:07:26.76+00:00
zleug 61 Reputation points
answered 2024-05-20T09:41:22.16+00:00
Anna Xiu-MSFT 26,481 Reputation points Microsoft Vendor
1 answer

Visual Studio blocked by MS Defender

Microsoft defender blocked visual studio 2022 ( C#) and I can't enter windows forms, console, etc. Please 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,678 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,214 questions
Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
160 questions
Microsoft Defender for Cloud Apps
Microsoft Defender for Cloud Apps
A Microsoft cloud access security broker that enables customers to control the access and use of software as a service apps in their organization.
107 questions
asked 2024-05-18T09:09:30.3366667+00:00
Pepe 0 Reputation points
answered 2024-05-20T07:33:09.3466667+00:00
Anna Xiu-MSFT 26,481 Reputation points Microsoft Vendor
0 answers

root is missing error, while making frontend using window form application in VS 2022 using C#

Root is missing error, while making frontend using window form application in VS 2022 using C#. How to troubleshoot this issue.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,849 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,678 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,365 questions
asked 2024-05-20T04:10:28.07+00:00
DevNinja 0 Reputation points
edited a comment 2024-05-20T06:29:14.73+00:00
Tianyu Sun-MSFT 27,796 Reputation points Microsoft Vendor
1 answer

Submitting EXE to Microsoft Store: Uninstall Policy 10.2.7

I've submitted an app-EXE to Microsoft Store. It was rejected. App review report says EXE does not comply with Security policy 10.2.7: Products need to clearly communicate how they can be removed. There is either no entry for your product in the Add or…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,678 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
886 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,365 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.
975 questions
asked 2023-02-08T18:16:30.34+00:00
TamSoft 0 Reputation points
commented 2024-05-20T05:18:19.83+00:00
Sai Jarugula 0 Reputation points
1 answer One of the answers was accepted by the question author.

Visual Studio 2019 download.

Microsoft (https://www.microsoft.com/ko-kr/) -> Bottom 'Developer and IT - 'Visual Studio' -> 'Download' in the context menu -> Bottom 'Previous Downloads' -> 2019 - Download If you download using the above path, you will be directed 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,678 questions
asked 2024-05-20T00:16:08.44+00:00
용민 김 0 Reputation points
accepted 2024-05-20T04:55:11.21+00:00
용민 김 0 Reputation points