ProgID for SSDT for VS2017

  • Thread starter Thread starter AnithaJ
  • Start date Start date
A

AnithaJ

Guest
Hi

I have installed only SSDT for Visual Studio2017. When I tried to launch this programmatically as below, it is not recognizing the
ProgID as VisualStudio.DTE.15.0.
System.Type type = System.Type.GetTypeFromProgID("VisualStudio.DTE.15.0", true);
Object obj = System.Activator.CreateInstance(type, true);


But the instance is not getting created and in registry I could not see this id.

The similar code is working for VS2014. Can somebody tell me what is the actual ProgID for SSDT for Visual Studio 2017?

Thanks,
Anitha


Continue reading...
 
Back
Top