November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Assembly assembly = Assembly.LoadFrom("MyAssembly.dll"); Version ver = assembly.GetName().Version;
This might work (have not tried myself)
Hi Henrik,
Thanks for your answer. I was hoping for a more build in way in the EPiServer framework. I guess they use some functionality to create the ClientResources URL.
Hi,
Is it possible to detect runtime which version of EPiServer.CMS.UI.Core that is installed? I want to programmatically create a VPP so I can override some of the files that located in the nuget package.