This is a migrated thread and some comments may be shown as answers.

Version number

2 Answers 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arnstein
Top achievements
Rank 2
Arnstein asked on 14 May 2010, 10:41 AM
Hi!
How can you display the Telerik.Web.UI assembly version number at runtime? I have looked for a property (like "VersionNumber") but haven't found anything that holds the version number...

Thanks,

Arnstein

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 14 May 2010, 10:57 AM
Hi Arnstein,

You can find out the version like this:

C#

typeof(RadWebControl).Assembly.GetName().Version

Sincerely yours,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Arnstein
Top achievements
Rank 2
answered on 14 May 2010, 12:07 PM
Thanks, Dimo!
This is exactly what I was looking for.

Best regards,
Arnstein
Tags
General Discussions
Asked by
Arnstein
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Arnstein
Top achievements
Rank 2
Share this question
or