Could not load file or assembly

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/26/2014 7:13:36 PM
Gravatar
Total Posts 4

Could not load file or assembly

Dear Joe,

I mojoportal new research,
I watch the video tutorial here mojoportal development (http://www.mojoportal.com/dev-series-11-using-the-setup-system-to-run-upgrade-scripts.aspx), and I created the project acame.Web.UI as seen on the video.
Up to 11 video." Using The Setup System to Run Upgrade Scripts" website after execution, I get the error message "

Server Error in '/' Application.

Could not load file or assembly 'acame.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'acame.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Source Error:
 

Line 339: try Line 340: { Line 341: Control c = Page.LoadControl("~/" + module.ControlSource); Line 342: if (c == null) { continue; }

 

Currently I use the latest version mojoportal
I module programming on visual studio 2010. Net Framework 4.0, SQL Server 2008 R2

Please help me on error correction.

Thanks,

2/26/2014 9:27:06 PM
Gravatar
Total Posts 4

Re: Could not load file or assembly

Hi Joe,

I'm fixed my problem.

Thanks,

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