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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
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
Did you visit the /Setup/Default.aspx page?
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!