This question is locked. New answers and comments are not allowed.
Hi,
yeasterday I install new version of OpenAccess (2012.1.329.1). I had previous version before and it was woking fine. After I did all preparations (copy file to OpenAccessAssemblies directory, edit csproj file, replace references, ...) I cannot build my project any more.
Error I'm getting is:
OpenAccess.targets file points to a wrong enhancer location (c:\Program Files\Telerik\OpenAccess ORM\sdk\enhancer.exe). Please correct the setting located top in 'C:\Program Files (x86)\MSBuild\OpenAccess.targets' and restart Visual Studio.
I double check everything and I have done like its stated here.
In my OpenAccessAssemblies, OpenAccess.targets existas and its changed acoording to mentioned article.
If I dont use this approach to have different version in project, everything is working fine.
yeasterday I install new version of OpenAccess (2012.1.329.1). I had previous version before and it was woking fine. After I did all preparations (copy file to OpenAccessAssemblies directory, edit csproj file, replace references, ...) I cannot build my project any more.
Error I'm getting is:
OpenAccess.targets file points to a wrong enhancer location (c:\Program Files\Telerik\OpenAccess ORM\sdk\enhancer.exe). Please correct the setting located top in 'C:\Program Files (x86)\MSBuild\OpenAccess.targets' and restart Visual Studio.
I double check everything and I have done like its stated here.
In my OpenAccessAssemblies, OpenAccess.targets existas and its changed acoording to mentioned article.
<PropertyGroup> <UseOpenAccessTargets Condition="'$(UseOpenAccessTargets)'==''">true</UseOpenAccessTargets> <OpenAccessPath Condition="'$(OpenAccessPath)'==''">OpenAccessAssemblies</OpenAccessPath> <EnhancerAssembly>enhancer.exe</EnhancerAssembly></PropertyGroup>If I dont use this approach to have different version in project, everything is working fine.