This is a migrated thread and some comments may be shown as answers.

Error Installing WPF VSExtensions 2011.1.422.0

2 Answers 114 Views
Installer and Visual Studio Extensions
This is a migrated thread and some comments may be shown as answers.
Travis
Top achievements
Rank 1
Travis asked on 27 Apr 2011, 05:19 PM
Trying to install the latest WPF VSExtensions (2011.1.422.0) shows the following error in the log:

4/27/2011 12:07:21 PM - Beginning to install extension to Microsoft Visual Studio 2010 Ultimate...
4/27/2011 12:07:22 PM - Install Error : System.IO.PathTooLongException: C:\Documents and Settings\<USER: 18 characters long>\Local Settings\Application Data\Microsoft\VisualStudio\10.0\Extensions\Telerik\Telerik WPF VSExtensions\2011.1.422.0\ProjectTemplates\Telerik\Windows\TlrkWPFCSBrowserTk.zip: CS/Browser/RadControlsWpfBrApp.csproj
   at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp)
4/27/2011 12:07:22 PM - Reverting uninstall of version 2011.1.419.0 of the extension.


Since we can't change the install directory there is no way to install it, however the 419 and previous versions did work.


Travis

2 Answers, 1 is accepted

Sort by
0
Accepted
Erjan Gavalji
Telerik team
answered on 27 Apr 2011, 05:28 PM
Hi Travis,

The longs paths are indeed a limitation when running the VSIX installations in Windows XP.
Did you by any chance have the previous Telerik WPF VSExtensions installed by the installer, but not through the VS Online Gallery?

Here are the steps to install them the way the installer does (administrative install, i.e. add them under the Visual Studio install dir):

  1. Download the VSExtensions to a local folder
  2. Run a Visual Studio 2010 Command Prompt
  3. Navigate to the folder with the VSExtensions package
  4. run the following command:
    vsixinstaller.exe /a Telerik.WPF.VSPackage.vsix

Let me know if that helps.

Kind regards,
Erjan Gavalji
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Travis
Top achievements
Rank 1
answered on 27 Apr 2011, 05:30 PM
Bingo that worked.  Thanks for the help.

Travis
Tags
Installer and Visual Studio Extensions
Asked by
Travis
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Travis
Top achievements
Rank 1
Share this question
or