I've been having a very similar problem... but it says:
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: BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.IFrame.Data'.
Source Error:
| |
Line 39: Protected Const ParameterArgumentElement As String = "argument"
Line 40:
Line 41: Private _dataProvider As DataProvider
Line 42:
Line 43: #End Region
|
Source File: C:\Inetpub\DotNetNuke\App_Code\IFrame\Controller.vb Line: 41
If I delete both the IFrame.dll files (not sure which one otherwise), I get a similar error on reports... but if I delete that .dll, then I just end up with the Under Construction page.
I can't create my own thread here, been trying and need any help I can get!