Beginning with the Service Pack 1 update to Visual Studio 2008, the Visual Basic Power Pack controls are included in the standard installation. While it is still possible to download and install the Web version of the Power Packs, it is recommended that you use the version included with Visual Studio 2008 SP1.
Having both versions of the Power Packs installed can cause issues -if both are referenced from the same project, an "ambiguous reference" error can occur. This error can be corrected by removing one of the references to Microsoft.VisualBasic.PowerPacks.
To determine which Power Packs version(s) you have installed:
- From the Project menu, click Add Reference
- In the .NET tab, scroll down to Microsoft.VisualBasic.PowerPacks
The version that ships with Visual Studio is listed as Microsoft.VisualBasic.PowerPacks.Vs, version 9.0.0.0
The Web download version is listed as Microsoft.VisualBasic.PowerPacks, version 9.0.0.0
Steve Hoag
Microsoft
aka the V-Bee