Hi, i am using Vorto with Ubmraco. I have custom SurfaceController and unfortunately SurfaceControllerusing Our.Umbraco.Vorto.Extensions; doesn't work here, i this got error :
the type or namespace our could not be found.
So i can not call GetVortoValue either, is there any solutions ?
Vorto in SurfaceController
Hi, i am using Vorto with Ubmraco. I have custom SurfaceController and unfortunately SurfaceController
using Our.Umbraco.Vorto.Extensions;
doesn't work here, i this got error :So i can not call
GetVortoValue
either, is there any solutions ?Do you have your surfacecontrollers in a separate project?
No i haven't, I solved problem by adding vorto Dll references in my project.
Solves problems, i hope this will help someone in future.
is working on a reply...