System.IndexOutOfRangeException: EmailChangeGuid during ~/setup/

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.
4/13/2010 9:31:32 AM
Gravatar
Total Posts 13

System.IndexOutOfRangeException: EmailChangeGuid during ~/setup/

Trying to upgrade, getting the following error.  Don't know enough of mojoPortal to diagnose.

Any ideas?

Server Error in '/' Application.
EmailChangeGuid
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: EmailChangeGuid

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[IndexOutOfRangeException: EmailChangeGuid]
System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +2674398
System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +249
System.Data.SqlClient.SqlDataReader.get_Item(String name) +23
mojoPortal.Business.SiteUser.GetUser(IDataReader reader) +4382
mojoPortal.Business.SiteUser.GetUser(String loginInfo) +134
mojoPortal.Business.SiteUser..ctor(SiteSettings settings, String login) +1183
mojoPortal.Web.SiteUtils.GetCurrentSiteUser(Boolean bypassAuthCheck) +311
mojoPortal.Web.SiteUtils.TrackUserActivity() +760
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171


Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016

4/13/2010 9:49:09 AM
Gravatar
Total Posts 18439

Re: System.IndexOutOfRangeException: EmailChangeGuid during ~/setup/

Did you visit the /Setup/Default.aspx page?

4/13/2010 10:00:30 AM
Gravatar
Total Posts 13

Re: System.IndexOutOfRangeException: EmailChangeGuid during ~/setup/

That was it.  My bad, I thought that the folder default file - I didn't know what it would be for sure - would be assumed by IIS.  Good tip.  Works now, thanks!

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