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

telerik Version Missing

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ms
Top achievements
Rank 1
ms asked on 17 Oct 2012, 03:31 PM
Hi 

my customer get me VS project and use telerik version but i don't know the number of this Controls 
is there a way in app.config or Sitting.config to know the version of Controls 
he use a TapItem

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 22 Oct 2012, 10:51 AM
Hello,

Thank you for writing.

You can check the version of the control in the csproj/vbproj file. Here is an example:
<ItemGroup>
   <Reference Include="System" />
   <Reference Include="System.Core" />
   <Reference Include="System.Xml.Linq" />
   <Reference Include="System.Data.DataSetExtensions" />
   <Reference Include="Microsoft.CSharp" />
   <Reference Include="System.Data" />
   <Reference Include="System.Deployment" />
   <Reference Include="System.Drawing" />
   <Reference Include="System.Windows.Forms" />
   <Reference Include="System.Xml" />
   <Reference Include="Telerik.WinControls, Version=2012.2.912.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" />
   <Reference Include="Telerik.WinControls.UI, Version=2012.2.912.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" />
   <Reference Include="TelerikCommon, Version=2012.2.912.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" />
 </ItemGroup>

I hope this helps.
 
Greetings,
Stefan
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.
Tags
General Discussions
Asked by
ms
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or