Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: asp doesn't recognize the "response" ( ! )


Message #1 by "Marianna Manara" <avencis@h...> on Fri, 15 Dec 2000 11:44:55 +0200
Hi to all again..,



I'm facing another problem...

I have a DLL which is calling an ASP routine

Set MyCategoryLister=Server.createObject("CategoryLister.WSC")

I'm passing parameters to ASP through DLL

Ok...

Now, when i want to display the content of my variables,

from the ASP page,

and I got the error message "Object required: 'response' "

or "Object required: 'request' "



Do you know why the ASP routine doesn't recognize the "response"

or the "request"

or how I could correct this?



Any help is acceptable

Thanks in advance.



---

You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by Imar Spaanjaars <Imar@S...> on Fri, 15 Dec 2000 11:18:04 +0100
Are you trying to use Response and Request INSIDE the component?



If so, let me know and then I will post some code on how to reference the 

ASP intrinsic objects from within a component (if you are programming in VB).

If not, post some code so we can take a look at it.



Imar





At 11:44 AM 12/15/2000 +0200, you wrote:

>Hi to all again..,

>

>I'm facing another problem...

>I have a DLL which is calling an ASP routine

>Set MyCategoryLister=Server.createObject("CategoryLister.WSC")

>I'm passing parameters to ASP through DLL

>Ok...

>Now, when i want to display the content of my variables,

>from the ASP page,

>and I got the error message "Object required: 'response' "

>or "Object required: 'request' "

>

>Do you know why the ASP routine doesn't recognize the "response"

>or the "request"

>or how I could correct this?

>

>Any help is acceptable

>Thanks in advance.

>



>







---

You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #3 by "Marianna Manara" <avencis@h...> on Fri, 15 Dec 2000 12:37:22 +0200
Good morning Imar.



I'm trying to use Response and Request in the ASP page,

not in my dll.



Please, mail me if u knoe something about it.

Marianna







>From: Imar Spaanjaars <Imar@S...>

>Reply-To: "ASP components" <asp_components@p...>

>To: "ASP components" <asp_components@p...>

>Subject: [asp_components] Re: asp doesn't recognize the "response" ( ! )

>Date: Fri, 15 Dec 2000 11:18:04 +0100

>

>Are you trying to use Response and Request INSIDE the component?

>

>If so, let me know and then I will post some code on how to reference the

>ASP intrinsic objects from within a component (if you are programming in 

>VB).

>If not, post some code so we can take a look at it.

>

>Imar

>

>

>At 11:44 AM 12/15/2000 +0200, you wrote:

>>Hi to all again..,

>>

>>I'm facing another problem...

>>I have a DLL which is calling an ASP routine

>>Set MyCategoryLister=Server.createObject("CategoryLister.WSC")

>>I'm passing parameters to ASP through DLL

>>Ok...

>>Now, when i want to display the content of my variables,

>>from the ASP page,

>>and I got the error message "Object required: 'response' "

>>or "Object required: 'request' "

>>

>>Do you know why the ASP routine doesn't recognize the "response"

>>or the "request"

>>or how I could correct this?

>>

>>Any help is acceptable

>>Thanks in advance.

>>

>

>>

>

>

>



---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #4 by Imar Spaanjaars <Imar@S...> on Fri, 15 Dec 2000 12:09:33 +0100
In that case, please post some code. Otherwise it'll be hard to tell what's 

going on.



Imar







At 12:37 PM 12/15/2000 +0200, you wrote:

>Good morning Imar.

>

>I'm trying to use Response and Request in the ASP page,

>not in my dll.

>

>Please, mail me if u knoe something about it.

>Marianna

>

>

>

>>From: Imar Spaanjaars <Imar@S...>

>>Reply-To: "ASP components" <asp_components@p...>

>>To: "ASP components" <asp_components@p...>

>>Subject: [asp_components] Re: asp doesn't recognize the "response" ( ! )

>>Date: Fri, 15 Dec 2000 11:18:04 +0100

>>

>>Are you trying to use Response and Request INSIDE the component?

>>

>>If so, let me know and then I will post some code on how to reference the

>>ASP intrinsic objects from within a component (if you are programming in VB).

>>If not, post some code so we can take a look at it.

>>

>>Imar

>>

>>

>>At 11:44 AM 12/15/2000 +0200, you wrote:

>>>Hi to all again..,

>>>

>>>I'm facing another problem...

>>>I have a DLL which is calling an ASP routine

>>>Set MyCategoryLister=Server.createObject("CategoryLister.WSC")

>>>I'm passing parameters to ASP through DLL

>>>Ok...

>>>Now, when i want to display the content of my variables,

>>>from the ASP page,

>>>and I got the error message "Object required: 'response' "

>>>or "Object required: 'request' "

>>>

>>>Do you know why the ASP routine doesn't recognize the "response"

>>>or the "request"

>>>or how I could correct this?

>>>

>>>Any help is acceptable

>>>Thanks in advance.

>>

>>

>>

>

>---

>http://www.asptoday.com - the leading site for timely,

>in-depth information for ASP developers everywhere.



>To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com

>

>







---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #5 by "richard.hands" <richard.hands@n...> on Fri, 15 Dec 2000 19:05:19 -0000
first thing that springs to mind is what default language are you using for

ASP?



have you got a <%@ language=jscript%> at the top?



if so, then both the Response and Request objects have capital R.





----- Original Message -----

From: "Imar Spaanjaars" <Imar@S...>

To: "ASP components" <asp_components@p...>

Sent: Friday, December 15, 2000 11:09 AM

Subject: [asp_components] Re: asp doesn't recognize the "response" ( ! )





> In that case, please post some code. Otherwise it'll be hard to tell

what's

> going on.

>

> Imar

>

>

>

> At 12:37 PM 12/15/2000 +0200, you wrote:

> >Good morning Imar.

> >

> >I'm trying to use Response and Request in the ASP page,

> >not in my dll.

> >

> >Please, mail me if u knoe something about it.

> >Marianna

> >

> >

> >

> >>From: Imar Spaanjaars <Imar@S...>

> >>Reply-To: "ASP components" <asp_components@p...>

> >>To: "ASP components" <asp_components@p...>

> >>Subject: [asp_components] Re: asp doesn't recognize the "response" ( ! )

> >>Date: Fri, 15 Dec 2000 11:18:04 +0100

> >>

> >>Are you trying to use Response and Request INSIDE the component?

> >>

> >>If so, let me know and then I will post some code on how to reference

the

> >>ASP intrinsic objects from within a component (if you are programming in

VB).

> >>If not, post some code so we can take a look at it.

> >>

> >>Imar

> >>

> >>

> >>At 11:44 AM 12/15/2000 +0200, you wrote:

> >>>Hi to all again..,

> >>>

> >>>I'm facing another problem...

> >>>I have a DLL which is calling an ASP routine

> >>>Set MyCategoryLister=Server.createObject("CategoryLister.WSC")

> >>>I'm passing parameters to ASP through DLL

> >>>Ok...

> >>>Now, when i want to display the content of my variables,

> >>>from the ASP page,

> >>>and I got the error message "Object required: 'response' "

> >>>or "Object required: 'request' "

> >>>

> >>>Do you know why the ASP routine doesn't recognize the "response"

> >>>or the "request"

> >>>or how I could correct this?

> >>>

> >>>Any help is acceptable

> >>>Thanks in advance.

> >>

> >>

>

---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index