A good way to find out what´s wrong with your Razor scripts is by enable the stacktrace on to dev environment. By doing this you get more infomation what is going wrong.
You can enable the stacktrace like this: Go to your webconfig find umbracoDebugMode and change it to true. After doing this you should be able to write someting like this: http://yourdomain.com/?umbDebugShowTrace=true. and maybe you can get an idea what´s wrong with your Razor script.
Remember when you launch the site then disable the debug mode by setting the "umbracoDebugMode" to false in web.config again.
Error loading MacroEngine script (file: NivoSlider.cshtml)
Hi,
I got when Error loading MacroEngine script (file: NivoSlider.cshtml) I run the page.
Can someone please help.
Thank you!
Did you ever get this worked out. I am running into the same issue.
I finally managed to get it to work.
Modified the macro installation package a bit... and using it with umbraco v4.11.3.1
Haven't tried with other versions though...
if you give me your email address, I can send the modified nivo macro installation to you. :)
Can you sent it to me?
Can you please send me information how you resolve the issue because I am getting the same error using Umbraco 6.1.6
Hi Thomas,
A good way to find out what´s wrong with your Razor scripts is by enable the stacktrace on to dev environment. By doing this you get more infomation what is going wrong.
You can enable the stacktrace like this: Go to your webconfig find umbracoDebugMode and change it to true. After doing this you should be able to write someting like this: http://yourdomain.com/?umbDebugShowTrace=true. and maybe you can get an idea what´s wrong with your Razor script.
Remember when you launch the site then disable the debug mode by setting the "umbracoDebugMode" to false in web.config again.
Hope it will help you solve the issue.
/Dennis
Unfortunately i have done that but i am ot getting any stack trace
is working on a reply...