Hi All,
I'm trying to upgrade few SSIS 2005 interfaces to 2008, I'm doing it by opening the 2005 solution in 2008 BIDS.
I got the following error,
Microsoft Visual Studio Tools for Applications 2.0 "Cannot find one or more components"
In the Upgrade report I saw the following error.
"SSIS 2005 to 2008 migration error 0xc0047062 System.ApplicationException The VSTA Designer failed to load"
I followed this similar thread, and tried to restart VSTA using following command
"cd "C:\program files (x86)\microsoft visual studio 9.0\common7\ide\"
vsta.exe /setup /hostid SSIS_ScriptTask
vsta.exe /setup /hostid SSIS_ScriptComponent "
"The System Can not find the specified Path" was the response.
Is there anything wrong with the Visual studio installation?
Also I dont see vsta.exe in this location "C:\program files (x86)\microsoft visual studio 9.0\common7\ide\"
Rajkumar