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

AddNewReportWizard does not exist Telerik.Reporting.Design

12 Answers 213 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ricardo
Top achievements
Rank 2
Ricardo asked on 13 Nov 2012, 03:24 PM
I'm trying to add a report to my application called: Availability.cs but I got the message:

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

Sort by
0
Peter
Telerik team
answered on 14 Nov 2012, 09:01 AM
Hello Ricardo,

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!

0
Ricardo
Top achievements
Rank 2
answered on 14 Nov 2012, 08:21 PM
Peter,

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.
0
Peter
Telerik team
answered on 15 Nov 2012, 08:31 AM
Hi Ricardo,

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:
  1. Make sure there are no Visual Studio instances running.
  2. Make sure you're logged in as administrator. If not please elevate the rights for the Telerik Reporting installer prior starting the install.
  3. 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!

0
Ricardo
Top achievements
Rank 2
answered on 15 Nov 2012, 02:28 PM
Peter,

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.
0
Ricardo
Top achievements
Rank 2
answered on 15 Nov 2012, 03:21 PM
Well same thing, I uninstalled report Q3, reboot, install Q3, reboot everything still the same
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.
0
Accepted
Peter
Telerik team
answered on 19 Nov 2012, 04:04 PM
Hi Ricardo, 

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. 

Greetings,
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!

0
Seth
Top achievements
Rank 1
answered on 26 Nov 2012, 03:55 PM
I'm having the exact same issue but was not able to resolve the problem.    Ive uninstalled and reinstalled and still don't have any templates located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\VisualBasic\Reporting location.  My reports are in a separate class library projects and when I try to view my existing reports or create an new report, the designer has the same error that it's trying to look for an assembly with an older version number.  Can you post the latest item templates zip file and I'll manually put it in that location myself?
0
Ricardo
Top achievements
Rank 2
answered on 26 Nov 2012, 08:41 PM
Seth,

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.
0
Seth
Top achievements
Rank 1
answered on 26 Nov 2012, 09:42 PM
Is there specific files I need to clear out of my Gac Cache?  I cleared out all the Telerik files out of my GAC and rebooted and still same issues.  I'm lost at what I should be doing to get this to work.  All my reports are in a separate report class library.  My website, I converted it to a web application and still no results.  My project runs fine, but I can't add new reports or edit the existing one.  Is this a Visual Studio issue or a Telerik issue?  Any other ideas I'd gladly try as I've tried just about everything!  Thanks in advance!
0
Peter
Telerik team
answered on 27 Nov 2012, 01:58 PM
Hi Ricardo,

Have you tried my suggestion to open Visual Studio Command Prompt and run devenv.exe /InstallVSTemplates?

To make sure Telerik Reporting installs properly:

  1. Make sure there are no Visual Studio instances running.
  2. Make sure you're logged in as administrator. If not please elevate the rights for the Telerik Reporting installer prior starting the install.
  3. 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

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!

0
Seth
Top achievements
Rank 1
answered on 27 Nov 2012, 02:30 PM
I tried running the VS command prompt as an Admistrator and ran the devenv.exe /InstallVSTemplates command and nothing happens.  There's no installer that begins for me to install any templates.  I've already repaired my VS2010.  I also found the template zip file at this location C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Telerik\Telerik.Reporting\ItemTemplates\VisualBasic\Reporting\Telerik_Reporting_Q3_2012.zip.

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!!


0
Ricardo
Top achievements
Rank 2
answered on 28 Nov 2012, 05:13 PM
Seth,

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.
Tags
General Discussions
Asked by
Ricardo
Top achievements
Rank 2
Answers by
Peter
Telerik team
Ricardo
Top achievements
Rank 2
Seth
Top achievements
Rank 1
Share this question
or