|
 |
aspdotnet_website_programming thread: Another Dummy needs setup- help!
Message #1 by "Dirk Weiland" <weiland@d...> on Sat, 10 Aug 2002 11:03:06
|
|
Hello All,
I?m new to ThePhile and even new to VS.NET, so be a little bit patient
with me ;-)
Can someone help me get this to run?
I?ve done the folowing:
1. create the db , ok
2. Unzip wrox.zip, I have C:\Wrox\Keys and C:\Wrox\ThePhile, ok
3. Create a virtual dir , so I have localhost/ThePhile, ok
4. open thephile.sln in VS.NET, ok
5. rebuild the solution in VS.NET, this is where my problem begins
Can someone tell me how to rebuild the solution?? After rebuilding, how
many files should I have in the ?bin? dir ???
Everything I got is: 107 Build Errors, --> Namespace Wrox.WebModules
missing
After that, I have ?just? 8 files in the bin dir ! ??
6. change userName attribute to System, ok
7. Navigate to http://localhost/ThePhile ,
now I got the error message in line 1,
<%@ Application Codebehind="Global.asax.cs"
Inherits="Wrox.ThePhile.Web.Global" %>
This is how I ?tried? to rebuild the solution in VS.NET so far:
1. open thephile.sln in VS.NET and rightclick on ThePhile in Project-
Explorer, and click on build.
I use a German Version of VS.NET, so I don?t know how it is called in
english versions
I have two options: ?erstellen? (translation is: build) and ?erstellen
neu? (translation is: build new). I have tried both with the same result.
As you see I?m not able to rebuild the solution correctly and I have no
idea where my problem is. Can you help me? Any suggestions are welcome.
Thank you very much!
Regards,
Dirk
Message #2 by "Mike Gale" <info@d...> on Mon, 12 Aug 2002 09:30:35 +1200
|
|
Dirk check the archive for this mailing list and you'll find your
question answered.
I'd recommend as follows:
1) Write down your own design.
2) Compare it with the Phile and select the pieces you want to consider
using (your own notes written in the book can be most useful!)
3) Build the parts you need starting at the core. Add a module at a
time, build it, change it to suit your needs (if required). Add Unit
tests if that's your style. Make notes of your changes. (A Word
document is a good place to make your notes, as are /// comments in the
source.)
4) During this process integrate your own modules. (Alternatively if
you already have a framework incorporate Phile pieces one at a time!)
5) When you have the whole thing done, review and adjust the design as
needed. (Document it all, unless this is throw away work you're doing!)
Mike Gale, Decision Engineering (NZ) Ltd.
PS. You are new to VS.NET. Take time to get a feel for how it works.
PPS. Load service packs (after checking newsgroups for problems you may
experience and making your own decision). I found VS on .NET 1.0 as
released was very slow but a few service packs have made it a lot
faster!!
-----Original Message-----
From: Dirk Weiland [mailto:weiland@d...]
Sent: Saturday, 10 August 2002 11:03
To: Website Programming with ASP.NET
Subject: [aspdotnet_website_programming] Another Dummy needs setup-
help!
Hello All,
I'm new to ThePhile and even new to VS.NET, so be a little bit patient
with me ;-)
Can someone help me get this to run?
|
|
 |