Hi all wonder if someone can help. I've just upgraded to the latest version of Umbraco, 7.1.3 and installed the latest version of Contour 3.0.21 and I get the following error message: Error loading MacroEngine script (file: MvcRenderContourForm.cshtml).
The strange thing, is that when running the project locally though visual studio, the forms render fine, however as soon as I try to view the forms on the dev server, I get this error message. Just to add everything was working fine, both locally and on the dev server before I did the upgrade. Any ideas?
Have you deployed all Umbraco files after your upgrade was done? Think you should double check that since the error you mention seems to be pre 7.1.3, which should fix it.
Hi Jan, yes you were correct. I did the upgrade through NuGet and it looks like I had not included MvcRenderContourForm.cshtml in my project so it did not get deployed.
Error loading MacroEngine script (file: MvcRenderContourForm.cshtml)
Hi all wonder if someone can help. I've just upgraded to the latest version of Umbraco, 7.1.3 and installed the latest version of Contour 3.0.21 and I get the following error message: Error loading MacroEngine script (file: MvcRenderContourForm.cshtml).
The strange thing, is that when running the project locally though visual studio, the forms render fine, however as soon as I try to view the forms on the dev server, I get this error message. Just to add everything was working fine, both locally and on the dev server before I did the upgrade. Any ideas?
Hi Vincent
Have you deployed all Umbraco files after your upgrade was done? Think you should double check that since the error you mention seems to be pre 7.1.3, which should fix it.
Hope this helps.
/Jan
Hi Jan, yes you were correct. I did the upgrade through NuGet and it looks like I had not included MvcRenderContourForm.cshtml in my project so it did not get deployed.
Hi Vincent
Glad to hear you got it solved and thank you very much for sharing what was missing so others might benefit from this as well.
Cheers, Jan
is working on a reply...