Hi there,
I am trying to build packages Programmatically, added a Script Task and tried to add some references from DLLs. I got an error message showing that there is no template found, and from the event viewer of windows which tells me to run 'VSTA.exe /installvstemplates' or 'devenv.exe /installvstemplates'. I have run these two command and reinstalled the SQL server 2008, but still unable to add any references to the project.
Can someone tell me what I can do for fixing this issue? Thanks in advance.
The error msg:
---------------------------
Integration Services Script Task
---------------------------
No template information found. See the application log in Event Viewer for more details.
Integration Services Script Task
---------------------------
No template information found. See the application log in Event Viewer for more details.
In the windows event viewer:
Event Type: Warning
Event Source: Visual Studio - VsTemplate
Event Category: None
Event ID: 1
Date: 12/4/2008
Time: 4:26:03 PM
User: N/A
Computer: COW76957
Description:
The global template information is out of date. Regenerate the templates by running 'VSTA.exe /installvstemplates' or reinstalling the application. Note: corrective action requires Administrator privileges.
Event Source: Visual Studio - VsTemplate
Event Category: None
Event ID: 1
Date: 12/4/2008
Time: 4:26:03 PM
User: N/A
Computer: COW76957
Description:
The global template information is out of date. Regenerate the templates by running 'VSTA.exe /installvstemplates' or reinstalling the application. Note: corrective action requires Administrator privileges.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Thanks,
Mike