error at first time open site

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.
8/8/2014 4:44:27 PM
Gravatar
Total Posts 159

error at first time open site

every first time open a site obtain this error. at reload ..  no error :

 

Errore server nell'applicazione '/website'.

Impossibile caricare il tipo 'System.Runtime.CompilerServices.ExtensionAttribute' dall'assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere la traccia dello stack.

Dettagli eccezione: System.TypeLoadException: Impossibile caricare il tipo 'System.Runtime.CompilerServices.ExtensionAttribute' dall'assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

 

 

running last release of mojoportal on   NET 4.0  (aruba)

 

 

8/9/2014 8:40:37 AM
Gravatar
Total Posts 18439

Re: error at first time open site

This kind of error can happen when the code is compiled for .NET 4.5 but deployed under .NET 4.0.

We have a separate download for this release that has replacement files for .NET 4. You should use this package to replace the /bin folder and Web.config file with versions that are compiled for .NET 4, or ask your host to upgrade to .NET 4.5

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