Steroid FileUpload issue : No provider found with id '3e170f26-1fcb-4f60-b5d2-1aa2723528fd'
Hello there, Umbracommunity !
i've recently installed Umbraco Forms on Perplex Steroids in order to use the new file upload provided.
When I run the app on my own PC on local, everything works fine. But if any of my colleagues try to clone the project from git, it throxs an error on the form page : [macroErrorLoadingPartialView]
I've tyr to check different things but it seems that the error comes from the File Upload field provided by Perplex Steroids
I've got this type of error :
No provider found with id '3e170f26-1fcb-4f60-b5d2-1aa2723528fd'
Sounds like the DLL containing our custom field types might not be commited to your Git repo, so colleagues cloning the repo do not have the DLL (= bin/Perplex.Umbraco.Forms.dll). As the package is unfortunately not in NuGet, it will not be restored automatically so this file has to be committed to Git.
Steroid FileUpload issue : No provider found with id '3e170f26-1fcb-4f60-b5d2-1aa2723528fd'
Hello there, Umbracommunity !
i've recently installed Umbraco Forms on Perplex Steroids in order to use the new file upload provided.
When I run the app on my own PC on local, everything works fine. But if any of my colleagues try to clone the project from git, it throxs an error on the form page : [macroErrorLoadingPartialView]
I've tyr to check different things but it seems that the error comes from the File Upload field provided by Perplex Steroids
I've got this type of error :
No provider found with id '3e170f26-1fcb-4f60-b5d2-1aa2723528fd'
Any clue? :S
Hey Fant0hm,
Sounds like the DLL containing our custom field types might not be commited to your Git repo, so colleagues cloning the repo do not have the DLL (=
bin/Perplex.Umbraco.Forms.dll
). As the package is unfortunately not in NuGet, it will not be restored automatically so this file has to be committed to Git.Hello Daniel, thanks for you reply ! It helped. Now everything works fine : )
is working on a reply...