Some help plzz
Hey,
I am not so good at asp.net applications, and how to build these using VS.NET. I discovered "ASP.NET Website Programming" a couple of week ago and was impressed. Now I have the book and have started to read it and coding while reading.
I am using VS 2005 with the .NET 2.0 framework.
I have problems figuring out the overall structure of the ThePhile solution:
* When looking at the complete code for the site, that i have downloaded from the book website, I see that in the folder wrox\ThePhile\Modules\FileManager (and most other modules) there is a project named FileManager.csproj. My problem is that I cant create a project inside ThePhile web applicatoin project in VS 2005 for each module. There is no option to "Add a new project" when i right click ThePhile web application project in the solution explorer in VS! In chapter 4 (when building the File Manager module) the book says:
"The files for the presentation layer are part of the main ThePhile project, and sit in the Modules\FileManager folder.
Does this mean that I am right to create a folder under the ThePhile web application project in VS and put the module files in that folder (without having a project for each module)?
*I have typed all the code for the file manager (I don't have a project named FileManager. All files for the FileManager module reside in a folder WebModules\FileManager inside ThePhile web applicatoin project). When I try to build the solution i get the error message:
Error 1 'BrowseFiles': member names cannot be the same as their enclosing type ***\My Documents\Visual Studio 2005\WebSites\ThePhile\Modules\FileManager\BrowseF iles.aspx 60
Error 2 'EditFile': member names cannot be the same as their enclosing type ***\My Documents\Visual Studio 2005\WebSites\ThePhile\Modules\FileManager\EditFil e.aspx 15
Thanks in advance
|