problem using DTS in vb.net
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
when I run the query select @@ version on query analyzer (sql server 2000) i get Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000 00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Personal Edition on Windows NT 5.1 (Build 2600: Service Pack 2) it seems that service pack2 is already present in SQL but when i use DTS in my vb.net (visual studio.net 2003) code i get the following error " 13 queryinterface for custom task DTS.customtask dll" plz tell what is wrong and how to get rid of it?