Umbraco 6.1.2 : MVC - how to view error occurring at compile of Partial view?
Hello.
I have the following situation. I'm running an Umbraco 6.2, using MVC.
I've got one MacroPartial which doesn't seem to compile. It's fine in Visual Studio, but doesn't run on the website.
Since I'm using MVC, I can't use umbdebugshowtrace in the querystring and I'm not sure how to use the miniprofiler to get the information I need about the macropartial error?
So how do I go about this? How can I see what problem is occurring?
(Since the partial view does not compile, I can't debug either)
Umbraco 6.1.2 : MVC - how to view error occurring at compile of Partial view?
Hello.
I have the following situation. I'm running an Umbraco 6.2, using MVC.
I've got one MacroPartial which doesn't seem to compile. It's fine in Visual Studio, but doesn't run on the website.
Since I'm using MVC, I can't use umbdebugshowtrace in the querystring and I'm not sure how to use the miniprofiler to get the information I need about the macropartial error?
So how do I go about this? How can I see what problem is occurring?
(Since the partial view does not compile, I can't debug either)
I found a (relatively) good way for this problem.
There's a log file in APP_DATA\Logs\UmbracoTraceLog.txt. The error gets logged there.
Nevertheless, if anyone has any better ways of finding the error, please post.
is working on a reply...