Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Have you signed up here http://find.episerver.com/ and created a development index? You need to specify that index in your web.config. When you have created an index you will get information about what to put in your web.config.
Hi.
I created empty episerver project. And set up in it Episerver.Find from nuget (latest verison )
<packages> <package id="EPiServer.CMS.Core" version="7.0.586.8" targetFramework="net45" /> <package id="EPiServer.Find" version="7.0.586.8" targetFramework="net45" /> <package id="EPiServer.Find.Cms" version="7.0.586.8" targetFramework="net45" /> <package id="EPiServer.Find.Framework" version="7.0.586.8" targetFramework="net45" /> <package id="EPiServer.Framework" version="7.0.859.8" targetFramework="net45" /> <package id="Newtonsoft.Json" version="4.5.11" targetFramework="net45" /> </packages>
so, when I start project, it's fail with exception
The serviceUrl cannot be empty
What's the problem ?
Thanks in advance