|
 |
aspdotnet_website_programming thread: need help to get started please
Message #1 by "Patrick Lentz" <pplentz@y...> on Tue, 6 Aug 2002 11:49:45
|
|
Hi,
I'm sure this is a beginners question since I am kinda getting ahead of
myself a bit. I am working my wy through SAMS teach yourself ASP.NET in 21
days right now, but I just bought this WROX book too and I just can't help
myself and just have to do a few pages a day of that too since here is
what it is all about...building a site!
Ok, to make a long story short. I did the things that were mentioned in
index.html line by line and now I am encountering a problem when
rebuilding the "thePhile"-solution. I get like 106 build errors; pretty
much coming down to the same problem. All the modules aren't referenced I
think. An example of an error message:
!The type or namespace name 'Business' does not exist in the class or
namespace 'Wrox.Webmodules'(are you missing an assembly reference?)
And this it says about 'Data' , 'AdsManager', 'SiteIdentity'
and 'Configuration'.
The last couple of errors mention a 'Cryptographic error when signing
assembly 'C:\ASP.NET book code\6934
\wrox\ThePhile\Modules\AdsManager\AdsManagerConfiguration\obj\ and so forth
Since I didn't see any questions about this posted yet I am assuming I am
making some kinda typical beginner's mistake.
Any remarks would be greatly appreciated!
Greetings from the Netherlands,
Patrick Lentz
Message #2 by "Frank Kurka" <wrox@f...> on Tue, 6 Aug 2002 18:51:33
|
|
Check this thread ....
http://p2p.wrox.com/view.asp?list=aspdotnet_website_programming&id=188276
> Hi,
> I'm sure this is a beginners question since I am kinda getting ahead of
m> yself a bit. I am working my wy through SAMS teach yourself ASP.NET in
21
d> ays right now, but I just bought this WROX book too and I just can't
help
m> yself and just have to do a few pages a day of that too since here is
w> hat it is all about...building a site!
O> k, to make a long story short. I did the things that were mentioned in
i> ndex.html line by line and now I am encountering a problem when
r> ebuilding the "thePhile"-solution. I get like 106 build errors; pretty
m> uch coming down to the same problem. All the modules aren't referenced
I
t> hink. An example of an error message:
> !The type or namespace name 'Business' does not exist in the class or
n> amespace 'Wrox.Webmodules'(are you missing an assembly reference?)
> And this it says about 'Data' , 'AdsManager', 'SiteIdentity'
a> nd 'Configuration'.
> The last couple of errors mention a 'Cryptographic error when signing
a> ssembly 'C:\ASP.NET book code\6934
\> wrox\ThePhile\Modules\AdsManager\AdsManagerConfiguration\obj\ and so
forth
> Since I didn't see any questions about this posted yet I am assuming I
am
m> aking some kinda typical beginner's mistake.
> Any remarks would be greatly appreciated!
> Greetings from the Netherlands,
> Patrick Lentz
Message #3 by "Charles Walsek" <cwalsek@e...> on Tue, 6 Aug 2002 17:02:03 -0400
|
|
Hi Patrick,
I ran into similar problems. You might consider the route I took. I
started building the application myself with Visual Studio .NET, starting
with Chapter 3 (page 70: Home Page Draft). Once I got the first page
written, I added the other pieces one at a time (Navigator, SiteHeader,
SiteFooter, stylesheets, etc.), testing each build.
When I first started at the book's beginning, I got way too many build
errors to figure things out. By adding one piece of code at a time, I was
better able to understand the inter-relationships.
BTW: Back in '97 I worked for awhile in Amstelveen. It was tough finding a
flat.
----- Original Message -----
From: "Patrick Lentz" <pplentz@y...>
To: "Website Programming with ASP.NET"
<aspdotnet_website_programming@p...>
Sent: Tuesday, August 06, 2002 11:49 AM
Subject: [aspdotnet_website_programming] need help to get started please
> Hi,
>
> I'm sure this is a beginners question since I am kinda getting ahead of
> myself a bit. I am working my wy through SAMS teach yourself ASP.NET in 21
> days right now, but I just bought this WROX book too and I just can't help
> myself and just have to do a few pages a day of that too since here is
> what it is all about...building a site!
> Ok, to make a long story short. I did the things that were mentioned in
> index.html line by line and now I am encountering a problem when
> rebuilding the "thePhile"-solution. I get like 106 build errors; pretty
> much coming down to the same problem. All the modules aren't referenced I
> think. An example of an error message:
>
> !The type or namespace name 'Business' does not exist in the class or
> namespace 'Wrox.Webmodules'(are you missing an assembly reference?)
>
> And this it says about 'Data' , 'AdsManager', 'SiteIdentity'
> and 'Configuration'.
>
> The last couple of errors mention a 'Cryptographic error when signing
> assembly 'C:\ASP.NET book code\6934
> \wrox\ThePhile\Modules\AdsManager\AdsManagerConfiguration\obj\ and so
forth
>
> Since I didn't see any questions about this posted yet I am assuming I am
> making some kinda typical beginner's mistake.
>
> Any remarks would be greatly appreciated!
>
> Greetings from the Netherlands,
>
> Patrick Lentz
|
|
 |