|
 |
aspx_beginners thread: Re: Beginning ASP.Net - Getting Started - problems!
Message #1 by "Dominic Robinson" <Dominic.Robinson@b...> on Fri, 1 Mar 2002 16:29:41
|
|
Thanks Chris - that did the job! So as to avoid asking too many questions
as I work through the book - did I miss something obvious in the book
which told me what you told me to do, or is that a known bug?
If the latter - is there a list of known bugs that I can consult
initially before posting to newsgroups
Thanks once again
Dominic Robinson
Message #2 by "Walker, Renee C." <rwalker@w...> on Fri, 1 Mar 2002 11:44:06 -0600
|
|
Do you know what I'm talking about? I'm not the one that wanted to go.
-----Original Message-----
From: Dominic Robinson [mailto:Dominic.Robinson@b...]
Sent: Friday, March 01, 2002 10:30 AM
To: aspx_beginners
Subject: [aspx_beginners] Re: Beginning ASP.Net - Getting Started -
problems!
Thanks Chris - that did the job! So as to avoid asking too many questions
as I work through the book - did I miss something obvious in the book
which told me what you told me to do, or is that a known bug?
If the latter - is there a list of known bugs that I can consult
initially before posting to newsgroups
Thanks once again
Dominic Robinson
$subst('Email.Unsub').
Message #3 by "Chris Goode" <chrisg@w...> on Sat, 2 Mar 2002 19:08:45
|
|
Hi Dominic,
It's not actually a bug - it's a way of making sure your ASP.NET pages
can see code that's compiled into an assembly. You'll see more about that
in chapter 16. What I think happened is that one of the files from that
chapter is included in the code download (the configuration file that
points to the assembly), but not the other file (the assembly itself).
I'm guessing that's what the problem is. It sounds like whoever zipped up
the code download missed off the subfolder with the assembly in it :)
I'll see if I can get that fixed next week.
Thanks,
Chris
|
|
 |