Hi DW!
I have run into a problem after upgrading to DW9.5. (I dont know if 9.5 is the actual problem, but maybe you can lead me in the right direction).
I have a TranslationHelper method, that does something like the following
var paragraph = _dwParagraphService.GetParagraph(paragraphId);
var pageView = Dynamicweb.Frontend.PageView.GetPageviewByPageID(paragraph.PageID);
Dynamicweb.Rendering.Translation.Translation.GetTranslation("SomeTranslation", pageView.Layout.Design)
For some reason Layout is null in pageView.Layout, which causes an exception, and im quite stuck on where to look.
Hope you can help :)
BR Ronni