472,110 Members | 2,075 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

Help!! redirect classic asp page to asp.net 2.0 page using queryst

I made an application which includes classic asp page and asp.net page.
when I tried to redirect from classic asp page to asp.net 2.0 page, it works
under my local IIS directory.

ex)
<a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
However, When I copy that application into one of IIS directory in another
intranet server, it doesn't work.
Both of them seems to configure same.
however the application within another intranet server still doesn't work.
what should I do?

please help.....

Apr 10 '06 #1
9 2115
Please define "doesn't work"

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
I made an application which includes classic asp page and asp.net page.
when I tried to redirect from classic asp page to asp.net 2.0 page, it
works
under my local IIS directory.

ex)
<a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
However, When I copy that application into one of IIS directory in another
intranet server, it doesn't work.
Both of them seems to configure same.
however the application within another intranet server still doesn't work.
what should I do?

please help.....

Apr 10 '06 #2
Of course you've done basic troubleshooting...like testing with hardcoded
values like

<a href="default.aspx?store=test">test</a>
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
I made an application which includes classic asp page and asp.net page.
when I tried to redirect from classic asp page to asp.net 2.0 page, it
works
under my local IIS directory.

ex)
<a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
However, When I copy that application into one of IIS directory in another
intranet server, it doesn't work.
Both of them seems to configure same.
however the application within another intranet server still doesn't work.
what should I do?

please help.....

Apr 10 '06 #3
this is error message body
************************************************** **********

Server Error in '/Life/NSB/IS4030_OJS' Application.
--------------------------------------------------------------------------------

Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object variable or With
block variable not set.

Source Error:
Line 124: <grouptemplateheader>
Line 125: <tr>
Line 126: <td class="table1_region_row"
colspan="11"><%#Container.DataItem("REGION")%></td>
Line 127: </tr>
Line 128: </grouptemplateheader>
Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x Line: 126

Stack Trace:
[NullReferenceException: Object variable or With block variable not set.]
Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object Instance)
+247156

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors,
ResolutionFailure& Failure) +71
Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames) +22
ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
System.Web.UI.Control.OnDataBinding(EventArgs e) +99
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
System.Web.UI.Control.DataBind() +12
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12

SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42

************************************************** *********

I use the value of the "store" as part of SQL query to display.
I guess it don't take the querystring value correctly.
MY QUESTION WOULD BE
why???
howcome it works perfectly under one IIS but not under other IIS?

"Jeff Dillon" wrote:
Of course you've done basic troubleshooting...like testing with hardcoded
values like

<a href="default.aspx?store=test">test</a>
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
I made an application which includes classic asp page and asp.net page.
when I tried to redirect from classic asp page to asp.net 2.0 page, it
works
under my local IIS directory.

ex)
<a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
However, When I copy that application into one of IIS directory in another
intranet server, it doesn't work.
Both of them seems to configure same.
however the application within another intranet server still doesn't work.
what should I do?

please help.....


Apr 10 '06 #4
your object is not set (per the error message)

Like I said, use basic troubleshooting. Sounds like you are not connected to
the database correctly to me. What database, and where does it reside?

Does it work if your remove your SQL code? I suspect it does. Then trouble
shoot from there. Make sure you have a valid connection..etc etc

Jeff

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
this is error message body
************************************************** **********

Server Error in '/Life/NSB/IS4030_OJS' Application.
--------------------------------------------------------------------------------

Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object variable or With
block variable not set.

Source Error:
Line 124: <grouptemplateheader>
Line 125: <tr>
Line 126: <td class="table1_region_row"
colspan="11"><%#Container.DataItem("REGION")%></td>
Line 127: </tr>
Line 128: </grouptemplateheader>
Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x Line:
126

Stack Trace:
[NullReferenceException: Object variable or With block variable not set.]
Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object Instance)
+247156

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames, Boolean
ReportErrors,
ResolutionFailure& Failure) +71

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames) +22
ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
System.Web.UI.Control.OnDataBinding(EventArgs e) +99
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
System.Web.UI.Control.DataBind() +12
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12

SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET
Version:2.0.50727.42

************************************************** *********

I use the value of the "store" as part of SQL query to display.
I guess it don't take the querystring value correctly.
MY QUESTION WOULD BE
why???
howcome it works perfectly under one IIS but not under other IIS?

"Jeff Dillon" wrote:
Of course you've done basic troubleshooting...like testing with hardcoded
values like

<a href="default.aspx?store=test">test</a>
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
>I made an application which includes classic asp page and asp.net page.
> when I tried to redirect from classic asp page to asp.net 2.0 page, it
> works
> under my local IIS directory.
>
> ex)
> <a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
>
>
> However, When I copy that application into one of IIS directory in
> another
> intranet server, it doesn't work.
> Both of them seems to configure same.
> however the application within another intranet server still doesn't
> work.
> what should I do?
>
> please help.....
>


Apr 10 '06 #5
Also, what does your connection string look like

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
this is error message body
************************************************** **********

Server Error in '/Life/NSB/IS4030_OJS' Application.
--------------------------------------------------------------------------------

Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object variable or With
block variable not set.

Source Error:
Line 124: <grouptemplateheader>
Line 125: <tr>
Line 126: <td class="table1_region_row"
colspan="11"><%#Container.DataItem("REGION")%></td>
Line 127: </tr>
Line 128: </grouptemplateheader>
Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x Line:
126

Stack Trace:
[NullReferenceException: Object variable or With block variable not set.]
Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object Instance)
+247156

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames, Boolean
ReportErrors,
ResolutionFailure& Failure) +71

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames) +22
ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
System.Web.UI.Control.OnDataBinding(EventArgs e) +99
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
System.Web.UI.Control.DataBind() +12
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12

SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET
Version:2.0.50727.42

************************************************** *********

I use the value of the "store" as part of SQL query to display.
I guess it don't take the querystring value correctly.
MY QUESTION WOULD BE
why???
howcome it works perfectly under one IIS but not under other IIS?

"Jeff Dillon" wrote:
Of course you've done basic troubleshooting...like testing with hardcoded
values like

<a href="default.aspx?store=test">test</a>
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
>I made an application which includes classic asp page and asp.net page.
> when I tried to redirect from classic asp page to asp.net 2.0 page, it
> works
> under my local IIS directory.
>
> ex)
> <a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
>
>
> However, When I copy that application into one of IIS directory in
> another
> intranet server, it doesn't work.
> Both of them seems to configure same.
> however the application within another intranet server still doesn't
> work.
> what should I do?
>
> please help.....
>


Apr 10 '06 #6
OK...

this application works. the code works fine.
How do I know?
It works perfectly under my IIS. first page is asp page and then if I click
the link then it direct to another asp.net page.
So, I like to move all files for this application into another IIS server.
but it doesn't work in another IIS server.
I can open first asp page but after clicking the link then it shows the
errors like below.
I compared the two IIS with asp.net version and so on for IIS configuration.
everything seems same.

"Jeff Dillon" wrote:
your object is not set (per the error message)

Like I said, use basic troubleshooting. Sounds like you are not connected to
the database correctly to me. What database, and where does it reside?

Does it work if your remove your SQL code? I suspect it does. Then trouble
shoot from there. Make sure you have a valid connection..etc etc

Jeff

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
this is error message body
************************************************** **********

Server Error in '/Life/NSB/IS4030_OJS' Application.
--------------------------------------------------------------------------------

Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object variable or With
block variable not set.

Source Error:
Line 124: <grouptemplateheader>
Line 125: <tr>
Line 126: <td class="table1_region_row"
colspan="11"><%#Container.DataItem("REGION")%></td>
Line 127: </tr>
Line 128: </grouptemplateheader>
Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x Line:
126

Stack Trace:
[NullReferenceException: Object variable or With block variable not set.]
Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object Instance)
+247156

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames, Boolean
ReportErrors,
ResolutionFailure& Failure) +71

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames) +22
ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
System.Web.UI.Control.OnDataBinding(EventArgs e) +99
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
System.Web.UI.Control.DataBind() +12
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12

SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET
Version:2.0.50727.42

************************************************** *********

I use the value of the "store" as part of SQL query to display.
I guess it don't take the querystring value correctly.
MY QUESTION WOULD BE
why???
howcome it works perfectly under one IIS but not under other IIS?

"Jeff Dillon" wrote:
Of course you've done basic troubleshooting...like testing with hardcoded
values like

<a href="default.aspx?store=test">test</a>
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
>I made an application which includes classic asp page and asp.net page.
> when I tried to redirect from classic asp page to asp.net 2.0 page, it
> works
> under my local IIS directory.
>
> ex)
> <a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
>
>
> However, When I copy that application into one of IIS directory in
> another
> intranet server, it doesn't work.
> Both of them seems to configure same.
> however the application within another intranet server still doesn't
> work.
> what should I do?
>
> please help.....
>


Apr 10 '06 #7
If you want to ignore my advice, that is ok with me. Good luck. I told you
why it's working on one computer and not the other.

Jeff

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:0D**********************************@microsof t.com...
OK...

this application works. the code works fine.
How do I know?
It works perfectly under my IIS. first page is asp page and then if I
click
the link then it direct to another asp.net page.
So, I like to move all files for this application into another IIS server.
but it doesn't work in another IIS server.
I can open first asp page but after clicking the link then it shows the
errors like below.
I compared the two IIS with asp.net version and so on for IIS
configuration.
everything seems same.

"Jeff Dillon" wrote:
your object is not set (per the error message)

Like I said, use basic troubleshooting. Sounds like you are not connected
to
the database correctly to me. What database, and where does it reside?

Does it work if your remove your SQL code? I suspect it does. Then
trouble
shoot from there. Make sure you have a valid connection..etc etc

Jeff

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
> this is error message body
> ************************************************** **********
>
> Server Error in '/Life/NSB/IS4030_OJS' Application.
> --------------------------------------------------------------------------------
>
> Object variable or With block variable not set.
> Description: An unhandled exception occurred during the execution of
> the
> current web request. Please review the stack trace for more information
> about
> the error and where it originated in the code.
>
> Exception Details: System.NullReferenceException: Object variable or
> With
> block variable not set.
>
> Source Error:
>
>
> Line 124: <grouptemplateheader>
> Line 125: <tr>
> Line 126: <td class="table1_region_row"
> colspan="11"><%#Container.DataItem("REGION")%></td>
> Line 127: </tr>
> Line 128: </grouptemplateheader>
>
>
> Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x
> Line:
> 126
>
> Stack Trace:
>
>
> [NullReferenceException: Object variable or With block variable not
> set.]
> Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object
> Instance)
> +247156
>
> Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
> Instance, Object[] Arguments, String[] ArgumentNames, Boolean
> ReportErrors,
> ResolutionFailure& Failure) +71
>
> Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
> Instance, Object[] Arguments, String[] ArgumentNames) +22
> ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
> C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
> System.Web.UI.Control.OnDataBinding(EventArgs e) +99
> System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
> System.Web.UI.Control.DataBind() +12
> System.Web.UI.Control.DataBindChildren() +216
> System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
> System.Web.UI.Control.DataBind() +12
>
> SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
> sender, EventArgs e) in
> C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
> System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
> System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
> System.Web.UI.Control.PreRenderRecursiveInternal() +77
> System.Web.UI.Control.PreRenderRecursiveInternal() +161
> System.Web.UI.Control.PreRenderRecursiveInternal() +161
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> +1360
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:2.0.50727.42;
> ASP.NET
> Version:2.0.50727.42
>
> ************************************************** *********
>
> I use the value of the "store" as part of SQL query to display.
> I guess it don't take the querystring value correctly.
> MY QUESTION WOULD BE
> why???
> howcome it works perfectly under one IIS but not under other IIS?
>
>
>
> "Jeff Dillon" wrote:
>
>> Of course you've done basic troubleshooting...like testing with
>> hardcoded
>> values like
>>
>> <a href="default.aspx?store=test">test</a>
>>
>>
>> "KenLee" <Ke****@discussions.microsoft.com> wrote in message
>> news:7C**********************************@microsof t.com...
>> >I made an application which includes classic asp page and asp.net
>> >page.
>> > when I tried to redirect from classic asp page to asp.net 2.0 page,
>> > it
>> > works
>> > under my local IIS directory.
>> >
>> > ex)
>> > <a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
>> >
>> >
>> > However, When I copy that application into one of IIS directory in
>> > another
>> > intranet server, it doesn't work.
>> > Both of them seems to configure same.
>> > however the application within another intranet server still doesn't
>> > work.
>> > what should I do?
>> >
>> > please help.....
>> >
>>
>>
>>


Apr 10 '06 #8
Thanks Jeff.
I got the clue with your question.
I use connectionstring as a name so that the other server don't catch that.
it happened before however I forgot.
however, I still not quite sure why machine I worked on allow me use
connectionstring as name of connectionstring but not in the other server.

thanks

"Jeff Dillon" wrote:
Also, what does your connection string look like

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
this is error message body
************************************************** **********

Server Error in '/Life/NSB/IS4030_OJS' Application.
--------------------------------------------------------------------------------

Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object variable or With
block variable not set.

Source Error:
Line 124: <grouptemplateheader>
Line 125: <tr>
Line 126: <td class="table1_region_row"
colspan="11"><%#Container.DataItem("REGION")%></td>
Line 127: </tr>
Line 128: </grouptemplateheader>
Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x Line:
126

Stack Trace:
[NullReferenceException: Object variable or With block variable not set.]
Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object Instance)
+247156

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames, Boolean
ReportErrors,
ResolutionFailure& Failure) +71

Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
Instance, Object[] Arguments, String[] ArgumentNames) +22
ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
System.Web.UI.Control.OnDataBinding(EventArgs e) +99
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
System.Web.UI.Control.DataBind() +12
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12

SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
sender, EventArgs e) in
C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET
Version:2.0.50727.42

************************************************** *********

I use the value of the "store" as part of SQL query to display.
I guess it don't take the querystring value correctly.
MY QUESTION WOULD BE
why???
howcome it works perfectly under one IIS but not under other IIS?

"Jeff Dillon" wrote:
Of course you've done basic troubleshooting...like testing with hardcoded
values like

<a href="default.aspx?store=test">test</a>
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
>I made an application which includes classic asp page and asp.net page.
> when I tried to redirect from classic asp page to asp.net 2.0 page, it
> works
> under my local IIS directory.
>
> ex)
> <a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
>
>
> However, When I copy that application into one of IIS directory in
> another
> intranet server, it doesn't work.
> Both of them seems to configure same.
> however the application within another intranet server still doesn't
> work.
> what should I do?
>
> please help.....
>


Apr 11 '06 #9
Sorry, I don't understand this English:

"I still not quite sure why machine I worked on allow me use
connectionstring as name of connectionstring but not in the other server"

Perhaps on one machine you had a SYSTEM dsn set up, but not on the other.

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Thanks Jeff.
I got the clue with your question.
I use connectionstring as a name so that the other server don't catch
that.
it happened before however I forgot.
however, I still not quite sure why machine I worked on allow me use
connectionstring as name of connectionstring but not in the other server.

thanks

"Jeff Dillon" wrote:
Also, what does your connection string look like

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
> this is error message body
> ************************************************** **********
>
> Server Error in '/Life/NSB/IS4030_OJS' Application.
> --------------------------------------------------------------------------------
>
> Object variable or With block variable not set.
> Description: An unhandled exception occurred during the execution of
> the
> current web request. Please review the stack trace for more information
> about
> the error and where it originated in the code.
>
> Exception Details: System.NullReferenceException: Object variable or
> With
> block variable not set.
>
> Source Error:
>
>
> Line 124: <grouptemplateheader>
> Line 125: <tr>
> Line 126: <td class="table1_region_row"
> colspan="11"><%#Container.DataItem("REGION")%></td>
> Line 127: </tr>
> Line 128: </grouptemplateheader>
>
>
> Source File: C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x
> Line:
> 126
>
> Stack Trace:
>
>
> [NullReferenceException: Object variable or With block variable not
> set.]
> Microsoft.VisualBasic.CompilerServices.Container.. ctor(Object
> Instance)
> +247156
>
> Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object
> Instance, Object[] Arguments, String[] ArgumentNames, Boolean
> ReportErrors,
> ResolutionFailure& Failure) +71
>
> Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object
> Instance, Object[] Arguments, String[] ArgumentNames) +22
> ASP.default_aspx.__DataBind__control12(Object sender, EventArgs e) in
> C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\default.asp x:126
> System.Web.UI.Control.OnDataBinding(EventArgs e) +99
> System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +206
> System.Web.UI.Control.DataBind() +12
> System.Web.UI.Control.DataBindChildren() +216
> System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
> System.Web.UI.Control.DataBind() +12
>
> SubtotalRepeater.Utils.Webcontrols.GroupingRepeate r.GroupingRepeater_PreRender(Object
> sender, EventArgs e) in
> C:\Inetpub\wwwroot\Life\NSB\IS4030_OJS\App_Code\Gr oupingRepeater.vb:312
> System.Web.UI.Control.OnPreRender(EventArgs e) +2066972
> System.Web.UI.WebControls.Repeater.OnPreRender(Eve ntArgs e) +21
> System.Web.UI.Control.PreRenderRecursiveInternal() +77
> System.Web.UI.Control.PreRenderRecursiveInternal() +161
> System.Web.UI.Control.PreRenderRecursiveInternal() +161
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> +1360
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:2.0.50727.42;
> ASP.NET
> Version:2.0.50727.42
>
> ************************************************** *********
>
> I use the value of the "store" as part of SQL query to display.
> I guess it don't take the querystring value correctly.
> MY QUESTION WOULD BE
> why???
> howcome it works perfectly under one IIS but not under other IIS?
>
>
>
> "Jeff Dillon" wrote:
>
>> Of course you've done basic troubleshooting...like testing with
>> hardcoded
>> values like
>>
>> <a href="default.aspx?store=test">test</a>
>>
>>
>> "KenLee" <Ke****@discussions.microsoft.com> wrote in message
>> news:7C**********************************@microsof t.com...
>> >I made an application which includes classic asp page and asp.net
>> >page.
>> > when I tried to redirect from classic asp page to asp.net 2.0 page,
>> > it
>> > works
>> > under my local IIS directory.
>> >
>> > ex)
>> > <a href="default.aspx?store=<%=rs("store")%>"><%=rs(" store")%></a>
>> >
>> >
>> > However, When I copy that application into one of IIS directory in
>> > another
>> > intranet server, it doesn't work.
>> > Both of them seems to configure same.
>> > however the application within another intranet server still doesn't
>> > work.
>> > what should I do?
>> >
>> > please help.....
>> >
>>
>>
>>


Apr 11 '06 #10

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by Kent.Gallinger | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.