I am attempting to create a web application using the techniques from ASP.net Website Programming. I am having a bit of trouble building the project. Here is my configuration:
I created the MyCompany.snk and pointed to it in the Core, Accounts modules' AssemblyInfo.cs files. I am only using the Accounts modules for my app BTW. I have created the correct namespaces for each proj and inside the C# class libs. I have created the correct references for each class lib. Most of this is identical to how the source code for ThePhile is, other than the namespace root company and technology eg. MyCompany.MyTechnology instead of Wrox.ThePhile.
Here is my problem: I can not build the solution. I get the following errors.
Code:
------ Rebuild All started: Project: Core, Configuration: Release .NET ------
Preparing resources...
Updating references...
Performing main compilation...
visual studio projects\mycompany\modules\core\dbobject.cs(13,18): (Related location)
Build complete -- 1 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
Which in return gives me namespace errors in the task list.
I am not sure where to look for a solution and would appreciate any help. Thank you.