dboulard - 2008-02-03

Hi,

Im hoping to install your product... I am some issues though... after following the directions for V.5 in the readme I got an HTTP Error 500.0 - Internal Server Error which indicated I should:
1) Migrate the application to work with the Integrated .NET mode (PREFERRED).
2) Move this application to an application pool using the Classic .NET mode.
I chose the second option...

After which I get assembly reference errors all over the place for the Portal.API... Im assuming I dont need to build this (which Ive tried as well) without any modifications... any thoughts?

Cheers!

<snip of the error message>

Compilation 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: CS0234: The type or namespace name 'API' does not exist in the namespace 'Portal' (are you missing an assembly reference?)

Source Error:

Line 13:     using Portal;
Line 14:
Line 15:     abstract public class Guestbook : Portal.API.Module
Line 16:     {
Line 17:         abstract public GuestbookData ReadData();

Source File: c:\webapps\Portal2\App_Code\modules\guestbook\Guestbook.cs    Line: 15

</snip of the error message>