Can't create object when using wscript.createobject("my.object","_myobject") loading my c# com

  • Thread starter Thread starter Peter Viau
  • Start date Start date
P

Peter Viau

Guest
I'm trying to create a com object in c# that will be loaded in vbscript.

I can call my dll from another c# application and can call it from vbscript if I use wscript.createobject("my.object"), but when I try call it using wscript.createobject("my.object","_object") to capture events I get "Could not create object named "my.object" Code: 80131040"

Continue reading...
 
Back
Top