mysql 2.2.1.8B method not found mojoPortal.Data.dbPortal.SiteSettings_Create

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.
7/3/2007 5:22:35 AM
Gravatar
Total Posts 22

mysql 2.2.2.8B method not found mojoPortal.Data.dbPortal.SiteSettings_Create

Hej

Can you please help me with this error message?

 

Method not found: 'Int32 mojoPortal.Data.dbPortal.SiteSettings_Create(System.Guid, System.String, System.String, System.String, System.String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, System.String, System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, Int32, System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, System.String, Boolean)'. at mojoPortal.Business.SiteSettings.Create() at mojoPortal.Business.SiteSettings.Save() at mojoPortal.Business.WebHelpers.mojoSetup.CreateInitialData() at mojoPortal.Web.UI.Pages.SetupHome.btnCreateInitialData_Click(Object sender, EventArgs e)

Trying to setup a new msql 2.2.2.8b
Have created a new database and copyed all 2.2.2.8 web and 2.2.2.8b mysql to the webhost.

 

/Version  corrected

Regards

Tommy

7/3/2007 8:31:25 AM
Gravatar
Total Posts 18439

Re: mysql 2.2.1.8B method not found mojoPortal.Data.dbPortal.SiteSettings_Create

Hi Tommy,

I don't know how that error could happen if you copied all the files to the server correctly. That method does exist in mojoPortal.Data.dll and other users have reported success using those files.

Joe

7/3/2007 9:34:08 AM
Gravatar
Total Posts 22

Re: mysql 2.2.2.8B method not found mojoPortal.Data.dbPortal.SiteSettings_Create

Hej

OK.

I have copyed msql 2.2.2.8B to the bin folder again and got a overwrite varning.
So the dll file exist.

The database is empty and all web file newly copyed.
The site ask for permision to create a new site and when I click the button I get the error message.

Strange. No changes made in 2.2.2.8B? Did not find any release notes.

Regards

Tommy

7/3/2007 11:17:34 AM
Gravatar
Total Posts 18439

Re: mysql 2.2.1.8B method not found mojoPortal.Data.dbPortal.SiteSettings_Create

Is this an upgrade or a clean install?

It looks like you don't have the right version of mojoPortal.Business.dll

because the error message shows the method signature:

mojoPortal.Data.dbPortal.SiteSettings_Create(System.Guid, System.String, System.String, System.String, System.String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, System.String, System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, Int32, System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, System.String, Boolean)

but the correct signature is like this:

mojoPortal.Data.dbPortal.SiteSettings_Create(System.Guid, System.String, System.String, System.String, System.String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, System.String, System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, Int32, System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, System.String, Boolean, System.String)

Note one more string at the end of the method signature.

Joe

7/3/2007 1:10:39 PM
Gravatar
Total Posts 22

Re: mysql 2.2.1.8B method not found mojoPortal.Data.dbPortal.SiteSettings_Create

Hmmm

Looks like wrong version
Installed - 1.0.2669.15244 
Download - 1.0.2719.17581

I am having problem with an upgrade so I deleted everything including the database but you never know what the webhost do :-)
Some files can be lookt but it lookt like the bin catalog was removed :-)
Well I try again. 

Regards
Tommy

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