Been running DNN just fine for a year or so with a few small hiccups, but nothing major until this morning. I'd been going through and updating a few old modules, when tried to upgrade html/text module to the latest version. The trace showed that everything installed just fine, but when I tried to hit a new page I suddenly had no site!
This is hosted on GoDaddy and here is the error I see:
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.HTML'.
Source Error:
| |
Line 40:
Line 41: ' singleton reference to the instantiated object
Line 42: Private Shared objProvider As DataProvider = Nothing
Line 43:
Line 44: ' constructor
|
Source File: d:\hosting\firstpres123\dnn\App_Code\HTML\DataProvider.vb Line: 42
Thanks for any and all help - I'm not much of a .NET programmer at all and can will use any guidance I can get...