Tuesday, December 4, 2018

Dependency Error while publishing Extension

Hello Bloggers,

Today i want to say some points which i have faced some errors while publishing the extensions which having dependencies.

in the previous Blog i have written how to create extension by using other extension called dependencies- here

After making the changes in the Main extension what needs to do.

Make sure that when you publish your extensions, you must do the extension that are depended on first (e.g. Main Extension). 

If you try and publish the extension with the dependency first (e.g. Child Extension), it will error start giving error references do not exist in the database.

When you remove parent extensions, you must remove the child extensions first

you cannot remove an parent extension that has other(child) extensions depending on it.

If you update version of the parent extensions , you must need to change the corresponding version in the dependencies property of any extension that is dependent on it. 

Once this is done you will be prompted to download the new symbols file. 

If you don’t do this you will be not getting the updated symbols and publishing the child extension may fail.

Regards,

No comments:

Post a Comment