Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsError after upgrade from 5.0.3 to 5.1.4!Error after upgrade from 5.0.3 to 5.1.4!
Previous
 
Next
New Post
10/5/2010 3:43 AM
 
I get this errormessage in the logs after upgrading from 5.0.3 to 5.1.4 on a DNN 5.2.2 site:
ModuleId: 708
ModuleDefId: 106
FriendlyName: Aktiviteter
ModuleControlSource: DesktopModules/Events/Events.ascx
AssemblyVersion: 5.2.2
PortalID: 1
PortalName: Svenskt Marintekniskt Forum
UserID: 17
UserName: jivanoff
ActiveTabID: 128
ActiveTabName: Aktiviteter
RawURL: /sv/Aktiviteter/tabid/128/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.smtf.se/LoggaIn/tabid/152/Default.aspx?returnurl=%2fsv%2fAktiviteter%2ftabid%2f128%2fDefault.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 (.NET CLR 3.5.30729)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 6e3c0313-97a0-4805-9873-0bc5743bf477
InnerException: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\cf9a1a8d\befe4760\App_Web_events.ascx.1cabaa39.keu1mehj.0.vb(53): error BC32206: The project currently contains references to more than one version of DotNetNuke, a direct reference to version 5.2.2.73 and an indirect reference (through 'DotNetNuke.Modules.Events.Events') to version 5.2.3.74. Change the direct reference to use version 5.2.3.74 (or higher) of DotNetNuke.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.PostProcessFoundBuildResult
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\cf9a1a8d\befe4760\App_Web_events.ascx.1cabaa39.keu1mehj.0.vb(53): error BC32206: The project currently contains references to more than one version of DotNetNuke, a direct reference to version 5.2.2.73 and an indirect reference (through 'DotNetNuke.Modules.Events.Events') to version 5.2.3.74. Change the direct reference to use version 5.2.3.74 (or higher) of DotNetNuke. ---> System.Web.HttpCompileException: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\cf9a1a8d\befe4760\App_Web_events.ascx.1cabaa39.keu1mehj.0.vb(53): error BC32206: The project currently contains references to more than one version of DotNetNuke, a direct reference to version 5.2.2.73 and an indirect reference (through 'DotNetNuke.Modules.Events.Events') to version 5.2.3.74. Change the direct reference to use version 5.2.3.74 (or higher) of DotNetNuke. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) 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.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Source:
Server Name: WEBSERV08

How do I get it to work again?
Best Regards
Jari Ivanoff
 
New Post
10/5/2010 3:53 AM
 
I would recommend looking at upgrading to DNN 5.5.1

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
10/5/2010 3:55 AM
 
hm, it looks like Events module has been compiled against DNN 5.2.3 instead of 5.2.0 as stated. You need either upgrade you DNN to 5.2.3 at least or recompile DNNEvents source against your DNN version.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/5/2010 4:00 AM
 
Due to an error in the 5.1.4 build process, it requires DNN 5.2.3 at a minimum. You have two choices, upgrade to DNN 5.2.3, or install the Events 5.1.5 Release Candidate. The Events RC is a bug fix release (for this bug amongst other) which would be worth upgrading to anyway.

Cheers
Roger

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
10/5/2010 4:01 AM
 
Yes, that is in the pipeline but I can't to that immediately, depending on other modules not yet supporting 5.5.1, so how do I fix this for now?
I just tested the upgrade on a 5.5.1 installation and it went perfectly.
The Events 5.1.4 has a minimum version for DNN set to 5.2.0 so I assume that it has been tested and verified for 5.2.0 which should make it OK for my 5.2.2??
/Jari
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsError after upgrade from 5.0.3 to 5.1.4!Error after upgrade from 5.0.3 to 5.1.4!


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out