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
Hola!
complement to songbird
To visual studio 2005 execute:
Infragistics2.ToolboxUtility.exe /t:8.0 8.2
from
\t:8.0 is the vesion of Visual Studio (in a VS window go to Help->About Microsoft Visual Studio ej: 8.0.50727.42)
8.2 is the version of Build or Relese (Ej NetAdvantage for .NET 2008 Vol. 2 CLR 2.0)
8 year
2 vol
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
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.