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, running MP on Vista Ultimate with today's SVN version of the code and SQL Server as the db.
When I press play, I get the following error:
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'mojoPortal.Features.UI' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 791: <add verb="*" path="*.mml.ashx" type="mojoPortal.Web.Services.MathMLHandler, mojoPortal.Web" /> Line 792: <add verb="GET" path="TimelineData.ashx" type="TimelineNet.TimelineAjaxHandler, TimelineNet" /> Line 793: <add verb="*" path="*metaweblogapi.ashx" type="mojoPortal.Web.Services.Metaweblog.MetaWeblogger, mojoPortal.Features.UI" /> Line 794: Line 795: </httpHandlers>
Source File: C:\Users\David\Documents\Visual Studio 2008\Projects\mojoPortal\Web\web.config Line: 793
Assembly Load Trace: The following information can be helpful to determine why the assembly 'mojoPortal.Features.UI' could not be loaded.
Should I just comment this out of the web.config or will that break things?
Hi David,
Hope it helps,
Joe
oh, and make sure you are not using the mojoportal-core.sln, you should use either the mojoportal-complete.sln or mojoportal-complete-without-silverlight.sln
hey Joe,
When I tried, I had done what you said. Only difference is I reused my release install db. Still went to setup/default.aspx to get the upgrades. Commented out the offending code and have not had issue as of yet.
This was my problem as well. Simple fix, just rebuild all before pressing play.
http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=3&thread=2883
Probably should read the install docs, but what fun is that?