DNN-Forum

You do not need to register to post your questions or comments so fire away !!
Topics related to Dnn only please.

HTML module error after upgrade
Last Post 14 Jul 2011 10:34 PM by windows7keys. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
Author Messages
Pupilo
Basic Member
Basic Member
Posts:289

--
24 Jul 2009 12:26 PM QuoteQuote ReplyReply  

So i just upgraded my DNN to 5.1 but now my HTML/TEXT module is messed up. Inside the container I am getting the following error displayed:

DotNetNuke.Services.Exceptions.ModuleLoadException: C:\DotNetNuke_4.7.0\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. ---> System.Web.HttpCompileException: C:\DotNetNuke_4.7.0\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

These are the log entries:

AssemblyVersion: 5.1.0
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /Install/Install.aspx?mode=upgrade
AbsoluteURL: /Install/Install.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MS-RTC LM 8)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 27d59de1-6141-4f97-98a6-b092852d8683
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Services.Upgrade.Upgrade.RemoveModule
StackTrace:
Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Upgrade.Upgrade.RemoveModule(String DesktopModuleName, String TabName, Int32 ParentId, Boolean TabRemove) at DotNetNuke.Services.Upgrade.Upgrade.RemoveCoreModule(String DesktopModuleName, String ParentTabName, String TabName, Boolean TabRemove) at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication()
Source:

ModuleId: 1374
ModuleDefId: 99
FriendlyName: About Us
ModuleControlSource: DesktopModules/HTML/HtmlModule.ascx
AssemblyVersion: 5.1.0
PortalID: 24
PortalName: CRM Solutions, Inc.
UserID: 46
UserName: perez
ActiveTabID: 493
ActiveTabName: Home
RawURL: /Home/tabid/493/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MS-RTC LM 8)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ff51e783-8ed0-4e14-98fe-9afec63be6cb
InnerException: C:\DotNetNuke_4.7.0\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.CompileWebFile
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: C:\DotNetNuke_4.7.0\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. ---> System.Web.HttpCompileException: C:\DotNetNuke_4.7.0\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
 

Everything else seems to be fine. The only issue I had while upgrading was the sqlprovider but its a known issue and its supose to be functional without it. Would appreciate your help with this matter.

Matt
Basic Member
Basic Member
Posts:289

--
08 Sep 2009 01:22 AM QuoteQuote ReplyReply  
Hi
did you try to upload/install the txt/html module aggain.
I had similar problem and it worked.
You can get the latest version of the module from DotNetNuke site.
Windows 7 Key
Basic Member
Basic Member
Posts:289

--
06 Jul 2011 10:21 PM QuoteQuote ReplyReply  
zlj Needs of the social customer,Windows 7 Ultimate activation Key, be more collaborative,Office Professional 2007 Key, for creating governance models, facilitate best practice sharing,Office 2010 activation, the business units (product organizations, customer support,Office Professional 2007 Key, are responsible for the execution of social media programs,Microsoft Office 2010 Key, leveraging best practices, strategic support and guidance from the COE.
windows7keys
New Member
New Member
Posts:52

--
14 Jul 2011 10:34 PM QuoteQuote ReplyReply  


Insoftwarekey mainly engaged in sales of Windows 7 key, Office 2010 product key.... All products are fully authorized by Microsoft directly. In the online store to buy products you will be very convenient, fast! Within 4 hours, Products Key and Download URL will be Sent to you . You will have a very comfortable shopping experience! Our product line is very rich, you will have more shopping choices.The following is a list of products:





Windows 7 Product Key(Shopping by Recommended Products: Windows 7 Professional,Windows 7 Ultimate), Office 2010 Key(Shopping by Recommended Products:Office Professional Plus 2010,Office 2010 Standard),Office 2007 Key ,

Windows Server 2008 Key (Shopping by Recommended Products:Windows Home Server with Power Pack 1,Microsoft Windows Server 2008 R2 Standard (5 Client),Microsoft Windows Small Business Server 2011 Standard 64-bit, ), Windows Server 2003 Key , Windows Vista Key , Windows XP Key , Office Visio Key , Office Project Key , Office 2011 for MAC Key(Shopping by Recommended Products: Office for Mac Home and Business 2011),Windows 7 Anytime Upgrade, etc.


Note:This Key not use OEM or Trial system . Because it's Retail Key. So you need to install the retail software .If you need software download link,Please click here. Windows 7 download,Office 2007 download,Office 2010 download...


Other keywords: Office 2007 key , Office 2010 Product Key ,Office 2010 Key,Windows 7 Serial



windows 7 key Store will look forward to your Purchase, and provide quality service!
windowsnewsblog.com




Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
CAPTCHA image
Enter the code shown above in the box below

Submit
Active Forums 4.1

DNN Forum New Posts

I have another application that I want to feed info to. From a DNN site.  The DNN site pag...
Number of replies: 1
I am working in DNN 5.6.2 for the first time. I want to be able to create pages which have no n...
Number of replies: 1
I am working on a site in DNN for the first time. I am running 5.6.2 on IIS7 Windows 2008. I wo...
Number of replies: 1
Hi, I am looking for a DNN module that allows me to have a photo book for each user that logs i...
Number of replies: 0
I am wondering if there is anyway to integrate Catalook with Amazon and other similar affiliate...
Number of replies: 2
Hello, I need to know how to embed a video on a DNN website so that the video player is a pa...
Number of replies: 2
  SCENARIO. OS Win 2008 R2 IIS 7.5   Database  MS SQL 2008 Framework 2.0 ...
Number of replies: 3
I edited text field and now all portals are down - how do I fix? After editing 'terms of servic...
Number of replies: 1
 This is reaaally driving me nuts. I thought it had something to do with me changing the p...
Number of replies: 1
Hi, I need to find solution to replace text/html across the portal. I used a module form Iowa C...
Number of replies: 2