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

Which Telerik tools to buy

5 Answers 114 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lars E
Top achievements
Rank 1
Lars E asked on 02 Mar 2011, 01:26 PM
Hello

I apologize if I write this in the wrong forum, but I don't know where to put it. I need to know quickly which tools to buy after I took over source code of a project that has been using Telerik. At compiling in VS2008, I get these errors, I believe it is just because I don't have the appropriate Telerik tools: Which tools must I buy to have this compiling? Thanks a lot!

Error   14   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   15   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   16   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   17   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   18   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   19   Invalid Resx file. Type Telerik.WinControls.UI.MaskType, Telerik.WinControls.UI, Version=6.1.0.0, Culture=neut
Error   20   Invalid Resx file. Type Telerik.WinControls.DisplayStyle, Telerik.WinControls, Version=6.1.0.0, Culture=neutra
Error   21   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   22   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   23   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   24   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   25   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,

Lars

5 Answers, 1 is accepted

Sort by
0
Lars E
Top achievements
Rank 1
answered on 02 Mar 2011, 02:04 PM
I chopped the error lines, because they were so lang, but each error message is triggered because of these elements in the resx-files:
  <data name="detail.GridSize" type="Telerik.Reporting.Drawing.SizeU, Telerik.Reporting">
    <value>8px, 8px</value>
  </data>
...
  <data name="FISCodeMaskedEditBox.MaskType" type="Telerik.WinControls.UI.MaskType, Telerik.WinControls.UI">
    <value>Numeric</value>
  </data>
...
  <data name="raceDetailsTab.DisplayStyle" type="Telerik.WinControls.DisplayStyle, Telerik.WinControls">
    <value>Text</value>
  </data>
0
Lars E
Top achievements
Rank 1
answered on 02 Mar 2011, 04:00 PM
Tried to download the Trials for "Reporting", "RadControls for WPF" and "RadControls for WinForms", but I get about 700 error messages like "The type or namespace name "TextBox" could not be found". So clearly I have downloaded the wrong trials. Still need help in figuring out which Telerik library to install, to make it compile.
0
Steve
Telerik team
answered on 08 Mar 2011, 02:50 PM
Hello Lars,

Since you took over of a project that is already using Telerik Reporting and RadControls for Windows Forms, this probably means that the company you work for has purchased those and you can contact the purchaser to add your account as licensed developer, so you can download the dev versions and continue your work without trial messages.
About the error messages, they refer a very old version of the product (more than two years old). Deleting the problematic lines from the Resources.resx file should resolve the problem.
Generally if you have not upgraded correctly from an older version and your project holds references to multiple versions, you can use the Upgrade Wizard to upgrade correctly to a newer version of Telerik Reporting and the Visual Studio integration that the RadControls for Windows Forms have do the same thing.

Greetings,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Lars E
Top achievements
Rank 1
answered on 14 Mar 2011, 08:06 AM
Hello Steve,

Thanks for your answer. Since the last time, I got sourcecode for the Telerik library from the former developer, in which there was a word document that described how to install it. This document was written by Telerik. I have done all it says 3 times, but I still get new error messages all the time, now recently : "namespace x has already been defined in y". The namespace was defined in both a cs-file, and its underlying designer.cs. I deleted the designer.cs file, hoping that it would be generated again.
Now, my main problem is that the code in DbSchemaControl.cs wants type or namespace MetaDataMappedObject.
Error   95  The type or namespace name 'MetaDataParameter' could not be found (are you missing a using directive or an assembly reference?) H:\Users\lef\Kildekode\Prosjekt\telemark\NSFRace\Telerik Reporting Q1 2008 Sources\Telerik.Reporting.Design\Wizard\DataSourceWizard\Database\DbSchemaControl.cs 766 13  Telerik.Reporting.Design
It does not exist anywhere. I do not find that word neither on Telerik pages or on Google. In the top of the file, there is a written reference to Microsoft.VisualStudio.DataTools.MetaData.Generic, but this namespace I am unable to find. What would be the .dll name of this namespace?
Also, I get error messages that says
Error   12   Inconsistent accessibility: parameter type 'Microsoft.VisualStudio.DataTools.MetaData.Generic.MetaDataEnumerator' is less accessible than method 'Telerik.Reporting.Design.Wizard.DataSourceWizard.Database.DbSchemaControl.MetaDataCollectionNode<TMetaDataObject>.EnumerateObjects(Microsoft.VisualStudio.DataTools.MetaData.Generic.MetaDataEnumerator)'   F:\temp\TelerikReporting_source\Telerik Reporting Q1 2008 Sources\Telerik.Reporting.Design\Wizard\DataSourceWizard\Database\DbSchemaControl.cs   430   50   Telerik.Reporting.Design
and
Error   97   Inconsistent accessibility: parameter type 'Telerik.Reporting.HtmlRendering.RenderingExtensionEventArgs' is less accessible than delegate 'Telerik.Reporting.HtmlRendering.RenderingExtensionEventHandler'   H:\Users\lef\Kildekode\Prosjekt\telemark\NSFRace\Telerik Reporting Q1 2008 Sources\Telerik.Reporting.HtmlRendering\RenderingExtensionEventArgs.cs   8   23   Telerik.Reporting.HtmlRendering


At the moment I have most troubles with DbSchemaControls.cs
This I get in both VS Std 2008 and VS Pro 2010.
I am unable to run the Upgrade Wizard, because there is no "Telerik" menu in my Visual Studio. But Visual Studio do some upgrading on the library solution file when I load it the first time.

Best regards,
Lars
0
Steve
Telerik team
answered on 17 Mar 2011, 11:17 AM
Hi Lars,

If the Telerik menu is missing in your Visual Studio, this means that the Telerik Reporting installation is corrupted and did not install properly. Please uninstall all Telerik Reporting versions and make a new clean install of Telerik Reporting. Note that all Visual Studio instances should be closed while you install the product. Once it finishes, please check for the Telerik menu in VS - if it is still missing, then most likely VS install is corrupted and you should repair it.
If the Telerik menu is there, open your project and run the Upgrade Wizard which would update all references to Telerik Reporting in the solution you've opened. Rebuild your project after the wizard finishes. If the errors persists, check the bin folder for manually copied older assemblies of the product and delete them. If the problem persists beyond this point, remove all references to Telerik Reporting in your solution, Clean the solution and manually add the references to the latest version and rebuild.

Best wishes,
Steve
the Telerik team
Tags
General Discussions
Asked by
Lars E
Top achievements
Rank 1
Answers by
Lars E
Top achievements
Rank 1
Steve
Telerik team
Share this question
or