November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
It should be in the EPiServer.Find.Framework assembly, in the EPiServer.Find.Framework.Statistics namespace.
Hi,
I'm looking in packages\EPiServer.Find.11.1.2.4113\lib\net45\EPiServer.Find.dll installed by NuGet
That namespace doesn't exist. This is from http://nuget.episerver.com/feed/packages.svc/
Thanks
Gordon
Hi,
I've installed EPiServer.Framework.9.7.2 and am still struggling to find the namespace.
THanks
Gordon
Make sure you also have the "EPiServer.Find.Framework" - https://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.Find.Framework
Actually, I was a bit too premature, it compiled but doesn't run. It's missing a reference to
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in EPiServer.Find.Framework.dll
Additional information: Could not load file or assembly 'EPiServer.Find.Statistics, Version=11.1.2.4113, Culture=neutral, PublicKeyToken=8fe83dea738b45b7' or one of its dependencies. The system cannot find the file specified.
I can't see anything likely in the nuget repo, can you advise
Ah. It's in the EPiServer.Find.Cms package: https://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.Find.CMS
Hi,
I've added that package now and when I run I get the error:
An exception of type 'StructureMap.StructureMapConfigurationException' occurred in StructureMap.dll but was not handled in user code Additional information: No default Instance is registered and cannot be automatically determined for type 'EPiServer.Find.Framework.Statistics.IStatisticTagsHelper'
Without the Track() call it works fine.
Cheers
Gordon
I'm trying to get the autocomplete suggestions working.
When I do a query from C# I do the following:
According to various bits of documentation, I'm supposed to add .Track() to the query but can't find it in the assemblies. I've added Episerver.Find and EpiServer.Framework using the instructions on here http://find.episerver.com/MyServices/Download
Where is the latest documentation on the C# API? It seems inconsistent/incorrect.
Thanks
Gordon