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

[Solved] Q1 2009 tools do not install in toolbox

5 Answers 237 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 24 Mar 2009, 06:33 PM
I ran the register controls in toolbox for VS 2008 and it won't install them, here is the log:

INSTALL:  could not be found. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND))
INSTALL:    at EnvDTE80.Solution2.AddFromTemplate(String FileName, String Destination, String ProjectName, Boolean Exclusive)
   at Telerik.Installation.ToolBoxInstaller.Init()
   at Telerik.Installation.ToolBoxInstaller.Execute(String command)

Anyone else run into this?????








5 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 25 Mar 2009, 09:09 AM
Hello,

The toolbox installer needs a default project template to create the toolbox items. We use the windows forms application or class library templates (C# or VB.NET). If your Visual Studio 2008 installation does not have either of these templates, the toolbox installer fails.

The folder you should check is C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\Windows\1033\ or C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\VisualBasic\Windows\1033. Ensure that either WindowsApplication.zip or ClassLibrary.zip is present in at least one of these folders and if not, install them using the Visual Studio setup.

Greetings,
Lini
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Kurt
Top achievements
Rank 1
answered on 29 Mar 2009, 10:02 PM
Hello,

I have the same problem as Sam. Because I have only ...\1031 in the standard installation (German Version), but with all zip files, I create a directory ...\1033 and copied all the files from ...\1031 into ...\1033. Then I ran the Toolboxinstaller, but with the same result.

Any other idea?
0
Lini
Telerik team
answered on 30 Mar 2009, 01:59 PM
Hi Kurt,

The locale (e.g. 1033 for English, 1031 for German) should not matter in this case. The method we use to get the project template location is not dependent on the language of the installation.

Did you run the toolbox installer as an administrator? Perhaps the problem is with the permissions for these files.

If all else fails, you can easily register the controls manually. Open the toolbox, right click to add a new tab, then right click on the new tab to choose items. When the "Choose Toolbox Items" dialog opens, click browse and point to the Telerik.Web.UI.dll file from the bin or bin35 folder in the RadControls installation. The bin35 folder should be used if you are using Visual Studio 2008 and plan to develop projects using .NET framework 3.5. Otherwise you should use Telerik.Web.UI.dll from the bin folder.

Regards,
Lini
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Kurt
Top achievements
Rank 1
answered on 30 Mar 2009, 05:35 PM
Hi Lini,

many thanks for the quick response. I tried it the first time as administrator, but now with your tip with the .dll it works.
Everything fine now.

Many thanks
Kurt
0
Walter
Top achievements
Rank 1
answered on 28 Apr 2009, 12:06 PM
Hello ,

I had the same problem.
And when I tried to install the ToolBox manually, VS2008 abended !

After trying everything the solution that worked was : Reset Toolbox
Tags
General Discussions
Asked by
Sam
Top achievements
Rank 1
Answers by
Lini
Telerik team
Kurt
Top achievements
Rank 1
Walter
Top achievements
Rank 1
Share this question
or