Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sreving ActiveX controls

Status
Not open for further replies.

Theronv

Programmer
Joined
Sep 24, 2004
Messages
2
Location
US
I have created and a dll that I am trying to accces from an Apache Server. It is a new install with no configuration at this point. The problem I have is that object loads fine when I launch it in IE 6 off the server, but when I try and launch it from the server it causes IE to crash with an unexplained runtime error. The server is on the ssame computer that I've been running all the tests on. I am new to Apavhe and was wondering if there is any settings that neeed to be made on Apache to control how activex is served.
 
Let me add a little more info:
I have an activex control (Not written by me)that is referencing a dll (written by me)in a cab file that needs to be loaded. The activex control runs fine off the server but when it tries to access the cab file that contains the dll the cab file doesn't seem to be comming across and being placed in the temp file. I think it is crashing when trying to access the dll that isn't there.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top