Event Calendar Pro 1-9 Update error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/14/2009 12:44:20 PM
Gravatar
Total Posts 55

Event Calendar Pro 1-9 Update error

Loaded new version of Event Calendar Pro 1-9. An existing calendar is throwing up exception page. The log entry is below. I am configured for SQL not MySQL, so that is confusing to me. -- Derek

2009-10-14 13:35:48,556 ERROR mojoPortal.Web.Global - 10.8.32.217-en-US - /crs-calendars.aspx

System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.0.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

File name: 'MySql.Data, Version=6.0.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'

at sts.Events.Data.DBEvents.GetEventsTable(Int32 moduleId, DateTime beginDate, DateTime endDate)

at sts.Business.EventCalendar.GetEventsTable(Int32 moduleId, DateTime beginDate, DateTime endDate)

at sts.Events.Web.UI.WeekView.PopulateControls()

at sts.Events.Web.UI.WeekView.Page_Load(Object sender, EventArgs e)

at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)

at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)

at System.Web.UI.Control.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

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].

10/14/2009 12:54:35 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro 1-9 Update error

Hi Derek,

This seems to be a packaging error. You can easly fix this by copying the sts.Events.Data.dll from the /DataLayers/mssql folder of the package into your /bin folder.

I will fix the package right now so it has the ms sql version by default.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.