views:

55

answers:

0

I am trying to add a standard .NET reference (System.DirectorySearcher) to a VB Script Task in SSIS 2008. I was able to do this in SSIS 2005, but when I try to add the reference in 2008, I get the following error:

No template information found. See the application log in Event Viewer for more details.

To open Event Viewer, click Start, click Control Panel, double-click Administrative Tools, and then double-click Event Viewer.

The application log doesn't help much. The error details there say to run VSTA.exe /installvstemplates, but when I run it, it says that switch is not a valid option. I've seen other threads that say to run devenv.exe /installvstemplates, but that doesn't seem to have any effect either.

C# doesn't seem to suffer from this - is there a workaround for VB, or is this just broken?