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 ForumsEventsEventsModule Load Exception - This Project references a prior version of DotNetNukeModule Load Exception - This Project references a prior version of DotNetNuke
Previous
 
Next
New Post
11/16/2008 7:24 AM
 

Hello there events calendar crew,

I've recently moved my portal to a new 64bit IIS 7.0 server and promptly found that the events module is throwing the exception pasted below. It only does this in Calendar view. Week and list views are fine.

Any advice on a solution is much appreciated.

Actually.. I've just noticed that the RawURL appears to have picked up one of my language file changes in place of 'desktopmodules'. I've never seen that before, but the path shown is incorrect because of it. Is that possibly the cause of the error or is it just doing that because it is displaying an error message in the event viewer? 

The actual error message seems to indicate framework mismatch or something. (note that the domain.com is inserted afterwards)

    11/16/2008 6:11:31 AM   Module Load Exception       ModuleId: 2771; ModuleDefId: 458; FriendlyName ...
ModuleId: 2771
ModuleDefId: 458
FriendlyName: Events Calendar
ModuleControlSource: DesktopModules/Events/Events.ascx
AssemblyVersion: 04.09.00
PortalID: 26
PortalName: Synergy IT
UserID: -1
UserName:
ActiveTabID: 929
ActiveTabName: Events
RawURL: /Webbits/Events/tabid/929/ModuleID/2771/mctl/EventMonth/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://domain.com/Webbits/Events/tabid/929/ModuleID/2771/mctl/EventWeek/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; FDM; .NET CLR 3.5.21022)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: cb114720-2a34-4952-84cc-847c6bfb6694
InnerException: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c35bf498\571fd606\App_Web_eventmonth.ascx.1cabaa39.uklojzqo.0.vb(444): error BC32206: Indirect reference is being made to assembly DotNetNuke.Events.WebControls version 4.0.2.27558, which contains 'DotNetNuke.Modules.Events.EventMonth.EventCalendar'. This Project references a prior version of DotNetNuke.Events.WebControls version 4.0.1.25579. To use 'DotNetNuke.Modules.Events.EventMonth.EventCalendar', you must replace the reference to DotNetNuke.Events.WebControls with version 4.0.2.27558 or higher.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.AssemblyBuilder.Compile
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c35bf498\571fd606\App_Web_eventmonth.ascx.1cabaa39.uklojzqo.0.vb(444): error BC32206: Indirect reference is being made to assembly DotNetNuke.Events.WebControls version 4.0.2.27558, which contains 'DotNetNuke.Modules.Events.EventMonth.EventCalendar'. This Project references a prior version of DotNetNuke.Events.WebControls version 4.0.1.25579. To use 'DotNetNuke.Modules.Events.EventMonth.EventCalendar', you must replace the reference to DotNetNuke.Events.WebControls with version 4.0.2.27558 or higher. ---> System.Web.HttpCompileException: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c35bf498\571fd606\App_Web_eventmonth.ascx.1cabaa39.uklojzqo.0.vb(444): error BC32206: Indirect reference is being made to assembly DotNetNuke.Events.WebControls version 4.0.2.27558, which contains 'DotNetNuke.Modules.Events.EventMonth.EventCalendar'. This Project references a prior version of DotNetNuke.Events.WebControls version 4.0.1.25579. To use 'DotNetNuke.Modules.Events.EventMonth.EventCalendar', you must replace the reference to DotNetNuke.Events.WebControls with version 4.0.2.27558 or higher. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 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.Modules.Events.Events.LoadModuleControl() --- End of inner exception stack trace ---
Source:
Server Name: SV2900

 
New Post
11/16/2008 10:38 AM
 

Hi,

Not sure what you mean about the RawURL, it looks fine to me...

I think there is something wrong with your install of the module. I think you either have version 4.0.2 of dotnetnuke.modules.events.dll and 4.0.1 of dotnetnuke.events.webcontrols.dll or vice versa. I suspect the former is true. I would suggest re-installing 4.0.2 of the module from a fresh download of the module.

Hope this helps.
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
11/16/2008 5:54 PM
 

Thanks for the reply Roger,

I'll try reinstalling it this evening and update the thread here.

Just for interest, I've just noticed someone else the same issue here: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/-1/threadid/241758/scope/posts/Default.aspx

Rob

 
New Post
11/17/2008 2:41 AM
 

Ok, I downloaded a fresh copy, reinstalled it and the error has gone away.

Good stuff :)

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsModule Load Exception - This Project references a prior version of DotNetNukeModule Load Exception - This Project references a prior version of DotNetNuke


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