SF 8.0 and enhancer.exe
I've upgraded a project from 5.x to 8.0. One problem I'm having is finding the right version of enhancer.exe and VEnhance.exe. The OpenAccess version is 2015.1.225.1.
I have the Standard Edition license for SF 8.0 and downloaded it with the Telerik Control Panel. But it does NOT install any version of the enhancer executables: enhancer.exe and VEnhance.exe.
My .csproj file has a line referencing the OpenAccess.targets file. This is needed in order for a dynamic module to work at run time. This reference causes a compile time error in SF 8.0.
Where can I get the enhancer executables?
Hello Steve,
In order to get the installed a versions of the enhancer you need to install/upgrade the DataAccess.Fluent package.
To do so you can add in the Package Manager Console (Tools > NuGetPackage Manager) in Visual Studio the following line:
Install-Package Telerik.DataAccess.Fluent -Version 2015.1.225.1
// or the version you need