Old MojoPortal version in VS 2013.

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.
3/18/2014 3:57:37 AM
Gravatar
Total Posts 44
Regards, Dilip Wanave

Old MojoPortal version in VS 2013.

Hi every one,

For one the our old site we have mojoPortal version "2.3.7.2 MSSQL", when i open this code in VS2013 getting assembly loading error as follow:

"Could not load file or assembly 'System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"

I have checked for version of dll after successful build, i found version of the ddl was 2.0.20715.0.

So how can i resolve this issue and keep working old mojoPortal version code in VS2013?

Thanks,

Dilip

3/18/2014 9:17:32 AM
Gravatar
Total Posts 18439

Re: Old MojoPortal version in VS 2013.

mojoportal has never had a dependency on razor. I suggest remove any references to it form web.config if they exist and remove the dll from the bin folder

Note that mojoportal release packages do not contain any source code and are not really intended for use in visual studio.

See also:

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