Friday, October 29, 2021

Sitecore TDS inegration issue solution

 

Hi Folkes,
 
Lots of Time we installed TDS and also that is completed successfully without any error like below:



But when we check in Visual Studio we found there's no TDS related project means not integrated with Visual studio correctly.

Recently I'm working on one application for that we need to install Sitecore TDS on VM. As we tried to install latest TDs version TDS 6.0.0.31 all the time not TDS installed successfully but we are unable to see TDS in our Visual Studio at the end we found this is because of Visual studio installer file is not installed properly in Visual Studio for that we just start investigating over internet and at the end I found, this is because of not appropriate access to the particular user As we also tried to install it manually by navigating to below path

“C:\Program Files (x86)\Sitecore\Sitecore TDS\HedgehogDevelopment.SitecoreProject.VSIP.vsix”

but unable to install on VM. Here below the error



During our part of this investigation, I found one blog it's very helpful for me mentioned below:

https://spiderinnet2.typepad.com/blog/2016/07/v.html

as for me “VSIXInstaller.exe” location changed (new path I am getting during manual installation error log ) so I used updated location and run the installation by using command line.

 

1.       Open CMD in admin mode.

2.       Then navigate to the respective directory where “VSIXInstaller.exe” present in my case location as below (which I got while I tried to installed it manually in error log):

“C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe

3.       The Run below command.

VSIXInstaller.exe "C:\Program Files (x86)\Sitecore\Sitecore TDS\HedgehogDevelopment.SitecoreProject.VSIP.vsix"

 

I hope you enjoy this Sitecore blog. Stay tuned for more Sitecore related articles.

Till that happy Sitecoring :)


Please leave your comments or share this article if it’s useful for you.