news.codecharge.com
|
| Posted: 02/09/2003, 10:33 PM |
|
I was using CC 2.0 previously - and I have a registered version which is
installed on my PC. I am currenty evaluating CCS 1.0 in trial mode - so I I
installed CCS 1.0.7 ( trial) on the same PC ( Windows 2000) - but am
getting the following errors when I try to run any of the Example apps in
Live Mode. I have not modified ANY of the source code of the applications.
Error Type:
Microsoft VBScript runtime (0x800A0411)
Name redefined: 'adOpenForwardOnly'
/Forum/Adovbs.asp, line 14
If I try from outside CCS I am not able to open the page at all
Any ideas what could be wrong ?
Thanks
-
|
|
|
 |
Shawn Mason
|
| Posted: 02/10/2003, 9:09 AM |
|
Insure you have granted rights to the Access db used in the examples. To
verify, use a db that you have rights to using CC2.0 and create a quick and
dirty example app with CCS Project Builder. This should allow you to bring
up the data.
--
Kindest Regards,
Shawn Mason,CCD,MCP
I.S. Software Design Associates
"news.codecharge.com" <wizzerd1024@yahoo.com> wrote in message
news:b27h4b$vto$1@news.codecharge.com...
> I was using CC 2.0 previously - and I have a registered version which is
> installed on my PC. I am currenty evaluating CCS 1.0 in trial mode - so I
I
> installed CCS 1.0.7 ( trial) on the same PC ( Windows 2000) - but am
> getting the following errors when I try to run any of the Example apps in
> Live Mode. I have not modified ANY of the source code of the
applications.
>
> Error Type:
> Microsoft VBScript runtime (0x800A0411)
> Name redefined: 'adOpenForwardOnly'
> /Forum/Adovbs.asp, line 14
>
>
> If I try from outside CCS I am not able to open the page at all
>
> Any ideas what could be wrong ?
>
> Thanks
>
> -
>
>
>
>
|
|
|
 |
Ron Sherman
|
| Posted: 02/10/2003, 3:15 PM |
|
Thanks for yr suggestion but - Yes I have given sufficient access rights to
the IUSR_ account for the Access Db used. This problem is different - not
enough rights to the DB would cause a different error msg ( Need Updateable
Query etc) to pop up.
The error message about 'adOpenForwardOnly' being already defined is really
strange - I searched the entire Source Code and the above constant is not
redefined anywhere else.
Any clues anyone ?
Thanks
- Ron
"Shawn Mason" <shawn@issda.com> wrote in message
news:b28mcu$ent$1@news.codecharge.com...
> Insure you have granted rights to the Access db used in the examples. To
> verify, use a db that you have rights to using CC2.0 and create a quick
and
> dirty example app with CCS Project Builder. This should allow you to bring
> up the data.
>
> --
> Kindest Regards,
>
> Shawn Mason,CCD,MCP
> I.S. Software Design Associates
>
> "news.codecharge.com" <wizzerd1024@yahoo.com> wrote in message
>news:b27h4b$vto$1@news.codecharge.com...
> > I was using CC 2.0 previously - and I have a registered version which is
> > installed on my PC. I am currenty evaluating CCS 1.0 in trial mode - so
I
> I
> > installed CCS 1.0.7 ( trial) on the same PC ( Windows 2000) - but am
> > getting the following errors when I try to run any of the Example apps
in
> > Live Mode. I have not modified ANY of the source code of the
> applications.
> >
> > Error Type:
> > Microsoft VBScript runtime (0x800A0411)
> > Name redefined: 'adOpenForwardOnly'
> > /Forum/Adovbs.asp, line 14
> >
> >
> > If I try from outside CCS I am not able to open the page at all
> >
> > Any ideas what could be wrong ?
> >
> > Thanks
> >
> > -
> >
> >
> >
> >
>
>
|
|
|
 |
Kasper Pedersen
|
| Posted: 02/11/2003, 2:02 AM |
|
Seems that you need to find duplicate entrys for: adOpenForwardOnly http://p2p.wrox.com/archive/beginning_asp/2001-06/109.asp
"news.codecharge.com" <wizzerd1024@yahoo.com> wrote in message
news:b27h4b$vto$1@news.codecharge.com...
> I was using CC 2.0 previously - and I have a registered version which is
> installed on my PC. I am currenty evaluating CCS 1.0 in trial mode - so I
I
> installed CCS 1.0.7 ( trial) on the same PC ( Windows 2000) - but am
> getting the following errors when I try to run any of the Example apps in
> Live Mode. I have not modified ANY of the source code of the
applications.
>
> Error Type:
> Microsoft VBScript runtime (0x800A0411)
> Name redefined: 'adOpenForwardOnly'
> /Forum/Adovbs.asp, line 14
>
>
> If I try from outside CCS I am not able to open the page at all
>
> Any ideas what could be wrong ?
>
> Thanks
>
> -
>
>
>
>
|
|
|
 |
Ron Sherman
|
| Posted: 02/11/2003, 8:52 AM |
|
As mentioned in my post I have already searched the entire source code -
there is no duplicate 'adforwardOnly' reference in any of the ASP files (
including common, template etc).
This is a strange error !
"Kasper Pedersen" <kasper@bentbyg.dk> wrote in message
news:b2aho7$bjt$1@news.codecharge.com...
> Seems that you need to find duplicate entrys for: adOpenForwardOnly
> http://p2p.wrox.com/archive/beginning_asp/2001-06/109.asp
>
> "news.codecharge.com" <wizzerd1024@yahoo.com> wrote in message
>news:b27h4b$vto$1@news.codecharge.com...
> > I was using CC 2.0 previously - and I have a registered version which is
> > installed on my PC. I am currenty evaluating CCS 1.0 in trial mode - so
I
> I
> > installed CCS 1.0.7 ( trial) on the same PC ( Windows 2000) - but am
> > getting the following errors when I try to run any of the Example apps
in
> > Live Mode. I have not modified ANY of the source code of the
> applications.
> >
> > Error Type:
> > Microsoft VBScript runtime (0x800A0411)
> > Name redefined: 'adOpenForwardOnly'
> > /Forum/Adovbs.asp, line 14
> >
> >
> > If I try from outside CCS I am not able to open the page at all
> >
> > Any ideas what could be wrong ?
> >
> > Thanks
> >
> > -
> >
> >
> >
> >
>
>
|
|
|
 |
Ron S
|
| Posted: 03/03/2003, 8:19 PM |
|
I finally figured out what was causing the problem described below.
You have to convert the Code Charge directory into an Application in IIS -
or else it will give
you this error ( esp if you have mutliple Code Charge Apps under the root)
"Ron Sherman" <wizzerd1024@yahoo.com> wrote in message
news:b2b9og$ucu$1@news.codecharge.com...
> As mentioned in my post I have already searched the entire source code -
> there is no duplicate 'adforwardOnly' reference in any of the ASP files (
> including common, template etc).
> This is a strange error !
>
>
> "Kasper Pedersen" <kasper@bentbyg.dk> wrote in message
>news:b2aho7$bjt$1@news.codecharge.com...
> > Seems that you need to find duplicate entrys for: adOpenForwardOnly
> > http://p2p.wrox.com/archive/beginning_asp/2001-06/109.asp
> >
> > "news.codecharge.com" <wizzerd1024@yahoo.com> wrote in message
> >news:b27h4b$vto$1@news.codecharge.com...
> > > I was using CC 2.0 previously - and I have a registered version which
is
> > > installed on my PC. I am currenty evaluating CCS 1.0 in trial mode -
so
> I
> > I
> > > installed CCS 1.0.7 ( trial) on the same PC ( Windows 2000) - but
am
> > > getting the following errors when I try to run any of the Example apps
> in
> > > Live Mode. I have not modified ANY of the source code of the
> > applications.
> > >
> > > Error Type:
> > > Microsoft VBScript runtime (0x800A0411)
> > > Name redefined: 'adOpenForwardOnly'
> > > /Forum/Adovbs.asp, line 14
> > >
> > >
> > > If I try from outside CCS I am not able to open the page at all
> > >
> > > Any ideas what could be wrong ?
> > >
> > > Thanks
> > >
> > > -
> > >
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|