Author Topic: Purchased Controls add errors  (Read 799 times)

lwciak

  • Newbie
  • *
  • Posts: 19
    • View Profile
Purchased Controls add errors
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Purchased Controls add errors
« Reply #1 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"

lwciak

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Purchased Controls add errors
« Reply #2 on: May 08, 2016, 03:35:29 PM »
That did it!
Case closed.