Hello,
I am using WinForms with Visual Studio 2008 on Windows 7 x64. I have installed and i am working without any issues with WinForms 9.1.
Yesterday I have installed 9.2 and when running the Create Toolbox Tab utility I receive the following error message:
"The product was not found on the system.A product with the specified parameters was not found on the system or it is not supported in Visual Studio version 9.0. No folders containing assemblies were found.
Products that were unsuccessfully run:
Windows Forms product 9.2 CLR20 was unsuccessfully run with Visual Studio 2008."
Does anyone have any workaround for this?
Emanuel
Hello all,
By default, when you run the installer for an Infragistics product that is version 2009 Vol. 2 or later, the installer tries to automatically create a toolbox tab for the product in Visual Studio. Sometimes, for various reasons, this can fail which is why we still supply the Toolbox Utility along with the product. If the Toolbox Utility fails, then there are a few ways you can resolve or work around the issue.
One of the most common causes of issues with the Toolbox Utility is corrupted Visual Studio tbd files. To resolve this issue, make sure Visual Studio is closed and then navigate to the following folder:
%userprofile%\Local Settings\Application Data\Microsoft\VisualStudio
Then, go in to the folder that matches the version of Visual Studio you are using (8.0 for 2005, 9.0 for 2008, etc). In here, delete any *.tbd files that you find. Please note that these files are hidden files, so you'll need to make sure that your options are set up so that you can see them. Once this is done, start up Visual Studio and the tbd files should be recreated. Most of the time this will also cause the Infragistics controls to show up in the toolbox without you needing to do any more work, though if you don't see them try running the Toolbox Utility again.
If this doesn't work then you should be able to work around the issue by using one of the following articles to create the toolbox tab manually:
<http://help.infragistics.com/NetAdvantage/WinForms/Current/CLR2.0/?page=Introduction_Using_the_Choose_Toolbox_Items_Dialog_Box.html>
<http://help.infragistics.com/NetAdvantage/WinForms/Current/CLR2.0/?page=Introduction_Dragging_Assemblies_from_the_Bin_Folder.html>
If this approach still does not work then please contact Infragistics Developer Support with more details so we can research your issue further. You can create a case through the following link:
<http://ko.infragistics.com/support/submitrequest.aspx>
I'm running Windows 7 Professional 32bits
My log file:
04:04:57: Processing command line parameters.
04:04:58: Begin processing NetAdvantage version 9.2
04:04:58: The product was not found on the system.
04:04:58: A product with the specified parameters was not found on the system or it is not supported in Visual Studio version 9.0. No folders containing assemblies were found.
04:04:59:
04:04:59: Products that were unsuccessfully run:
04:04:59: Windows Forms product 9.2 CLR20 was unsuccessfully run with Visual Studio 2008.
04:04:59: Finished.
Any suggestions would be greatly appreciated!
There is a typo in the default config file so you have to run the toolbox utility by hand. Here is the wrong one.
<CommandLineSettings> <Product Name="Web" CLR="CLR20" Volume="9.2" VisualStudioVersion="8.0" Template="C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\Toolbox Utility\Templates\ASPNET_Default_CLR2.xml"> <BinFolder>C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\CLR2.0\Bin</BinFolder> </Product> <Product Name="Web" CLR="CLR20" Volume="9.2" VisualStudioVersion="9.0" Template="C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\Toolbox Utility\Templates\ASPNET_Default_CLR2.xml" /></CommandLineSettings>
The correct one
<CommandLineSettings> <Product Name="Web" CLR="CLR20" Volume="9.2" VisualStudioVersion="8.0" Template="C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\Toolbox Utility\Templates\ASPNET_Default_CLR2.xml"> <BinFolder>C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\CLR2.0\Bin</BinFolder> </Product> <Product Name="Web" CLR="CLR20" Volume="9.2" VisualStudioVersion="9.0" Template="C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\Toolbox Utility\Templates\ASPNET_Default_CLR2.xml"> <BinFolder>C:\Program Files\Infragistics\NetAdvantage 2009.2\ASP.NET\CLR2.0\Bin</BinFolder> </Product></CommandLineSettings>
Cheers!
@qbupoew Wolfgang, you are right, down below the control list there was the new Infragistics V9.2 toolbox, I didn't expect that I didn't have to install it anymore. Great.
Only the issue with the upgrade project feature (via Windows menu or Visual Studio) still resides. Somebody else solved this problem already?
Thanks again.
Hello, did somebody find already a solution for this problem?
I've got the same on the Final Windows 7 x64 Pro with VS2008.
The 'upgrade project add-in' doesn't work as well!
Thanks in advance!