macro inside macro -> Cannot render a macro when there is no current PublishedContentRequest.
I'm trying to put Macro inside another macro,
and I get Error message from Umbraco(exactly from the line that I put RenderMacro) :
An error occured
Cannot render a macro when there is no current PublishedContentRequest.
Exception Details
System.InvalidOperationException: Cannot render a macro when there is no current PublishedContentRequest.
The question: what I need to do to render macro inside another macro"?
this is the Imporant parts of code of The CTAMacro that contain RenderMacro that calls "StartPracticingButton":
macro inside macro -> Cannot render a macro when there is no current PublishedContentRequest.
I'm trying to put Macro inside another macro, and I get Error message from Umbraco(exactly from the line that I put RenderMacro) :
The question: what I need to do to render macro inside another macro"?
this is the Imporant parts of code of The CTAMacro that contain RenderMacro that calls "StartPracticingButton":
////////////////////////HERE COME THE RENDERMACRO THAT GIVES THE ERROR:
is working on a reply...