I installed Reports module with no problems, however now DNN will not run at all. I get the 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: BC30469: Reference to a non-shared member requires an object reference.
Source Error:
| |
Line 378:
Line 379: ' Check Access and Version
Line 380: Dim objUser As UserInfo = UserController.GetUser(-1, UserId, False)
Line 381: If objUser Is Nothing OrElse Not objUser.IsSuperUser Then Return
Line 382:
|
Source File: D:\life-links.org.uk\wwwroot\App_Code\Reports\ReportsController.vb Line: 380
My DNN is hosted on a site that only supports MEDIUM TRUST, is this the problem? Can anyone assist please.
regards
Jeremy