London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.