Ask a Question related to ASP Components, Design and Development.
-
Chris Dunaway #1
Deploying an ActiveX component in a CAB file, problem
I have created an .OCX in VB6 for use on a web page. I created a .cab file
and placed this file on the web server and updated the web page with the
<OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want to download and
install the component. I click yes and it appears to go through the
motions of downloading the .cab, etc. But the control never appears on the
web page. When I check the registry, the ocx (and its dependencies) are
not registered. In fact, I can't see that the ocx is even on the system
anywhere. If I manually install and register the ocx, then the web page
works fine.
I'm relatively inexperienced with web development. I used the Package and
Deployment wizard to create the .cab package. The .cab seems to be created
properly, but I am at a loss as to why the files are not getting installed.
The user control is quite small, has a couple of 3rd party ocx's, all of
which seem to be present in the .cab and it's associated .INF file.
The security settings on the client machine are set to allow downloads and
scripting of controls. The control is marked as safe for scripting, but is
not signed.
I'm sure that there is something elementary that I'm missing, but I need
some help to determine what it is.
Thanks in advance
--
Chris
To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Chris Dunaway Guest
-
Cannot create ActiveX component
Hi, Im doing an application which should convert a pdf to an image. I have this code which gives me a runtime error. pdfDoc =... -
Cannot Create Activex Component ASP.net
Hi, I am running the following code in an ASP.NET web application using VB.NET Gapp= createobject(AcroExch.app) I get the following error at... -
Problem ... cannot create ActiveX component
First, I'm a newbie to .Net ... Any help is appreciated So I see that one of the applications I frequently use (Adobe InDesign) can be driven... -
Deploying with Button Component.
I have yet to find an answer to my question. To work around the issue, I replaced the buttons with static text. The original animation that uses... -
REPOST: Deploying an ActiveX component in a CAB file, problem
Can no one assist me with this problem? I have created an .OCX in VB6 for use on a web page. I created a .cab file and placed this file on the... -
Chris Dunaway #2
Deploying an ActiveX component in a CAB file, problem
I have created an .OCX in VB6 for use on a web page. I created a .cab file
and placed this file on the web server and updated the web page with the
<OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want to download and
install the component. I click yes and it appears to go through the
motions of downloading the .cab, etc. But the control never appears on the
web page. When I check the registry, the ocx (and its dependencies) are
not registered. In fact, I can't see that the ocx is even on the system
anywhere. If I manually install and register the ocx, then the web page
works fine.
I'm relatively inexperienced with web development. I used the Package and
Deployment wizard to create the .cab package. The .cab seems to be created
properly, but I am at a loss as to why the files are not getting installed.
The user control is quite small, has a couple of 3rd party ocx's, all of
which seem to be present in the .cab and it's associated .INF file.
The security settings on the client machine are set to allow downloads and
scripting of controls. The control is marked as safe for scripting, but is
not signed.
I'm sure that there is something elementary that I'm missing, but I need
some help to determine what it is.
Thanks in advance
--
Chris
To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Chris Dunaway Guest
-
Ray at #3
Re: Deploying an ActiveX component in a CAB file, problem
[url]www.aspfaq.com/5003[/url]
Ray at work
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:1vivwn15tj1sl.7i2re4ba4odg$.dlg@40tude.net...file> I have created an .OCX in VB6 for use on a web page. I created a .cab> and placed this file on the web server and updated the web page with the
> <OBJECT>
Ray at Guest
-
Ray at #4
Re: Deploying an ActiveX component in a CAB file, problem
[url]www.aspfaq.com/5003[/url]
Ray at work
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:1czq5xrmrsnpb$.szmwanfddkta.dlg@40tude.net...file> I have created an .OCX in VB6 for use on a web page. I created a .cab> and placed this file on the web server and updated the web page with the
> <OBJECT> tag with the correct guid, etc.
>
Ray at Guest
-
Chris Dunaway #5
Re: Deploying an ActiveX component in a CAB file, problem
On Thu, 23 Oct 2003 09:53:31 -0400, Ray at <> wrote:
My apologies for the multi post, but can you direct me to a solution to my> [url]www.aspfaq.com/5003[/url]
>
> Ray at work
>
> "Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
> news:1czq5xrmrsnpb$.szmwanfddkta.dlg@40tude.net...> file>> I have created an .OCX in VB6 for use on a web page. I created a .cab>> and placed this file on the web server and updated the web page with the
>> <OBJECT> tag with the correct guid, etc.
>>
problem? I looked all over aspfaq.com, but didn't find an answer.
Thanks
--
Chris
To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Chris Dunaway Guest



Reply With Quote

