Hi,
I have the following in my web.config and I am trying to integrate YAF with my site.
Everything seems to work fine except for when I click on the User and Roles in the YAF Admin... the Users work ok, but the Roles gives me the error message below the web.config snippet.
Any help would be greatly appreciated.
Error message received:
Hello,
I am using yaf integrated into my sites asp.net membership and when I login is the admin and click the 'Roles' option i receive the error below.
Does anyone know why I am receiving this error?
Thanks
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: CS0117: 'object' does not contain a definition for 'BinaryAnd'
Source Error:
Line 86:
Line 87:
Line 88: <%# this.Eval( "Flags" ).BinaryAnd(2) %> Line 89: | Line 90:
Source File: e:\clnts\...\Forum\pages\admin\groups.ascx Line: 88
|