E
eli
please...somebody answer this question.lol
I have submit it to 4 forums and it seems noone can answer it.
In VB6 I had made a standard windows application (client) and a DLL
(server). The client had a reference to AutoCAD application (you dont
have to know AutoCAD, I just made a reference to its interface thats
all). Then I could use a function of AutoCAD's interface call
GetInterfaceObject(<ProgID>). Giving to the function the ProgID of my
DLL's project I was able to load the DLL in memory space of AutoCAD.
Now, coming to .NET world, I created the same DLL and client
application in VB.NET. But Calling my GetInterfaceObject function with
the DLL's project ProgID as I used to, doesn't work.
Can anyone help what is going on? Is it because something has changed
with the ProgID thing? Is it because DLLs are not registered any more?
Thanks in advance,
Elias
I want to move a big application to VB.NET and I can't due to this
problem
I have submit it to 4 forums and it seems noone can answer it.
In VB6 I had made a standard windows application (client) and a DLL
(server). The client had a reference to AutoCAD application (you dont
have to know AutoCAD, I just made a reference to its interface thats
all). Then I could use a function of AutoCAD's interface call
GetInterfaceObject(<ProgID>). Giving to the function the ProgID of my
DLL's project I was able to load the DLL in memory space of AutoCAD.
Now, coming to .NET world, I created the same DLL and client
application in VB.NET. But Calling my GetInterfaceObject function with
the DLL's project ProgID as I used to, doesn't work.
Can anyone help what is going on? Is it because something has changed
with the ProgID thing? Is it because DLLs are not registered any more?
Thanks in advance,
Elias
I want to move a big application to VB.NET and I can't due to this
problem