I'm trying UmbracoForms, and i'm currently stuck with this :
I really don't know what i'm missing so... Any help would be appreciated.
Thanks!
EDIT : to add more information to thepost. Thing is, it's actually working when I run the app locally. But when the rest of the team clones the project, it does not work for them
Yep, this is not nuget installation, maybe you have no permission to write to bin folder?
please try run Health check (located in developer section).
You wrote "it's actually working when I run the app locally. But when the rest of the team clones the project, it does not work for them"
How you working with your team? in Visual Studio ? You simply install Umbraco Forms via nuget and all team will all needed files
UmbracoForms RenderAction error
Hello there !
I'm trying UmbracoForms, and i'm currently stuck with this :
I really don't know what i'm missing so... Any help would be appreciated.
Thanks!
EDIT : to add more information to thepost. Thing is, it's actually working when I run the app locally. But when the rest of the team clones the project, it does not work for them
j0w
Looks like Umbraco Forms dlls are missing in bin folder, please copy them to bin folder, if you install via NUGET, please build project
Well, thanks for you time Yakov !
I installed umbracoForms by clicking on the install button in umbraco backoffice. So, I guess it's not a NuGet package right?
Question is now : where do I find those DLLs to copy them into the bin folder?...
Yep, this is not nuget installation, maybe you have no permission to write to bin folder? please try run Health check (located in developer section).
You wrote
"it's actually working when I run the app locally. But when the rest of the team clones the project, it does not work for them"
How you working with your team? in Visual Studio ? You simply install Umbraco Forms via nuget and all team will all needed filesI did a Health check as you mentioned. I have a few errors but when it goes to permissions, everything is fine...
All the team works with visual studio 2017, and we share the code via GIT. So, if I install the NuGet packages, it will work fine for everyone?
Yep, nuget doing a good job :)
Just tried and... it WORKS ! Yay ! Thanks a lot Yakov !
is working on a reply...