I am also experiencing the same error, I can search it using the query string on the address bar but when I go to the search.aspx page, I got the same error. I tried to update the setting in ExamineSettings.config but after changing this, I can't even go to any page of my project. I can only use <ExamineSearchProvidersdefaultProvider="ExternalSearcher">. Any suggestions?
Error loading MacroEngine script (file: SearchResults.cshtml)
Hello,
I am following the search video tutorial and I'm getting this error on my search.aspx
Error loading MacroEngine script (file: SearchResults.cshtml)
Any help?
Thanks in advance
Seems the problem is with this line:
@{var results = ExamineManager.Instance.Search(searchTerm, true);}
Actually we figured it out
In the ExamineSettings.config we missed changing the defaultProvider
<ExamineSearchProviders defaultProvider="ClientWebsite_1Searcher">
I am also experiencing the same error, I can search it using the query string on the address bar but when I go to the search.aspx page, I got the same error. I tried to update the setting in ExamineSettings.config but after changing this, I can't even go to any page of my project. I can only use <ExamineSearchProvidersdefaultProvider="ExternalSearcher">. Any suggestions?
is working on a reply...