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
300
Toolbox Utility for v8.2 WinForm on VS2010
posted

Trying to migrate some applications over to VS2010, and want to get everything installed properly before dragging over the projects.

I have installed WinForm v8.2 on my machine, but there is no corresponding tool tab. When I run the utility, it doesn't even try to find VS2010 (which makes sense because it wasn't released at the time). However, I can't even add in the pieces to the toolbox manually as they are not listed.

 

Can WinForm v8.2 be installed on VS2010? What do I need to do to get the Toolbox tab added?

Parents
No Data
Reply
  • 20872
    Offline posted

    Hello,

    Based on our supported environments in order to use Visual Studio 2010 you should have at least NetAdvantage 2010 vol1. with latest service release.

    http://ko.infragistics.com/support/supported-environments.aspx#SupportedEnvironments

    Since I do not have NetAdvantage 2008 vol2 anymore I am not able to test this out, but what you could try is right click in the toolbox and "Choose Items". All assemblies that are installed in the GAC should be visible under ".NET Framework Components". If the desired assemblies are not visible there please verify that they are existing in the GAC.

    Another thing that you could try is setting your Visual Studio 2010 "Target Framework" to point ".Net Framework 2.0", for example and then try to add the desired assemblies manually at your toolbox.

    Please let me know if you need any other assistance.

Children