Wrox Programmer Forums
|
BOOK: Professional SQL Server 2000 DTS
This is the forum to discuss the Wrox book Professional SQL Server 2000 DTS (Data Transformation Services) by Mark Chaffin, Brian Knight, Todd Robinson; ISBN: 9780764543685
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server 2000 DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 18th, 2004, 04:03 PM
Registered User
 
Join Date: May 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with deploy windows applications

I have developed an C# windows application, which uses Microsoft.SqlServer.DTSPkg80.dll for import data from a text file. For this, I added references to Microsoft.SqlServer.DTSPkg80.dll . This works fine through sourcecode and exe in my development pc and I want to move the windows application to production by
building a windows installer (packaging and deploying) through setupwizard and it is successfull. I installed my set up to another computer and try to run it, however I got the error
"COM object with CLSID{......} is either not valid or not registered" when it comes to Microsoft.SqlServer.DTSPkg80.dll . Anything should I add in the references? Or Install any components OR missing any dlls? Pls. Help me.

Thanks for all your help.


 
Old September 22nd, 2004, 07:56 PM
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi, Kathy!

Unfortunately, I am having the same problem in .NET. In short, it is b/c MS's wonderful Dependencies detection in the setup project is not detecting (by design?) the COM object being used to execute the DTS that is actually a part of the install for SQL Server. Your program will work fine if you install SQL Server first. If you do find out the dependency(ies) that is/are missing, please let me know (and vice versa, of course). Take care,


James





Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Report Problem on Deploy...Everything Over sjf905 C# 4 November 9th, 2007 02:15 PM
Java applications with windows 132591 Java Basics 0 November 24th, 2006 12:52 PM
Deploying Windows Applications ZiqXx C# 2 July 13th, 2004 04:00 AM
UserControl in Windows-Applications DG17 C# 2 September 8th, 2003 02:20 AM
MVC pattern in Windows Applications. mmwaikar ADO.NET 0 July 15th, 2003 01:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.