Hi Sebastian,
The problem is, if i do not delete this subfolders my website show me the error that i posted, when i delete it the website is fine except for the HTML module. Looking for the error,
BC30560: 'DataProvider' es ambiguo en el espacio de nombres 'DotNetNuke.Modules.HTML'.
|
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: X:\Web\DnnMigracion\App_Code\HTML\DataProvider.vb
If i delete .dll files of html module, the portal show me this:
Error: Welcome To DotNetNuke® is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The type initializer for 'DotNetNuke.Modules.HTML.DataProvider' threw an exception. ---> System.TypeInitializationException: The type initializer for 'DotNetNuke.Modules.HTML.DataProvider' threw an exception. ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) at DotNetNuke.Modules.HTML.DataProvider.CreateProvider() at DotNetNuke.Modules.HTML.DataProvider..cctor() --- End of inner exception stack trace --- at DotNetNuke.Modules.HTML.DataProvider.Instance() at DotNetNuke.Modules.HTML.HtmlTextController.GetHtmlText(Int32 moduleId) at DotNetNuke.Modules.Html.HtmlModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace
SO i don't know what to do!!!!