AdvancedHMI Software

General Category => Support Questions => Topic started by: lwciak on May 08, 2016, 02:21:50 AM

Title: Purchased Controls add errors
Post by: lwciak on May 08, 2016, 02:21:50 AM
I just removed VS 2015 and installed VS 2013 Pro.
When I try and add my purchased controls, I get the following errors:

Error   1   'CommComponent' is not a member of 'AdvancedHMIControls.SubscriptionHandler'.   C:\_____VS 2013 AHMI\AdvancedHMIControls\PurchasedControls\DigitalPanelMeterBlue.vb   170   17   AdvancedHMIControls
Error   2   'CommComponent' is not a member of 'AdvancedHMIControls.SubscriptionHandler'.   C:\_____VS 2013 AHMI\AdvancedHMIControls\PurchasedControls\LinearMeterHoriz.vb   230   17   AdvancedHMIControls
Error   3   'CommComponent' is not a member of 'AdvancedHMIControls.SubscriptionHandler'.   C:\_____VS 2013 AHMI\AdvancedHMIControls\PurchasedControls\LinearMeterVert.vb   236   17   AdvancedHMIControls
Error   4   'CommComponent' is not a member of 'AdvancedHMIControls.SubscriptionHandler'.   C:\_____VS 2013 AHMI\AdvancedHMIControls\PurchasedControls\NumericSevenSegment.vb   170   17   AdvancedHMIControls

I get these error for each pack I have purchased.
Are these expansion packs not compatible with VS 2013 PRO?

Thanks
malt
Title: Re: Purchased Controls add errors
Post by: Archie on May 08, 2016, 02:32:51 AM
If you are using version 3.99e, there has been a renaming that requires an expansion pack update. Or you can fix the problem easily by double clicking each error and removing 1 "m" to make the name "ComComponent"
Title: Re: Purchased Controls add errors
Post by: lwciak on May 08, 2016, 03:35:29 PM
That did it!
Case closed.