Hi,
When executing a plugin I would like to add the plugin version # to the InvalidPluginExecutionException message. Is there any way to get the version of the plugin fired using the IPluginExecution context or querying the db?
Thanks & Cheers!
You can try to use System.Reflection
Assembly.GetEntryAssembly().GetName().Version.ToString()
regards,
Toong Yang
http://eastoceantechnical.blogspot.com/