dbTalk Databases Forums  

dotNet and DTS problem

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss dotNet and DTS problem in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrew Baker
 
Posts: n/a

Default dotNet and DTS problem - 02-25-2008 , 07:07 PM






First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to interop.DTS
and I have another identical host where this is working so i am at a loss to
find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew






Reply With Quote
  #2  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM






Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #3  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #4  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #5  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #6  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #7  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #8  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #9  
Old   
Russell Fields
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 01:05 PM



Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote

Quote:
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I have
installed the DTS services for 2005 (SQLServer2005_DTS), but the app is
throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew








Reply With Quote
  #10  
Old   
Andrew Baker
 
Posts: n/a

Default Re: dotNet and DTS problem - 02-26-2008 , 04:54 PM



Thanks for looking, and while I will investigte this further I dont think it
is the problem.

The exception is thrown while instantiating a new DTS.Package object which
is contained in the DTS.Interop.dll (provided by Microsoft).

Thanks anyway.


"Russell Fields" <russellfields (AT) nomail (DOT) com> wrote

Quote:
Andrew,

Out of my depth here, but searching Technet gives me this:
http://support.microsoft.com/kb/928208/

Here is a note for x64 environments.
http://blogs.msdn.com/karthick/archi...28/540780.aspx

Hope it helps,
RLF

"Andrew Baker" <no (AT) spam (DOT) com> wrote in message
news:%231p3FSBeIHA.1824 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
First, sorry about the cross post but I desperately need an answer.

I have a VB.Net application which uses a SQLServer DTS package which I am
trying to get running on a SQLServer Express host (running Vista). I
have installed the DTS services for 2005 (SQLServer2005_DTS), but the app
is throwing an exception on the instantiating the DTS.Package (or
DTS.PackageClass). I have added the reference in the project to
interop.DTS and I have another identical host where this is working so i
am at a loss to find out what is wrong?

IntelliSense can provide code completion.

Code snippit:

Dim pkg As DTS.Package
Dim iSecurity As DTS.DTSSQLServerStorageFlags
*** pkg = New DTS.Package ***
fails on this line with an exception


Exception System.Runtime.InteropServices.COMException was thrown in
debuggee:
Retrieving the COM class factory for component with CLSID
{10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error:
80040154.

Please help

Andrew










Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.