problem with

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/31/2011 6:36:22 AM
Gravatar
Total Posts 122

problem with

hi Joe

I downloaded the newest version 2.3.6.4, in fulltrust, sql2008, net4.0 and received this error:

Riga 905:    <compilation defaultLanguage="C#" targetFramework="4.0">
Riga 906:      <assemblies>
Riga 907:        <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
Riga 908:        <!-- AJAX Extensions suport needed for WebPart drag and drop in non IE browsers -->
Riga 909:        <add assembly="Microsoft.Web.Preview, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

File di origine: c:\inetpub\wwwroot\mojoportal\web.config    Riga: 907

 

What can I do ??

bye bye

Michele from Rome

 

3/31/2011 7:27:07 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Re: problem with

Hi,

This error show for me too!

windows server 2003

asp.net 4

SQL Server 2005

FF 3.6

thanx!

3/31/2011 7:33:14 AM
Gravatar
Total Posts 18439

Re: problem with

Hi Guys,

I guess this error happens on machines where System.Web.Mvc.dll is not installed in the GAC (Global Assembly Cache). I've updated the release package to include the System.Web.Mvc.dll in the /bin folder. You can download it again from codeplex and add the new file to your /bin folder.

Also replace the mojoPortal.Web.dll with the new version for the problem on this thread.

Hope it helps,

Joe

3/31/2011 9:02:05 AM
Gravatar
Total Posts 122

Re: problem with

Great Joe !! now works...

thank you so much

Michele

3/31/2011 2:53:13 PM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Re: problem with

Hi,

Thanks Joe!!! it's work well.

Best for you

4/12/2011 6:05:05 AM
Gravatar
Total Posts 8

Re: problem with

Hi,

I've the same problem, but in my case I got an asp.net 3.5. So when I save the dlls into my Bin folder and I launch the setup I receive the error message:

"This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded"

Do you have an idea on how to solve this problem?

Thanx in advance to everybody!

Duccio

4/12/2011 6:12:34 AM
Gravatar
Total Posts 18439

Re: problem with

you should not copy dlls from the .NET 4 version of mojoPortal into an installation of mojoPortal that uses 3.5 .NET

The problem on this thread is not the same problem you were having. The problem on this thread was caused by the .NET 4 version of mojoPortal has a reference to System.Web.MVC and the dll was not present, but the .NET 3.5 version of mojoPortal has no reference to System.Web.MVC, so it cannot be the same problem.

So you may have had some other error that looked similar to you but it was not the same and you solved it wrong by thinking it was the same and now caused yourself a different error.

You should remove the System.Web.MVC.dll from the bin folder and restore the mojoPortal.Web.dll from the mojoPortal package for .NET 3.5. Then if you get an error you need to find out the detail and maybe then we can help.

Hope it helps,

Joe

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