Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi,
I've upgraded my site to 2.3.8.5 (MySql , .Net 4.0) and some pages of my site do not load, it says
System.TypeLoadException: Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.4407.28913, Culture=neutral, PublicKeyToken=null'.at mojoPortal.Data.DBBlog.GetPage(Int32 moduleId, DateTime beginDate, DateTime currentTime, Int32 pageNumber, Int32 pageSize, Int32& totalPages)at mojoPortal.Business.Blog.GetPageDataSet(Int32 moduleId, DateTime beginDate, Int32 pageNumber, Int32 pageSize, Int32& totalPages)at mojoPortal.Web.BlogUI.PostList.BindBlogs()at mojoPortal.Web.BlogUI.PostList.Page_Load(Object sender, EventArgs e)at System.Web.UI.Control.OnLoad(EventArgs e)
What can be reason for this?
Thanks,
Victor
I suspect that package for my sql contain mojoportal.features.ui.dll instead of mojoportal.features.data.dll can.
Hi Victor,
You are right the MySql Data layer package had the wrong dll, I've updated it with the correct one.
Joe