martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

"Multiple package versions found" #59

Closed txeriff closed 4 years ago

txeriff commented 4 years ago

Hi,

My extension has a dependency to another, however, the version it´s mentioning is no longer published. It always comes up with that. I don´t know how to fix it.

Untitled

martonsagi commented 4 years ago

Hi,

This warning is created when you have more than one version of the same package, e.g. Base App 15.1 and 16.1. The message stops when alpackage folders contain one version for each package. It's just a reminder to maintain symbols packages to avoid version mixing. It won't have any effect on daily work.

txeriff commented 4 years ago

Hi,

This warning is created when you have more than one version of the same package, e.g. Base App 15.1 and 16.1. The message stops when alpackage folders contain one version for each package. It's just a reminder to maintain symbols packages to avoid version mixing. It won't have any effect on daily work.

Thanks for that. deleting the old .app file from .alpackages folder made the trick!

martonsagi commented 4 years ago

You're welcome! I'm glad it worked out.