G
Guest
Hello, friends, this has driven us nuts!
We created a COM component using VB 6.0. This component was put in a .aspx
page (v1.1) like the follows:
<object style='Z-INDEX: 129; LEFT: 172px; WIDTH: 328px; POSITION:
absolute; TOP: 308px; HEIGHT: 184px'
classid='clsid:988B1FEA-AA93-4FAD-B354-E97543C4ABB8'>
<PARAM NAME='_ExtentX' VALUE='8678'>
<PARAM NAME='_ExtentY' VALUE='4868'>
</object>
We also added the .ocx as a reference to our project and VS.Net created a
interop .dll. Both files were found in /bin directory after deployment.
It worked fine in my local machine (i.e., IIS was running locally). However,
after I put this page in production IIS server and tried to access it through
port 7788 using internet, this control did not work. I saw only an empty box
in the specified location of the page.
I registered this control in both IIS server and client machine.
What are the possible reasons? Any ideas?
Thanks a lot for your help
We created a COM component using VB 6.0. This component was put in a .aspx
page (v1.1) like the follows:
<object style='Z-INDEX: 129; LEFT: 172px; WIDTH: 328px; POSITION:
absolute; TOP: 308px; HEIGHT: 184px'
classid='clsid:988B1FEA-AA93-4FAD-B354-E97543C4ABB8'>
<PARAM NAME='_ExtentX' VALUE='8678'>
<PARAM NAME='_ExtentY' VALUE='4868'>
</object>
We also added the .ocx as a reference to our project and VS.Net created a
interop .dll. Both files were found in /bin directory after deployment.
It worked fine in my local machine (i.e., IIS was running locally). However,
after I put this page in production IIS server and tried to access it through
port 7788 using internet, this control did not work. I saw only an empty box
in the specified location of the page.
I registered this control in both IIS server and client machine.
What are the possible reasons? Any ideas?
Thanks a lot for your help