I have a Visual C++ DLL that I am trying to install in MTS. I am a seasoned
VB programmer, but know very little about Visuall C++ (somebody else wrote
the DLL). I am compiling the DLL with a Type Library.
We have 4 servers that I tried Installing it on. They all have NT 4.0
Server,IIS 4.0, SQL 7.0 with all the latest service packs. My machine and
the test server have Visual Studio installed (with all the service packs).
I use the menu item ‘Build DLL’ to build the dll. I then Registered the DLL
and the Type Library in MTS using MTS Explorer. I have a test asp page that simply initializes
the object and displays a default property. On my machine and the test
machine this works fine. On the 2 production servers the object will
initialize without a problem, but when I try to access the default property
I get the following error:
” Microsoft VBScript runtime error ‘800a01b6’
Object doesn’t support this property or method: ‘xobj.ContentType’ ”
I used depends.exe to double