Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Activex DLL doesn't execute on win 2000 but execute successfully on NT

Status
Not open for further replies.

jesmit

IS-IT--Management
Jun 14, 2001
2
ZA
I have created a activex DLL using VB6.0. It internally uses a API from Kernel32.dll. I want this dll to be downloaded to client machine( using IE6.0) and execute there through an HTML file. If I execute this on a Windows NT client, it is able to call its methods. But if i try to run it on a Windows 2000 professional , It downloads successfully but gives an error at the line where i try to call its methods. Error displayed something like this "Object doesn't support this property or Method". can anyone help ?

thanks
jesmit
 
There could be at least two things wrong:

1. The API isn't supported on the other platform. Check the MSDN for what versions of Windows it's supported on.

2. The other machine doesn't have the VB runtime installed. Create a setup program to be run that installs any prerequisites.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top