Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.