HI,
i am not beign able to create toolbar using the create toolbar that you have give. can someone please tell me how to do it?
Thanks
JollyGuy
Are you referring to the Toolbox utility to add the controls to the Visual Studio toolbox? If you are getting an error message it would be really helpful to post that.
You can always add the controls directly in Visual Studio by right clicking on the toolbox and selecting the Choose Items option from the content menu. When the dialog window opens you should be able to locate the Infragistics tools in the list.
Devin
I'm having a problem running the ToolboxUtility. The error I get, when I try to execute it, is "One or more of the command line parameters specified are invalid." Clearly, my problem is that I didn't enter any command line parameters. The help indicates that I must include "<version>". But I don't know what to put here. "Version" of what? and in what format? I'm trying to add the Infragistics tools to my already-installed Visual Studio 2005.
See the section in the help on the toolbox: http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Introduction_Adding_Controls_and_Components_to_the_Toolbox.html
Use the manual steps if necessary.
I have tried all the suggested solutions but it wont work. I am trying to install on Visual Studio 2005. I get the error: \nArgument 1 is invalid.
In run as Infragistics2.ToolBoxUtility.exe /t:8.0
I have checked on my Visual Studio and the version is : 8/0.50727.762
Please help.
Hi there
Following worked for me (VS 2008).
ToolboxUtility.exe /v /t:9.0 7.3
For VS2005 you should use /t:8.0
You can determine version by doing following
1. Go to VS | Help | About.
2. Note the major and minor version of the VS you use. Mine looks like this 9.0.21022.8, so it becomes 9.0
3. the 7.3 number is from 2007 vol.3 => 7.3.
Happy coding