Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Code Behind Nightmare


Message #1 by "Tim Farrell" <timothy.farrell@c...> on Tue, 29 Oct 2002 20:04:41
I am attempting to get aquainted with code-behind techniques and cannot 
seem to get my page to load.  I keep getting the following error message:

Could not load type 'pat2002.report'

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="report.aspx.vb" 
Inherits="pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  But 
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

Message #2 by "Austin Lam" <ALam@a...> on Tue, 29 Oct 2002 15:01:47 -0500
Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET 
Databases using VB.NET's final project in Chapter 12 call Bid.  It does 
not run have the same error as ur.  Please let me know the solution if 
you can find it. As i did post the error on the WROX SITE and it does 
not post it and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 
weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and cannot
seem to get my page to load.  I keep getting the following error 
message:

Could not load type 'pat2002.report'

<%@ Page Language=3D"vb" AutoEventWireup=3D"false" 
Codebehind=3D"report.aspx.vb"
Inherits=3D"pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  
But
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.
Message #3 by "Tim Farrell" <timothy.farrell@c...> on Tue, 29 Oct 2002 20:17:08
Wanted to let you know that I figured out a solution.  I just hardcoded 
the src file reference in the before mentioned line:

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="report.aspx.vb" 
Inherits="pat2002.report" SRC="report.aspx.vb" %>

Thanks.

Tim

> Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET 
Databases using VB.NET's final project in Chapter 12 call Bid.  It does 
not run have the same error as ur.  Please let me know the solution if 
you can find it. As i did post the error on the WROX SITE and it does 
not post it and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 
weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and cannot
seem to get my page to load.  I keep getting the following error 
message:

Could not load type 'pat2002.report'

<%@ Page Language=3D"vb" AutoEventWireup=3D"false" 
Codebehind=3D"report.aspx.vb"
Inherits=3D"pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  
But
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.
Message #4 by "Austin Lam" <ALam@a...> on Tue, 29 Oct 2002 15:11:15 -0500
Thanks Tim

I will try it later

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:17 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Wanted to let you know that I figured out a solution.  I just hardcoded
the src file reference in the before mentioned line:

<%@ Page Language=3D"vb" AutoEventWireup=3D"false" 
Codebehind=3D"report.aspx.vb"
Inherits=3D"pat2002.report" SRC=3D"report.aspx.vb" %>

Thanks.

Tim

> Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET 
=3D
Databases using VB.NET's final project in Chapter 12 call Bid.  It does 
=3D
not run have the same error as ur.  Please let me know the solution if 
=3D
you can find it. As i did post the error on the WROX SITE and it does 
=3D
not post it and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 =3D
weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and 
cannot=3D20
seem to get my page to load.  I keep getting the following error =3D
message:

Could not load type 'pat2002.report'

<%@ Page Language=3D3D"vb" AutoEventWireup=3D3D"false" =3D
Codebehind=3D3D"report.aspx.vb"=3D20
Inherits=3D3D"pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  
=3D
But=3D20
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D3D1861007418

These books look at how we can create data-centric ASP.NET=3D20
applications. Requiring some basic knowledge of ASP.NET,=3D20
Access and SQL the authors guide you through the process=3D20
of connecting and consuming information in a variety of=3D20
ways. They are packed full of excellent illustrative code=3D20
examples, demonstrating important fundamental principles.
---
Change your mail options at http://p2p.wrox.com/manager.asp or=3D20
to unsubscribe send a blank email to =3D
---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.
Message #5 by "Farrell, Timothy" <Timothy.Farrell@C...> on Tue, 29 Oct 2002 16:15:16 -0500
Austin,

No, I'm actually coding a time sheet / project tracking application.  After
completing the forms, I am now starting on the reports.  What I thought
would be the easiest part of the project is turning out to be as difficult.

Anyway, Checkout my latest post on the subject concerning hardcoding the
reference.  Checkout the last part of the line where it says:
SRC=report.aspx.vb.  Try this for yourself and see if that doesn't help you
out first.  If not, post some code and I'll take a look.

Hang in there bro, you're not alone out there...

-----Original Message-----
From: Austin Lam [mailto:ALam@a...]
Sent: Tuesday, October 29, 2002 3:02 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET
Databases using VB.NET's final project in Chapter 12 call Bid.  It does not
run have the same error as ur.  Please let me know the solution if you can
find it. As i did post the error on the WROX SITE and it does not post it
and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and cannot 
seem to get my page to load.  I keep getting the following error message:

Could not load type 'pat2002.report'

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="report.aspx.vb" 
Inherits="pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  But 
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET 
applications. Requiring some basic knowledge of ASP.NET, 
Access and SQL the authors guide you through the process 
of connecting and consuming information in a variety of 
ways. They are packed full of excellent illustrative code 
examples, demonstrating important fundamental principles.

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET 
applications. Requiring some basic knowledge of ASP.NET, 
Access and SQL the authors guide you through the process 
of connecting and consuming information in a variety of 
ways. They are packed full of excellent illustrative code 
examples, demonstrating important fundamental principles.



The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 

Message #6 by "Austin Lam" <ALam@a...> on Tue, 29 Oct 2002 16:27:12 -0500
Thanks for your help

I will try it

Austin

-----Original Message-----
From: Farrell, Timothy [mailto:Timothy.Farrell@C...]
Sent: Tuesday, October 29, 2002 4:15 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Austin,

No, I'm actually coding a time sheet / project tracking application.  
After
completing the forms, I am now starting on the reports.  What I thought
would be the easiest part of the project is turning out to be as 
difficult.

Anyway, Checkout my latest post on the subject concerning hardcoding the
reference.  Checkout the last part of the line where it says:
SRC=3Dreport.aspx.vb.  Try this for yourself and see if that doesn't 
help you
out first.  If not, post some code and I'll take a look.

Hang in there bro, you're not alone out there...

-----Original Message-----
From: Austin Lam [mailto:ALam@a...]
Sent: Tuesday, October 29, 2002 3:02 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET
Databases using VB.NET's final project in Chapter 12 call Bid.  It does 
not
run have the same error as ur.  Please let me know the solution if you 
can
find it. As i did post the error on the WROX SITE and it does not post 
it
and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 
weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and cannot
seem to get my page to load.  I keep getting the following error 
message:

Could not load type 'pat2002.report'

<%@ Page Language=3D"vb" AutoEventWireup=3D"false" 
Codebehind=3D"report.aspx.vb"
Inherits=3D"pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  
But
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.



The contents of this e-mail are intended for the named addressee only. 
It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or 
disclose
it to anyone else. If you received it in error please notify us 
immediately
and then destroy it.


---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.
Message #7 by "Austin Lam" <ALam@a...> on Wed, 30 Oct 2002 11:36:17 -0500
Hi Tim

I am attaching the whole application in zip to you, can you try to run the applcaiton called bid and you just have 
to change the Web.config for the Server Name

Thanks
Austin

-----Original Message-----
From: Farrell, Timothy [mailto:Timothy.Farrell@C...]
Sent: Tuesday, October 29, 2002 4:15 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Austin,

No, I'm actually coding a time sheet / project tracking application.  After
completing the forms, I am now starting on the reports.  What I thought
would be the easiest part of the project is turning out to be as difficult.

Anyway, Checkout my latest post on the subject concerning hardcoding the
reference.  Checkout the last part of the line where it says:
SRC=report.aspx.vb.  Try this for yourself and see if that doesn't help you
out first.  If not, post some code and I'll take a look.

Hang in there bro, you're not alone out there...

-----Original Message-----
From: Austin Lam [mailto:ALam@a...]
Sent: Tuesday, October 29, 2002 3:02 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET
Databases using VB.NET's final project in Chapter 12 call Bid.  It does not
run have the same error as ur.  Please let me know the solution if you can
find it. As i did post the error on the WROX SITE and it does not post it
and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and cannot 
seem to get my page to load.  I keep getting the following error message:

Could not load type 'pat2002.report'

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="report.aspx.vb" 
Inherits="pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  But 
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET 
applications. Requiring some basic knowledge of ASP.NET, 
Access and SQL the authors guide you through the process 
of connecting and consuming information in a variety of 
ways. They are packed full of excellent illustrative code 
examples, demonstrating important fundamental principles.

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET 
applications. Requiring some basic knowledge of ASP.NET, 
Access and SQL the authors guide you through the process 
of connecting and consuming information in a variety of 
ways. They are packed full of excellent illustrative code 
examples, demonstrating important fundamental principles.



The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 


---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET 
applications. Requiring some basic knowledge of ASP.NET, 
Access and SQL the authors guide you through the process 
of connecting and consuming information in a variety of 
ways. They are packed full of excellent illustrative code 
examples, demonstrating important fundamental principles.

Message #8 by "Austin Lam" <ALam@a...> on Wed, 30 Oct 2002 11:38:25 -0500
Hi Tim,

You can open the Bid.sln and everthing there will be opened

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:17 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Code Behind Nightmare


Wanted to let you know that I figured out a solution.  I just hardcoded
the src file reference in the before mentioned line:

<%@ Page Language=3D"vb" AutoEventWireup=3D"false" 
Codebehind=3D"report.aspx.vb"
Inherits=3D"pat2002.report" SRC=3D"report.aspx.vb" %>

Thanks.

Tim

> Hi Tim,

I have the same problem with you, did you work on the Beginning ASP.NET 
=3D
Databases using VB.NET's final project in Chapter 12 call Bid.  It does 
=3D
not run have the same error as ur.  Please let me know the solution if 
=3D
you can find it. As i did post the error on the WROX SITE and it does 
=3D
not post it and no response from the authors

Thanks for ur help as i have been waiting for the answer almost 2 3 =3D
weeks

Austin

-----Original Message-----
From: Tim Farrell [mailto:timothy.farrell@c...]
Sent: Tuesday, October 29, 2002 3:05 PM
To: aspx_beginners
Subject: [aspx_beginners] Code Behind Nightmare


I am attempting to get aquainted with code-behind techniques and 
cannot=3D20
seem to get my page to load.  I keep getting the following error =3D
message:

Could not load type 'pat2002.report'

<%@ Page Language=3D3D"vb" AutoEventWireup=3D3D"false" =3D
Codebehind=3D3D"report.aspx.vb"=3D20
Inherits=3D3D"pat2002.report" %>

There is a reference to this within the code-behind page:
Public Class report

I thought this message appeared if you did not re-build the solution.  
=3D
But=3D20
that doesn't seem to work now either.

Please help.

Sincerely,

Tim

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D3D1861007418

These books look at how we can create data-centric ASP.NET=3D20
applications. Requiring some basic knowledge of ASP.NET,=3D20
Access and SQL the authors guide you through the process=3D20
of connecting and consuming information in a variety of=3D20
ways. They are packed full of excellent illustrative code=3D20
examples, demonstrating important fundamental principles.
---
Change your mail options at http://p2p.wrox.com/manager.asp or=3D20
to unsubscribe send a blank email to =3D
---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.

  Return to Index