|
-
Jul 6th, 2006, 01:52 PM
#1
Thread Starter
Lively Member
msinet.ocx (InetCtls) problem
I am having a problem with the Internet Transfer Control in VB6. I know about the fix for design time liscening for this control (vb6cli.exe):
http://support.microsoft.com/kb/194751/
I am late binding the object in my program using:
Set oInetFTP = CreateObject("InetCtls.Inet")
This works fine on the development machine but when I move it to the server I get an "ActiveX cannot create object" error.
I can't run vb6cli.exe on the server because VB6 is not installed, what is the problem here? how can I fix it?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|