|
 |
aspx thread: Advworks - with the Beta .Net - Why .ascx for .aspc?
Message #1 by "Charles Downs" <chuckd@d...> on Tue, 12 Dec 2000 13:26:55 -0000
|
|
I loaded up Advworks and it ran fine on NGWS and then I got the BETA 1 of
.Net and now Advworks will not work ... comes out with a message about
.ascx not defined on what was a .aspc in the old Advworks.
HELP!!!!
Message #2 by Scott Davis <Scott.D@e...> on Tue, 12 Dec 2000 08:50:31 -0500
|
|
Many things changed between the PDC bits and Beta 1.
.aspc files were changed to .ascx files in Beta 1. I don't have the
Advworks stuff loaded up anymore so I can't look at the specific problem
you are referring to.
-----Original Message-----
From: Charles Downs [mailto:chuckd@d...]
Sent: Tuesday, December 12, 2000 8:27 AM
To: ASP+
Subject: [aspx] Advworks - with the Beta .Net - Why .ascx for .aspc?
I loaded up Advworks and it ran fine on NGWS and then I got the BETA 1 of
.Net and now Advworks will not work ... comes out with a message about
.ascx not defined on what was a .aspc in the old Advworks.
HELP!!!!
Message #3 by "Dave Sussman" <davids@i...> on Wed, 13 Dec 2000 09:03:35 -0000
|
|
Charles
This was one of the design changes imposed by beta 1. Rich is currently
going through the Adventure Works sample - it's later than the rest of the
book code (on www.wrox.com/beta) because Rich is heavily involved in a
project, and has little spare time.
Dave
"Charles Downs" <chuckd@d...> wrote in message
news:24805@a...
>
> I loaded up Advworks and it ran fine on NGWS and then I got the BETA 1 of
> .Net and now Advworks will not work ... comes out with a message about
> .ascx not defined on what was a .aspc in the old Advworks.
>
> HELP!!!!
>
>
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #4 by "Steve Persighetti" <stevevp@s...> on Wed, 13 Dec 2000 09:52:19 -0500
|
|
I had similar problems when I upgraded to the Beta. I got round this by
changing the include file extensions to .ascx and changing the include
references accordingly in the aspx file headers.
However, I also have a new issue from the upgrade. When I try and run the
xml samples eg in Chapter 3 of ASP+ or try to view the source, I get a
"Compile error message CS0234: The type of namespace name 'XMl' does not
exist in the class or namespace 'System.Data'. Any ideas please?
Steve
-----Original Message-----
From: Dave Sussman [mailto:davids@i...]
Sent: Wednesday, December 13, 2000 4:04 AM
To: ASP+
Subject: [aspx] Re: Advworks - with the Beta .Net - Why .ascx for .aspc?
Charles
This was one of the design changes imposed by beta 1. Rich is currently
going through the Adventure Works sample - it's later than the rest of the
book code (on www.wrox.com/beta) because Rich is heavily involved in a
project, and has little spare time.
Dave
"Charles Downs" <chuckd@d...> wrote in message
news:24805@a...
>
> I loaded up Advworks and it ran fine on NGWS and then I got the BETA 1 of
> .Net and now Advworks will not work ... comes out with a message about
> .ascx not defined on what was a .aspc in the old Advworks.
>
> HELP!!!!
>
>
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #5 by "Dave Sussman" <davids@i...> on Thu, 14 Dec 2000 09:11:38 -0000
|
|
Have you got the latest code download? There were quite a few XML changes
between the alpha and beta 1.
Dave
"Steve Persighetti" <stevevp@s...> wrote in message
news:25139@a...
>
> I had similar problems when I upgraded to the Beta. I got round this by
> changing the include file extensions to .ascx and changing the include
> references accordingly in the aspx file headers.
>
> However, I also have a new issue from the upgrade. When I try and run the
> xml samples eg in Chapter 3 of ASP+ or try to view the source, I get a
> "Compile error message CS0234: The type of namespace name 'XMl' does not
> exist in the class or namespace 'System.Data'. Any ideas please?
>
> Steve
>
>
> -----Original Message-----
> From: Dave Sussman [mailto:davids@i...]
> Sent: Wednesday, December 13, 2000 4:04 AM
> To: ASP+
> Subject: [aspx] Re: Advworks - with the Beta .Net - Why .ascx for .aspc?
>
>
> Charles
>
> This was one of the design changes imposed by beta 1. Rich is currently
> going through the Adventure Works sample - it's later than the rest of the
> book code (on www.wrox.com/beta) because Rich is heavily involved in a
> project, and has little spare time.
>
> Dave
>
> "Charles Downs" <chuckd@d...> wrote in message
> news:24805@a...
> >
> > I loaded up Advworks and it ran fine on NGWS and then I got the BETA 1
of
> > .Net and now Advworks will not work ... comes out with a message about
> > .ascx not defined on what was a .aspc in the old Advworks.
> >
> > HELP!!!!
> >
> >
>
> ---
> You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
>
>
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #6 by "Steve Persighetti" <stevevp@s...> on Thu, 14 Dec 2000 11:34:15 -0500
|
|
Dave,
I do now! And it's fixed it.
Thanks, Steve
-----Original Message-----
From: Dave Sussman [mailto:davids@i...]
Sent: Thursday, December 14, 2000 4:12 AM
To: ASP+
Subject: [aspx] Re: Advworks - with the Beta .Net - Why .ascx for .aspc?
Have you got the latest code download? There were quite a few XML changes
between the alpha and beta 1.
Dave
"Steve Persighetti" <stevevp@s...> wrote in message
news:25139@a...
>
> I had similar problems when I upgraded to the Beta. I got round this by
> changing the include file extensions to .ascx and changing the include
> references accordingly in the aspx file headers.
>
> However, I also have a new issue from the upgrade. When I try and run the
> xml samples eg in Chapter 3 of ASP+ or try to view the source, I get a
> "Compile error message CS0234: The type of namespace name 'XMl' does not
> exist in the class or namespace 'System.Data'. Any ideas please?
>
> Steve
>
>
> -----Original Message-----
> From: Dave Sussman [mailto:davids@i...]
> Sent: Wednesday, December 13, 2000 4:04 AM
> To: ASP+
> Subject: [aspx] Re: Advworks - with the Beta .Net - Why .ascx for .aspc?
>
>
> Charles
>
> This was one of the design changes imposed by beta 1. Rich is currently
> going through the Adventure Works sample - it's later than the rest of the
> book code (on www.wrox.com/beta) because Rich is heavily involved in a
> project, and has little spare time.
>
> Dave
>
> "Charles Downs" <chuckd@d...> wrote in message
> news:24805@a...
> >
> > I loaded up Advworks and it ran fine on NGWS and then I got the BETA 1
of
> > .Net and now Advworks will not work ... comes out with a message about
> > .ascx not defined on what was a .aspc in the old Advworks.
> >
> > HELP!!!!
> >
> >
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |