I am trying to install the toolbox into VS 2008 and the command that I am attempting to run is Infragistics2.ToolboxUtility.exe /t 9 and it does not work. Does anyone have samples of a proper command line that will work?
Can you just run the utility from the Program File menu?
The shortcuts we drop there run the utility like this:
For NA for ASP.NET 2008 Volume 1 CLR 2.0: Infragistics2.ToolboxUtility.exe" /v 8.1
For NA for ASP.NET 2008 Volume 1 CLR 3.5: Infragistics2.ToolboxUtility.exe" /v /t:9.0 8.1
Devin