Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Question With Toolbox Command line
posted

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?

  • 12631
    Verified Answer
    posted

    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