python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to debug VS 2019 extension from VS 2022?
I developed a VS 2019 extension using VS 2019.
When I open this project in VS 2022 and run it another instance of VS 2022 is started to install extension into.
Is there a way to use VS 2022 for coding...
Joe Schmoe
Votes: 0
Answers: 1
How to run Visual Studio 2019 experimental by default from Visual Studio 2022
I'm using Visual Studio 2022 to develop an extension to Visual Studio 2019.
During the development, I want to deploy the extension to the Visual Studio 2019 experimental instance.
In addition, I want ...
itaiy
Votes: 0
Answers: 0
how to load class at runtime in c# vsix project
I can able to create the class for the Json. But how to load the generated class at runtime for deserialization operation in vsix project.
//json for generating class
[
{
"Id": 1,
"Name...
Yukesh.M
Votes: 0
Answers: 0