R – How to get the product version for the Silverlight program

silverlight-2.0

In Winforms I would use Application.ProductVersion to get the version of my code. Is there an equivalent for Silverlight 2.0?

Best Answer

Here is link that may be helpful to you: Determine the version of my Silverlight app