Windows Vista Beta | WinVistaBeta.com - Message | Cannot run SSIS in VS2005 - system.windows.forms license problem

May 12, 2008  
Subject: Cannot run SSIS in VS2005 - system.windows.forms license problem
Group: microsoft.public.vstudio.general
Date: 4/22/2008 9:58:01 AM
From: =?Utf-8?B?UmFuZHlC?= [Email Address Protection]

Hello,

I have been using a 180 day trial version of VS2005 Pro. It was due to
expire so instead of purchasing that version, I got VS2008 Standard.

Problem: cannot run/edit SSIS 2005 projects within VS2008. Okay, so I
uninstalled the VS2005 Pro trial version and reinstalled VS2005 IDE component
that somes with SQL Server 2005. My idea: use VS2005 for SSIS work and VS2008
for everything else)

Seemed to install correctly. I can open VS (as SQL Server Business
Intelligence Development Studio). Everything looks normal, except when I try
to view a SSIS package. I consistantly get the following error message:

<< start error message >>
You must have a license to use this ActiveX control. (System.Windows.Forms)

at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at Microsoft.DataWarehouse.Design.ComponentDiagram.CreateDdsView(Control
parentControl)
at
Microsoft.DataTransformationServices.Design.DtsComponentDiagram.CreateDdsView(Control parentControl)
at
Microsoft.DataWarehouse.Controls.DdsDiagramHostControl.set_ComponentDiagram(ComponentDiagram value)
at
Microsoft.DataTransformationServices.Design.ControlFlowControl.set_ComponentDiagram(ComponentDiagram value)
at
Microsoft.DataTransformationServices.Design.DtsPackageView.CreateControlFlowEditor(VsStyleToolBar pageViewToolBar)
at
Microsoft.DataWarehouse.Design.EditorWindow.EnsureViewIsLoaded(EditorView
view)
<< end error message >>

My software and OS are all licensed properly.

Any thoughts?

Regards,
Randy



Back