I have been looking for a reporting solution for my WPF project and downloaded the 60-day trial today as IMO the Telerik API's are the best I've seen. However, I seemed to have stumbled at the first hurdle.
I've created a .NET 4 app, (Not Client Profile) and tried to add a new report to the solution and I am getting the following error message in VS2010:
The vstemplate file references the wizard class 'Telerik.Reporting.Design.Wizard.AddNewReportWizard', which does not exist in the assembly 'Telerik.Reporting.Design, Version=6.0.12.215, Culture=neutral, PublicToken=a9d7983dfcc261be'.
Could someone help me with this because I'm keen to get on with the project and order Telerik Reporting if it does the job for me!
Thank you,
Paul Pitchford.
Note: The example solutions that have reports already in them seem to work great.
42 Answers, 1 is accepted
This is an issue that slipped into the Q1 2012 release. To fix it until we release an internal build/service pack addressing the issue, please do the following:
- Close all Visual Studio instances.
- Open C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Reporting and locate the Telerik Reporting Item Template Telerik_Reporting_Q1_2012.zip.
- Replace that file with the one we have attached to this ticket.
- Open Visual Studio command prompt and run devenv /installvstemplates.
- Start Visual Studio and create reports as needed.
Sorry for the temporary inconvenience.
Regards,Steve
the Telerik team
Thank you for your quick response. Your guide did the trick!
Paul.
Cancel that. After running your instructions, I've just tried to add a new WPF form and now I am getting this error:
Could not find file 'c:\users\paul\appdata\local\microsoft\visualstudio\10.0\itemtemplatescache_{00000000-0000-0000-0000-0000000000}\visualBasic\WPF\1033\WPFWindow.zip\Window1.xaml'
Please could you tell me what has happened here!
We were not able to reproduce such a problem in our local tests on a couple of machines. We successfully added WPF Page, Window and UserControl with no errors. The attached zip archive in this thread is only our VB item template, so we do not change any other templates in VS and the devenv.exe /installvstemplates command is needed in order to install the new template. The only possible explanation I can think of for such a weird problem (for which google knows nothing about) could be if you had somehow corrupted the WPF Window template and the installvstemplates command has installed the corrupted one.
Kind regards,
Steve
the Telerik team
<Assembly>Telerik.Reporting.Design.VisualStudio,
Version=6.0.12.215, Culture=neutral, PublicKeyToken=a9d7983dfcc261be</Assembly>
<FullClassName>Telerik.Reporting.Design.VisualStudio.AddNewReportWizard</FullClassName>
The C# item template is correct so there is no need for any manual change, the problem is only with the VB.NET item template.
Kind regards,
Steve
the Telerik team
I'm having this problem and I am using VB.NET
Please use the modified item template and steps we provided in our first reply to resolve the problem.
All the best,
Steve
the Telerik team
I don't know if this is important to mention but I have installed VS.NET in a different location than the default one. Anything else I can do?, do you have a release date for a final fix?
Thanks in advance.
@Andres and @Seth: if you are not logged in as Administrator, please do. Also if you are adding Telerik Reports directly to a web site project, be aware that the item template for web site projects is different. Our suggestion is to follow the Solution Structure help article and add reports to a separate class library.
@Andres: If VS is installed to a different location, then you should respectively change the path from the instructions.
@ISB - the error says it all, you should run the Visual Studio command prompt as administrator or best log-in with Administrator account.
All the best,
Steve
the Telerik team
Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\Web\VisualBasic
and, as Jacek, I opened the Telerik_Reporting_Q1_2012.zip file, changed the class.vstemplate file, specifically the WizardExtension section for this:
<WizardExtension>
<Assembly>Telerik.Reporting.Design.VisualStudio, Version=6.0.12.215, Culture=neutral, PublicKeyToken=a9d7983dfcc261be</Assembly>
<FullClassName>Telerik.Reporting.Design.VisualStudio.AddNewReportWizard</FullClassName>
</WizardExtension>
And now is working =)
my version is 6.0. 12.215 (Feb 15, 2012)
I also uninstall all telerik repor tools and install it again
but the issue still remain. please let me kno if I have to copy the file too , or if you plan to fix this issue in some nightly release
thanks
As noted earlier, this is an issue that slipped into the Q1 2012 release. It would be fixed for an internal build/service pack, but for the time being you should follow the steps provided in my first post.
Greetings,
Steve
the Telerik team
Open C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Reporting and locate the Telerik ReportingItem Template Telerik_Reporting_Q1_2012.zip.
Originally, this folder didn't even exist for me - I had nothing under IDE, so I created it and copied the files from the attached zip into it. I then opened a VS command prompt as an admin and ran devenv /installvstemplates
I still get the original error when trying to add a new report to my project.
The path provided is for x32 OS. If you are running x64 bit machine, the correct path would be C:\Program Files (x86)\...
Regards,
Steve
the Telerik team
There are two reference locations:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\Web\VisualBasic
and
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Reporting
The first path had the bad zip file Telerik_Reporting_Q1_2012.zip. in my case. Web App.
The solution only mentions the second path above.
Still had to run "devenv /installvstemplates"
John
I have the same problem.
I did everything as instructed. But still the exact same error. As soon as I add a Telerik Report into my C# Project the assembly reference"Telerik.Reporting, version=6.0.12.215" appears.
Ran the VS Command Prompt as Admin, and tried everything the others reported on this thread.
This is truly frustrating. Anything else that I could try?
Thanks
Henno
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates
and search for Telerik_Reporting_Q1_2012.zip. I found 4 versions, under
.\Web\CSharp
.\CSharp\Reporting
.\VisualBasic\Reporting
.\Web\VisualBasic
Each zip file contains a file with the extension .vstemplate which should contain the section
<WizardExtension>
<Assembly>Telerik.Reporting.Design.VisualStudio, Version=6.0.12.215, Culture=neutral, PublicKeyToken=a9d7983dfcc261be</Assembly>
<FullClassName>Telerik.Reporting.Design.VisualStudio.AddNewReportWizard</FullClassName>
</WizardExtension>
As far as I can tell, the only one that's correct is the one in .\CSharp\Reporting. So I edited the .vstemplate file in the location relevant to me (.\Web\CSharp\Telerik_Reporting_Q1_2012.zip\Class.vstemplate), saved it out to my temp directory, reconstructed the zip file using my edited version and the other file(s) that were in it, and ran devenv /installvstemplates (as administrator).
I can now add reports to my website project, though the wizard doesn't fire up automatically as it does for a web application project for some reason. Having added a blank report I have to open it in design view and select Telerik/Reporting/Report Wizard from the menu.
Thanks to the other posters on this thread. Perhaps Telerik could get a proper fix out for this asap?
Thanks for the reply. Unfortunately this still did not resolve the problem for me. I have checked the Class.vstemplate files and it resembles the correct one posted. Installed the vstemplates over again as admin. But still get the error when adding a Report to my project.
Anyone else still having trouble with this?
can you create a new project using the ASP.NET Web Application template and add a report to that? I found that that worked before I did my fix to enable adding a report to a website project.
Piers.
This kind of fix tho is another great reason why Telerik's gotta get a unified installer up and going, ... something akin to Steam, but for Telerik products.
We've released an internal build that addresses this problem among other reported problems. You can see the release notes here.
Regards,
Steve
the Telerik team
I feel lucky to have found this before spending any more time trying to figure out what was wrong. As it is I uninstalled and reinstalled before searching for an answer.
It really makes me wonder how many people are using this package?
I'd like to modify the Telerik reporting template... minor changes like the default font, font size, etc., for C# applications, both web and desktop apps. I'm looking at the files contained in the C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Reporting\Telerik_Reporting_Q3_2011.zip file, but not sure where, or how, to get started. Can you help?
Thanks,
--Patrick
@Mark: as noted in our last post, the problem has already been addressed in an internal build. Upgrade to resolve the problem.
@Patrick: To get familiar with the Visual Studio templates I would highly recommend the next links:
- Creating Item Templates - describes how to locate and organize the item templates, and two ways to create them - through the Visual Studio's Export Template Wizard or manually.
- Template Parameters - describes the parameters used in the VS templates.
- Visual Studio 2005: Create Reusable Project And Item Templates For Your Development Team - MSDN article that describes the architecture of the Visual Studio project and item templates.
All the best,
Steve
the Telerik team
BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >
Sincerely,
Adam T. Carlson
This problem has already been addressed in the latest official Q2 2012 version, so please upgrade to resolve it.
Regards,
Steve
the Telerik team
FREE WEBINAR ON THE NEW REPORT DESIGNER! Join us on Friday, June 29 at 10:00 AM for a comprehensive demo of the official version of the standalone Report Designer and find out how easy it is to empower your users with creating, editing and sharing ad-hoc reports. The webinar will go through a real-world scenario of creating reports, embedding them in your application(s), and distributing them within your organization. We will also cover the newly added support for sub-reports, navigation actions (such as drill-down and drill-through), and report sources. Register here and bring your questions with you. We’ll try to address them during the webinar! You may even win a Telerik Ultimate Collection license! Register today >>
Visual Studio 2010 Express is not supported due to limitations in the express edition. If you don't have Visual Studio Professional our suggestion is to utilize the standalone Report Designer.
For more information check out the System Requirements.
Peter
the Telerik team
HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!
we have installed Telerik Reports Software and it shown me successfully installed.I am trying for a sample program in C# and i could not found a template in Add New Item (Telerik Report). to proceed further could you please help me on this. I am using vs2012 professional and windows 8
Thanks & Regards
Amar
Generally our suggestion is to add the report definitions to a class library with target .NET 2.0+ full profile. Check out the demos source code that came with your Telerik Reporting installation.
Additionally you may find useful the Quickstart help article.
Peter
the Telerik team
See what's new in Telerik Reporting Q1 2013. Register for the March 4 webinar to witness the impressive new visualizations in Telerik Reporting. Just for fun, 10 webinar attendees will be randomly selected to win a Telerik T-shirt and a $50 Gift Certificate to ThinkGeek. Register now! Seats are limited!
I am having this same problem. No Telerik Report choice when adding a new item into my report project.
I am using VS 2013 with Telerik Reporting Q1 2013, which I have uninstalled and reinstalled to no avail.
With VS 2013 there is no
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplates\
folder, and no Telerik zip files there.
Any suggestions?
Dan
You are running Telerik Reporting Q1 2013 which does not support Visual Studio 2013 (screenshot). This is because at the time we released that version of the product, the latest available official version of VS was 2012. We always aim to add support to the product as soon as a new version of VS is released.
A possible solution is to install newer version of Telerik Reporting or to have different versions of Visual Studio installed side-by-side as elaborated in the Installing Visual Studio Versions Side-by-Side article. Then you can create/modify your projects with the supported version of Visual Studio, and if needed, upgrade the projects later to a newer version. Or you can get the latest version of Telerik Reporting, which supports Microsoft Visual Studio 2010, 2012, 2013 (Professional, Premium and Ultimate Editions).
Regards,
Nasko
Telerik
New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.