Hi
I know how to get the Version number from my application but i don't know how to get it from some UserControls that i created and using in my application.
when i try the "Application.ProductVersion" in the UserControl it return me the Parent application version.
How can i get the UserControl Version?
Thanks