locked
Plugin Version RRS feed

  • Question

  • 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!


    Murthy Puvvada
    Friday, October 8, 2010 12:43 AM

Answers

  • You can try to use System.Reflection

    Assembly.GetEntryAssembly().GetName().Version.ToString()

     


    regards,

    Toong Yang

    http://eastoceantechnical.blogspot.com/

    Friday, October 8, 2010 4:07 AM

All replies