Developer forum

Forum » Development » ModuleLightMicro15Access

ModuleLightMicro15Access


Reply

Hi all,

 

I just finished my first dynamic web installation.

I use:

- application files of version 18.16.1.12

- sql database (i used the defaultemptydata.bak)

- in the database I have set all modules to true.

 

I am able to connect to the admin, but i have below error in the Module tab.

What is going wrong?

 

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: ModuleLightMicro15Access

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: ModuleLightMicro15Access]
   System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +1433771
   System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +102
   System.Data.SqlClient.SqlDataReader.get_Item(String name) +12
   Dynamicweb.Admin.Modules.GetDynamicwebType(IDataReader& dr) +5655
   Dynamicweb.Admin.Modules.GetModules() +850
   Dynamicweb.Admin.Modules.Page_Load(Object sender, EventArgs e) +268
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

Server Error in '/' Application.

ModuleLightMicro15Access

 


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi

 

It is due to a missing update to the database.

 

Go to /Files/Updates.xml, open it using notepad, change the number to 280, save the file. reset iis (IISRESET) and access the website again. Then this should disappear.

 

You must be logged in to post in the forum