Assembly not found Error.

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.
2/15/2005 1:47:02 PM
Gravatar
Total Posts 2
Imagination is better then Knowledge. -the stein

Re: Assembly not found Error.

Hi, i'm pretty new to ASP.NET so if the answer to this question is obvious I apologize. After I researched into the problem,? comparing code at msdn and reading, looking over the configuration file, and the directories I am still confused at how to fix this bug.

Anyways after installing the monoforge package of mojoportal on my monoforge site http://joey.monoforge.com/mojoportal, and then navigating to the site I get the following error.

Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.

Error message: Assembly mojoPortal.Web not found

File name: /home/joey/htdocs/mojoportal/Default.aspxLine: 1
Source Error:

Register TagPrefix="portal" Namespace="mojoPortal.Web" Assembly="mojoPortal.Web"
Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="mojoPortal.Web.SiteHome"


I have waited over 24 hours like the installation instructions suggested, and I am still receiving the same error.
Any Ideas ?
2/15/2005 3:00:53 PM
Gravatar
Total Posts 18439

Re: Assembly not found Error.

you are trying to use
http://joey.monoforge.com/mojoportal/

when you should be using
http://joey.monoforge.com

because that is how the application boundary is defined, it is looking for mojoPortal.Web.dll to be in the bin folder just below htdocs

you need to remove the page you have in htdocs and move all the contents from the mojoportal folder into the htdocs folder so it can find the dlls in the bin folder directly under htdocs

thats how my monoforge site is
http://mojoportal.monoforge.com

if you had more control over apache it would be possible to do it the way you are trying

Hope that helps,

Joe
2/15/2005 3:13:19 PM
Gravatar
Total Posts 2
Imagination is better then Knowledge. -the stein

Re: Assembly not found Error.

Yes that fixed the problem. Thank You !
You must sign in to post in the forums. This thread is closed to new posts.