194 questions with Visual Studio Extensions tags

Sort by: Updated
1 answer

Microsoft GDK download?

I have been running in circles trying to download and install Microsoft GDK. GetHub is confusing to say the least and Microsoft does not offer a direct download link that I can find. Any help in this endeavor would be greatly appreciated. Also, I did…

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.
194 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.
1,009 questions
asked 2024-03-16T18:37:04.77+00:00
Mark Sandfox 5 Reputation points
commented 2024-03-20T04:49:49.3666667+00:00
Tianyu Sun-MSFT 29,451 Reputation points Microsoft Vendor
3 answers

SSDT support on Windows 11 ARM

Is there a roadmap for when SSDT will be supported on Windows 11 ARM? https://learn.microsoft.com/en-us/answers/questions/1190040/sql-server-data-tool-(ssdt)-on-windows-11-parallel

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.
194 questions
asked 2023-03-20T12:50:49.31+00:00
Mike Murphy - MurphysMind 15 Reputation points
commented 2024-03-13T16:39:17.4166667+00:00
Louis Gordon 5 Reputation points
1 answer One of the answers was accepted by the question author.

How to add file type validation , when trying to add existing item in solution explorer of visual studio experimental instance?

I am trying to add file type validation in "add existing item" in solution explorer in visual studio experimental instance. If the selected file type is not valid, then it needs to display message box like invalid file type. Else it needs 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,896 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,656 questions
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.
194 questions
asked 2024-02-06T06:55:22.69+00:00
Mekala Meghana 20 Reputation points
accepted 2024-03-13T07:38:34.4+00:00
Mekala Meghana 20 Reputation points
1 answer

Could not load file or assembly GrapeCity.ActiveReports for build project after Visual Studio 2022 17.8.7 update

I am getting below error while building VB.NET solution in Visual Studio 2022 Professional IDE. Could not load file or assembly 'GrapeCity.ActiveReports, Version=17.0.3.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff' or one of its dependencies.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,896 questions
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.
194 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.
1,009 questions
asked 2024-03-05T07:21:39.8933333+00:00
Patil, Mangesh 0 Reputation points
commented 2024-03-13T06:09:09.12+00:00
Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
1 answer

Found setup instance but not in launchable state

I'm trying to install extensions inside a container (mcr.microsoft.com/windows:ltsc2019) as part of Intel OneAPI HPCKit installation, but it's failing. The same setup succeeds on a windows machine. OS: Windows container…

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.
194 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.
1,009 questions
asked 2024-03-05T20:12:40.57+00:00
moo 0 Reputation points
commented 2024-03-12T08:08:27.8733333+00:00
Tianyu Sun-MSFT 29,451 Reputation points Microsoft Vendor
0 answers

How to add new item type validation , when trying to add new item in solution explorer of visual studio experimental instance?

I am trying to add file type validation in "add-> new item" in solution explorer in visual studio experimental instance. If the selected item type is not valid, then it needs to display message box like invalid item type. Else it needs 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,896 questions
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.
194 questions
asked 2024-02-26T04:02:05.1866667+00:00
Mekala Meghana 20 Reputation points
edited the question 2024-03-04T01:36:51.32+00:00
Jack J Jun 24,496 Reputation points Microsoft Vendor
1 answer

Recommended way to uninstall a file that was configured as "Permanent" once

I would like to know the officially recommended solution for the following uninstallation issue. When creating an installer setup project in Visual Studio with Installer Projects extension, one can configure Permanent option to True for each installable…

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.
5,109 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,896 questions
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.
194 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.
1,009 questions
asked 2024-02-29T01:41:27.2166667+00:00
Iku Iwasa 0 Reputation points
commented 2024-02-29T17:35:33.4266667+00:00
RLWA32 43,541 Reputation points
0 answers

How to Know the GUID and CommandId for the Object Explorer > Tables in SSMS

I am creating an extension for SSMS, which I need to display when i right click on the any table of the Object Explorer in SSMS. What I have done till now: I have Created a VSIX Project, add a new command for that. changed the VSCT for 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,896 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,375 questions
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.
194 questions
asked 2024-02-28T05:40:40.6333333+00:00
ciboligi ijavima 20 Reputation points
edited a comment 2024-02-29T05:10:54.7066667+00:00
ciboligi ijavima 20 Reputation points
0 answers

How to get the add-> new item dialogue box programmatically in experimental instance?

I am trying to get the dialogue box, that opens on clicking add-> new item in visual studio experimental instance through programmatically, as shown below.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,896 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,656 questions
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.
194 questions
asked 2024-02-28T08:57:54.0333333+00:00
Mekala Meghana 20 Reputation points
0 answers

Error in displaying the Extension in SSMS created in Visual Studio (VSIX project) when right clicking any tables.

I am trying to create an extension for the tables in any database which will be shown when I right click on any tables in SSMS, I want to run that extension from there. Furthermore, I want my extension to make insert queries, delete queries or any other…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,896 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,375 questions
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.
194 questions
asked 2024-02-15T04:14:45.7+00:00
ciboligi ijavima 20 Reputation points
commented 2024-02-27T08:15:12.1333333+00:00
ciboligi ijavima 20 Reputation points
1 answer One of the answers was accepted by the question author.

When I open vscode, I get an error like "unable to write program user data". Can you help?

When I open vscode, I get an error like " unable to write program user data... A system error occurred (EPERM: operation not permitted,mkdir 'c:\Users\UserName.vscode') Please make sure the following directories are…

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.
194 questions
asked 2023-01-28T09:29:14.5633333+00:00
Mustafa Ensar Camgöz 30 Reputation points
commented 2024-02-22T18:43:55.07+00:00
Shazia Binte Abdus Sattar 0 Reputation points
1 answer

Creating Custom Build Task for building of NET7+ projects - having problems

I am trying to create a custom build task that will be invoked by overriding the "AfterResGen" target. The build task receives the list of files (FileWrites) and needs to go through all the build generated ".resources" files,…

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.
194 questions
asked 2024-02-08T14:35:46.67+00:00
Páll Björnsson 0 Reputation points
edited the question 2024-02-20T02:14:14.15+00:00
Jack J Jun 24,496 Reputation points Microsoft Vendor
1 answer

VS2022 - Can we Add Items directly to the Solution from a Project Template Wizard?

Working on a project template that includes a few files that need to be at the root level of the solution folder. This part isn't so difficult as i can move the files manually after generation, and update the Project.ProjectItems from within the wizard.…

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.
194 questions
asked 2024-02-04T20:35:28.37+00:00
Jaeden Ruiner 126 Reputation points
edited the question 2024-02-20T02:12:35.8966667+00:00
Jack J Jun 24,496 Reputation points Microsoft Vendor
0 answers

How to get the context menu options of a selected folder in solution explorer of experimental instance through programmatically?

I am trying to get the context menu options of a selected folder in solution explorer of a visual studio in experimental instance through programmatically.

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.
194 questions
asked 2024-02-15T10:36:42.29+00:00
Mekala Meghana 20 Reputation points
edited the question 2024-02-20T02:07:13.9766667+00:00
Jack J Jun 24,496 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Error in creating an Extension in SSMS using visual Studio (VSIX Project)

I need to create an Extension in SSMS using visual Studio. I have properly replicated and check each and everything from the first link I shared below. My extension shows output correctly when I run in visual studio in the tools bar, but when I change…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,896 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,375 questions
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.
194 questions
asked 2024-02-14T05:09:48.8966667+00:00
ciboligi ijavima 20 Reputation points
edited a comment 2024-02-14T14:01:56.01+00:00
Tianyu Sun-MSFT 29,451 Reputation points Microsoft Vendor
1 answer

Installing SSDT 15.8 for visual studio 2017 failing to install

Hello, I am trying to install SSDT 15.8 for visual studio 2017 on windows 11 and keeps on failing. VS 2017 is installed with Data Storage and Processing option. I have tried uninstall/install of VS 2017, frame work 4.8 multiple times without any success.…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,528 questions
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.
194 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,016 questions
asked 2024-01-22T22:17:06.7333333+00:00
HP 21 Reputation points
edited a comment 2024-02-09T05:45:16.89+00:00
Tianyu Sun-MSFT 29,451 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Is Microsoft.VisualStudio.TemplateWizard incompatible with .Net 8.0?

So, We are updating to VS2022 at work, and have several VSIX template packages that need to be updated to work with VS2022, as the default VS2019 configuration is not compatible. To that end, we use wizards with a several of these templates, and when…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,654 questions
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.
194 questions
asked 2024-01-29T19:39:47.39+00:00
Jaeden Ruiner 126 Reputation points
accepted 2024-02-02T20:39:41.56+00:00
Jaeden Ruiner 126 Reputation points
0 answers

Problem with Visual Studio 2022 for Mac and Nuget update for Microsoft.Extensions.Logging library

When creating a brand new .NET Maui project in Visual Studio 2022 for Mac everything seems to work ok. Building the 'click me' app works and runs on the Android and iPhone emulators. What is strange however is that the default project explorer view shows…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,896 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,240 questions
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.
194 questions
asked 2024-01-30T11:37:18.63+00:00
Stephen Hutchinson 0 Reputation points
commented 2024-01-31T06:11:19.8533333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 39,396 Reputation points Microsoft Vendor
1 answer

How can I get github copilot for visual studio 2022

I would need copilot for licensed/subscribed Microsoft Visual Studio Professional 2022.

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.
194 questions
asked 2024-01-23T14:19:10.1166667+00:00
Erkinantti, Arto H 0 Reputation points
commented 2024-01-29T07:55:30.96+00:00
Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
0 answers

Programmatically triggering MSBuild is giving build error for Edit & Continue /ZI property

I'm simulating custom debugger with Edit and Continue through VSExtension, so during live debug session, I'm halted at breakpoint, using dte, MSBuild etc. programmatically I will compile custom file generate FileName.obj and manually patch exe. …

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,638 questions
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.
194 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.
969 questions
asked 2024-01-23T06:54:45.3166667+00:00
Peeyush Chaurasia 0 Reputation points
commented 2024-01-25T08:37:54.4433333+00:00
Peeyush Chaurasia 0 Reputation points