Here I sit on my 3rd day of trying to get an install of dnn working. Currently I followed Mitchel Sellers video tutorial, the difference being that I am trying it on a Server 2003 server instead of Vista. I may try the same on Vista tomorrow to see if I can succed there. I chose Server 2003 because that is what the site will be hosted on so I figured I would go ahead and setup my dev environment the same.
I am now getting the following error....
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'Commerce.Common.Address' is not defined.
Source Error:
[No relevant source lines]
Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnnti\9c1ce9f8\9124ffe4\App_Code.boybnmaa.2.vb Line: 49
I have rechecked everything multiple times so I am sure it is not a permissions problem, etc. The one big difference between the Vista setup and mine is when you create the apppool in Vista, you select Classic .NET Apppool which is a Vista/Longhorn option. I have to assume the the default apppool type on 2003 is the same as Classic.
Any ideas as to why I am getting this error?