Reputation: 13
Is it possible to call VB6 form through activex dll using ASP.net. I am able to call the activex dll (vb6) and test it locally with success. The DLL has a class that has From1.Show vbModal. When deploying the application IE just spins. I have registered the DLL as well. Any advice? Or can this not be completed?
Upvotes: 0
Views: 95
Reputation: 10855
Unfortunately for you, you simply cannot do what you are trying to do, unless you have access to the DLL source and can remove the use of Forms.
Upvotes: 0