Error
-
Hi, I get the following error in an application. System.Runtime.InteropServices.COMException (0x80040154): ? I have set up a test machine where I can reproduce the error and it seems to be at a point where I am using SQLDMO to connect to a database. The wierd thing is that it works fine on my machine but not on a workstation. the only difference between the machines as far as database is that I have SQL Server 7.0 on my machine and the test machine does not. How can I find out what is needed to resolve this issue as far as files etc? Thanks
-
Hi, I get the following error in an application. System.Runtime.InteropServices.COMException (0x80040154): ? I have set up a test machine where I can reproduce the error and it seems to be at a point where I am using SQLDMO to connect to a database. The wierd thing is that it works fine on my machine but not on a workstation. the only difference between the machines as far as database is that I have SQL Server 7.0 on my machine and the test machine does not. How can I find out what is needed to resolve this issue as far as files etc? Thanks
-
MDAC installed fine when I installed the framework for .NET.
-
MDAC installed fine when I installed the framework for .NET.
Then look for another object that is using COM. The HRESULT is very clear: the object you are looking for is not registered and therefore can not be created let alone call any function upon.