Hello,
if I want to create a new report, I cannot find the telerik Report item in the Add New Item dialog box. I tried it on two installations (telerik Report Beta 1, Visual Studio 2005, one computer with Windows XP, the other one with Windows Vista). The examples are running on both maschines (on the vista maschine I had to add the permissions in SQL Server Express for the AdventureWortksT database, but then it also run).
Thank you,
Volker
if I want to create a new report, I cannot find the telerik Report item in the Add New Item dialog box. I tried it on two installations (telerik Report Beta 1, Visual Studio 2005, one computer with Windows XP, the other one with Windows Vista). The examples are running on both maschines (on the vista maschine I had to add the permissions in SQL Server Express for the AdventureWortksT database, but then it also run).
Thank you,
Volker
4 Answers, 1 is accepted
0
Hi Volker,
We need a little bit more information on your case in order to help you.
What kind of Visual Studio project are you trying to add the report to? Also, can you please check for the existence of the following files (if your Visual Studio 2005 is installed in an alternative location, change the path accordingly):
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\TelerikReport.zip
Please, tell us whether the above mentioned files exist, so that we can get a better picture of the problem. Another possible cause for that kind of problem is if your Studio is running in a language different from English, but in that case it will be our fault and we will fix it. Is your Studio in German?
Best wishes,
Rossen
the telerik team
We need a little bit more information on your case in order to help you.
What kind of Visual Studio project are you trying to add the report to? Also, can you please check for the existence of the following files (if your Visual Studio 2005 is installed in an alternative location, change the path accordingly):
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\TelerikReport.zip
Please, tell us whether the above mentioned files exist, so that we can get a better picture of the problem. Another possible cause for that kind of problem is if your Studio is running in a language different from English, but in that case it will be our fault and we will fix it. Is your Studio in German?
Best wishes,
Rossen
the telerik team
0

Benutzer0
Top achievements
Rank 1
answered on 12 Mar 2007, 10:23 AM
I tried it with Windows and Web application. The TelerikReport zip file is on the right place. But I am using Visual Studio 2005 in German language.
0
Hi Volker,
Your post confirmed our suspicions. The problem lies in the different language of Visual Studio. We can offer a temporary solution for you until we fix the problem in the installer. We are very sorry for the inconvenience.
Move the following files one directory up, i.e. outside the "1033" directories. This should make the item templates visible for all languages of Visual Studio:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\TelerikReport.zip
After that, from the Visual Studio 2005 command prompt, run the following command to refresh the Visual Studio:
devenv /setup
This should do the job. If the toolbox items (TextBox, Panel, etc.) are missing from the "telerik Reporting 1.0" tab in the toolbox, you can add them by hand.
Greetings,
Rossen
the telerik team
Your post confirmed our suspicions. The problem lies in the different language of Visual Studio. We can offer a temporary solution for you until we fix the problem in the installer. We are very sorry for the inconvenience.
Move the following files one directory up, i.e. outside the "1033" directories. This should make the item templates visible for all languages of Visual Studio:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\TelerikReport.zip
After that, from the Visual Studio 2005 command prompt, run the following command to refresh the Visual Studio:
devenv /setup
This should do the job. If the toolbox items (TextBox, Panel, etc.) are missing from the "telerik Reporting 1.0" tab in the toolbox, you can add them by hand.
Greetings,
Rossen
the telerik team
0

Benutzer0
Top achievements
Rank 1
answered on 17 Apr 2007, 11:41 AM
With Beta 2 the problem is solved!