when new release ?

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.
6/19/2023 11:48:40 AM
Gravatar
Total Posts 2249

Re: when new release ?

Hi Guruprasad,

Thank you for kind words and continued support of the mojoPortal project.

We're aiming to get mojoPortal to the latest .net framework. It's a very big project with a lot of features out of the box. We are contemplating dropping some features just to make the port a little easier. The Survey, Poll, and RSS Feed Manager would likely be dropped.

Anyone interested in helping out with this transition should just post in the forums or send us a note using the contact page. 

Thanks,
Joe

6/20/2023 1:12:30 PM
Gravatar
Total Posts 162

error tryng 2.9

Could not load file or assembly 'Google.Protobuf' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

6/20/2023 3:54:12 PM
Gravatar
Total Posts 2249

Re: when new release ?

Hi Massi,

You'll need to post more of the log than that and some details about the site like the database platform and a list of all installed plugins.

It would be best to create a new thread as well.

Thank you,
Joe

7/24/2023 3:37:57 PM
Gravatar
Total Posts 2249

Re: when new release ?

For anyone else running into this. Remove the following from your web.config.

<dependentAssembly>
  <assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
  <bindingRedirect oldVersion="0.0.0.0-3.21.9.0" newVersion="3.21.9.0" />
</dependentAssembly>
You must sign in to post in the forums. This thread is closed to new posts.