Defining custom index content for smart search: Web Application

Sam Power asked on February 17, 2014 01:41

Hi, I have created a custom search index using the following instructions: http://devnet.kentico.com/docs/7_0/devguide/index.html?smart_search_defining_custom_index_content.htm When it comes to setting up the index in the site manager what assembly name should I use. Assembly name 'App_Code' is returning the following error 'App_Code class cannot be loaded because the OnGetCustomClass handler is not initialized.' . Assembly name 'CMSApp' produces a "Classname could not be found" error. What am I doing wrong in getting these things to tie together? Thanks in advance, Sam

Correct Answer

Sam Power answered on February 17, 2014 02:48

App_Code was the correct assembly. This was simply an issue with having a namespace on my ClassLoader class file which meant it wasn't being found by the CMSModuleLoader Attributes list.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.