Hi, I have installed DotNetNuke 5.1 on localhost. The module installed with no errors. However I get the following error when attempting place the module on a page. The calandar is not displayed. Error: Events Calendar is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Hyper.Modules.CustomProperty, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Hyper.Modules.CustomProperty, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'Hyper.Modules.CustomProperty, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' at Hyper.Modules.EventsCalendar.ViewEventsCalendar.GetEventsCalendarData(Int32 y, Int32 m) at Hyper.Modules.EventsCalendar.ViewEventsCalendar.LoadCalendarControl() at Hyper.Modules.EventsCalendar.ViewEventsCalendar.Page_Load(Object sender, EventArgs e) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace --- Paul |