AdvancedHMI Software

General Category => Support Questions => Topic started by: chunt on April 21, 2014, 03:16:05 PM

Title: ShapeContainer is "ambiguous" in the namespace
Post by: chunt on April 21, 2014, 03:16:05 PM
Hello all, I am new to the forum and advanced HMI. I am getting the following error message when building the solution.

"ShapeContainer is ambiguous in the namespace Microsoft.VisualBasic.Poweracks."

Any help would be great. Thanks
Title: Re: ShapeContainer is "ambiguous" in the namespace
Post by: Archie on April 21, 2014, 03:37:22 PM
The power packs has caused many problems because it seems to be automatically installed on most Express versions, but not on the professional version. This is the best thing to do:

- Right click AdvancedHMI in the Solution Explorer and go to Properties
- Select the References Tab
- Remove the reference to the Power Packs
- In the components folder under the AdvancedHMI project, delete the Resizer.vb

Title: Re: ShapeContainer is "ambiguous" in the namespace
Post by: chunt on April 21, 2014, 03:45:43 PM
That took care of it. Thanks for the quick reply and great product. Keep it up!