Hi all,
Hoping someone can help me out. I have just installed the YAF.NET v2.2.3 Sample Application installed it into an existing Application.
The setup portion went well, database and email tested ok. Then when I tried to browse the /forum directory I got this error:
Server Error in '/' Application.
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: CS0103: The name 'DBNull' does not exist in the current context
Source Error:
Line 36:
Line 37:
Line 38: Line 39: ID="lastPost" runat="server" /> Line 40: |
Source File: e:\web\forum\controls\ForumList.ascx Line: 38
Any idea on how to resolve this?