Something wrong in workingwith the mojoPortal Visual Studio Solution

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.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

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.

This thread is closed to new posts. You must sign in to post in the forums.
5/5/2009 12:01:27 AM
Gravatar
Total Posts 16

Something wrong in workingwith the mojoPortal Visual Studio Solution

hi,Joe

  My operation is Windows Xp,I use the MSSQL and the VS2008, The mojoportal version is 2-3-0-1.

  I use the VS2008 open the 2-3-0-1 sourcecode, first modify the web.config and the user.config.Then "F5" to starting debuging. And the errors like as follows:
 

Server Error in '/' Application.
--------------------------------------------------------------------------------

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 'Subkismet' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 783: <add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
Line 784: -->
Line 785: <add verb="*" path="*CaptchaImage.ashx" type="Subkismet.Captcha.CaptchaImageHandler, Subkismet" />
Line 786: <add verb="*" path="*thumbnailservice.ashx" type="mojoPortal.Web.Controls.Album, mojoPortal.Web.Controls" />
Line 787: <add verb="*" path="*scripthandler.ashx" type="mojoPortal.Web.Framework.ScriptHandler, mojoPortal.Web.Framework" />
 

Source File: F:\Mojoportal-2-3-0-1-sourcecode\sourcecode\mojoportal\Web\web.config Line: 785
 

So can you give me some advice?

Thans very much.

5/5/2009 6:06:04 AM
Gravatar
Total Posts 18439

Re: Something wrong in workingwith the mojoPortal Visual Studio Solution

Before you try debugging you need to do Rebuild Solution. Lots of features and files are in separate projects and the get copied up to the web project by post build events, so you need to do a full build at least once before you start debugging. 

Hope it helps,

Joe

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