Education Starter Kit doesn't work

Posted by Community Admin on 04-Aug-2018 06:23

Education Starter Kit doesn't work

All Replies

Posted by Community Admin on 07-Sep-2012 00:00

Hi,

I have downloaded the latest version of the SDK and I am attempting to install and run the Education Starter Kit however it does not work, I receive the following error in the browser:

Server Error in '/' Application.

Database mapped field does not exist.
Parameter name: methodCallExpression
Actual value was item.FieldValue("Title_en").

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.ArgumentOutOfRangeException: Database mapped field does not exist.
Parameter name: methodCallExpression
Actual value was item.FieldValue("Title_en").

Source Error:

Line 2152:            
Line 2153:                var whereClause = @"Title[""" + culture + @"""] == """ + imageName + @"""";
Line 2154:                Image image = librariesManager.GetImages().Where(whereClause).Where(i => i.Status == ContentLifecycleStatus.Master).SingleOrDefault();
Line 2155:
Line 2156:                if (image != null)

This is a clean install from the SDK Browser using an SQL 2008 R2 database (hosted on an Windows 7 X64 dev machine).

Thanks in advance, T

Posted by Community Admin on 28-Sep-2012 00:00

still not working

This thread is closed