Creating an instance of MSWinsock.Winsock gives error 0x80040112 
Author Message
 Creating an instance of MSWinsock.Winsock gives error 0x80040112

Having had a search around I can find no information on this error code that
seems to relate to my problem.

I'm trying to create an instance of MSWinsock but get the error number
0x80040112.  seraching around shows this might be related to a licencing
error but thats were I'm stumped.

Any help/suggestions would be appreciated.



Sun, 02 Jun 2002 03:00:00 GMT  
 Creating an instance of MSWinsock.Winsock gives error 0x80040112

It's licensed control.  Installing a "development" package like VB or VStudio gives you a development license. But script under WSH always looks like "design time" to the control, so you can only use it on a box with a development license.

--
Michael Harris

  Having had a search around I can find no information on this error code that
  seems to relate to my problem.

  I'm trying to create an instance of MSWinsock but get the error number
  0x80040112.  seraching around shows this might be related to a licencing
  error but thats were I'm stumped.

  Any help/suggestions would be appreciated.



Sun, 02 Jun 2002 03:00:00 GMT  
 Creating an instance of MSWinsock.Winsock gives error 0x80040112
You can create a wrap ActiveX Control in Visual Basic which uses MSWinsock
and call it from WSH.


Quote:
> Having had a search around I can find no information on this error code
that
> seems to relate to my problem.

> I'm trying to create an instance of MSWinsock but get the error number
> 0x80040112.  seraching around shows this might be related to a licencing
> error but thats were I'm stumped.

> Any help/suggestions would be appreciated.



Mon, 03 Jun 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Get HTML pages with mswinsock.winsock

2. GetData using MSWinsock.Winsock

3. ActiveX Object - MSWinsock.Winsock

4. Error creating COM instance

5. instance of winsock.ocx?

6. Creating text file...works, but gives an error ??

7. FileOpen / COMDLG32.OCX / Error 0x80040112

8. Win32 Error 0x80040112 when executing cmn dlg box

9. Win32 Error 0x80040112

10. Creating a java.util.BigInteger instance in IE5

11. Can jscript create instances of java objects?

12. creating instances of objects

 

 
Powered by phpBB® Forum Software