E
Entropia
Hey,
I hope that this is the right group to post my problem. I have a program
(VB.NET) that uses a dll. The program runs perfectly. So I decide to test
the program on a server without visual studio. But on the new pc I alway get
the error "ActiveX can't create object". I have no idea anymore what to do
to solve this (tried severel answers found on the internet, but not one of
them helped).
This is what I do:
Dim net27 as new Net27APIContainer()
That work fine on the other pc. But the following gives me the error:
net27.connected = true
Can someone help me, step by step, to check what can create this problem?
Thanks a lot in advance!
Leen
I hope that this is the right group to post my problem. I have a program
(VB.NET) that uses a dll. The program runs perfectly. So I decide to test
the program on a server without visual studio. But on the new pc I alway get
the error "ActiveX can't create object". I have no idea anymore what to do
to solve this (tried severel answers found on the internet, but not one of
them helped).
This is what I do:
Dim net27 as new Net27APIContainer()
That work fine on the other pc. But the following gives me the error:
net27.connected = true
Can someone help me, step by step, to check what can create this problem?
Thanks a lot in advance!
Leen