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, PublickeyToken=a9d783dfcc261be'
12 Answers, 1 is accepted
This problem has already been addressed. Thus our suggestion is to upgrade to the latest official release.
Regards,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!
I follow your instructions.
I upgrade the application and the issue still there.
I used the MSI file.
I went from TELERIK REPORT 2012 Q2 to 2012 Q3.
I installed and reboot the PC just in case and I can't add a report to my project.
I'm still having the issue:
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, PublickeyToken=a9d783dfcc261be'
NOTE: I noticed that when I'm trying to add the report it shows Telerik report Q1 2012 in stead of Telerik report Q3 2012.
Not sure why they msi did not do its job to upgrade the application.
I run the upgrade wizard just in case two times and reboot once again the pc
Still VS2010 is not selecting the appropiate report template.
Just in case I reboot again the PC and no luck.
This is really strange. What is the project type in which you're trying to add a Telerik Report? Check whether the "new item" templates of Telerik Reporting are placed in C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Reporting andC:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Reporting (here v.10 indicates VS2010). Those folders should contain a file with the following naming convention Telerik_Reporting_Q3_2012.zip. If it is missing, the easiest way to recover the installation is to uninstall the product and then install it again, following points 1-3. If the item is there, check whether it has been registered in Visual Studio by looking for folder with the same name in ItemTemplatesCache folder. If such folder does not exist, open Visual Studio Command Prompt and run devenv.exe /InstallVSTemplates.
To make sure Telerik Reporting installs properly:
- Make sure there are no Visual Studio instances running.
- Make sure you're logged in as administrator. If not please elevate the rights for the Telerik Reporting installer prior starting the install.
- On the "Custom Setup" step of the installer, make sure the "Visual Studio <version> Support" node is present and selected for install. If it is not present, the installer did not detect Visual Studio on your machine. This can be caused by corrupted VS installation and you should try repairing it.
Hope this helps.
Kind regards,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!
This is so weird, I did all the steps having running only the installer and then reboot the PC many times just to be sure everything goes OK.
But the installer did not install the version, it only contains:
Telerik_Reporting_Q1_2012.zip and
Telerik_Reporting_Q2_2012_SP1.zip
Under the directories:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Reporting
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\CSharp\Reporting
Not sure why the Q3 did not install properly ( templates are missing ).
My PC is Windows XP 64 bits
Now I'm looking to the installed programs on the computer and it shows the three: Q1, Q2-SP1 and Q3
OK I will uninstall Reporting Q3 and install it again from scratch.
Will let you know my findings.
I cant add a report to my project.
I used the latest version of report:
Version: 6.2. 12.1017 (Oct 17, 2012) Reporting.msi
Run without any issue but it is not installing the templates.
And VS2010 is just showing Telerik Report Q1 2012 when trying to add a new report item.
Still if I have Q2-SP1 too why is not showing that template only the Q1.
I run the upgrade wizard report and it shows the three version:
- Q3 2012
- Q2 SP1 2012
- Q1 2012
Please advice.
Do you try to add a report to a Web site project? If this is the case have in mind that due to some Web Site project peculiarities, the report designer has limited functionality when the report definition is created in App_Code. This is why we have stopped providing the report template for web site projects. In such cases we highly recommend the best practices solution structure. First to create a class library that contains your reports and then reference that class library in applications that view the reports.
In case of another Visual Studio project such as Class Library and Web Application you shouldn't experience any troubles.
You may find useful the ASP.NET Web Application Projects vs. Web Site Projects in Visual Studio and Converting a Web Site Project to a Web Application Project MSDN blogs.
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!
I'm using a web site so it is the main issue on my case is that.
I create a new project under the same solution called ReportLibrary.
Then I was able to create the reports and them called the reports on the Main project.
I have to clear the cache GAC and reboot the PC and then everything work well.
Now there was a trick, because the new project ReportLibrary uses a connection to the DB I have to put this configuration on the web.config of my production website.
Don't be fool by the C:\Program Files (x86)\ bla bla bla.
Even though it did not appear on my PC the reports appear on the new project and at that point I was able to select from all 3 installed reports even if the templates are not there.
Also you might need to put the ReportLibrary.bin on your bin directory of the website manually.
Now on my personal case the security is very tide on all the companies pc and I have to fight with my IT department a lot to get full access to my development resources. I'm using a network drive and I have also to do something like this when debugging the application:
caspol -m -ag 1 -url "file:////\\mylanserver\web$\ etc etc.
Have you tried my suggestion to open Visual Studio Command Prompt and run devenv.exe /InstallVSTemplates?
To make sure Telerik Reporting installs properly:
- Make sure there are no Visual Studio instances running.
- Make sure you're logged in as administrator. If not please elevate the rights for the Telerik Reporting installer prior starting the install.
- On the "Custom Setup" step of the installer, make sure the "Visual Studio <version> Support" node is present and selected for install. If it is not present, the installer did not detect Visual Studio on your machine. This can be caused by corrupted VS installation and you should try repairing it.
If the templates are still missing we will appreciate if you send us the installation log. In order to enable the logging run the Telerik Reporting installer from command prompt:
msiexec /i path_to\Telerik_Reporting_Q3_2012_DEV.msi -l*xv install.log
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!
I also get an error when I try to access the log using the command prompt to retrieve the installer logs. I've attached the image to the error. What else is there to do? I've wasted away waiting on responses going on 2 days now on an issue that happened because I updated to the latest version of Telerik!!
I looked at your screen shot and that is not right installation path.
The text mark as: "path_to" is not necessary if you are in the directory where the file is located:
msiexec /i path_to\Telerik_Reporting_Q3_2012_DEV.msi -l*xv install.log
if you are in the directory where the file is this should work:
msiexec /i Telerik_Reporting_Q3_2012_DEV.msi -l*xv install.log
Hope you this fix it.