Developer forum

Forum » Development » Custom packages / dll and auto-upgrade DW version

Custom packages / dll and auto-upgrade DW version

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I have a DW solution where my custom packages failed to load after a DW version upgrade (they were moved to a "DLLs failing at startup" folder under Addins. It seems it's not code compatibility related but just versioning related as we could solve it by increasing the NuGet package reference from 10.16 to 10.20 and then redeploy the package.

Is this expected behavior? If so, do you have any recommendations on how to elegantly handle this with the automatic-upgrade feature?

Imar

 


Replies

 
Wilfred Polderman
Reply

Hi Imar, 

I have encountered the same problem. 

Have you found a solution to this issue, or do you still need to manually adjust the versions?

Kind regards, 

Wilfred Polderman

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi Wilfred,

I haven't but I also didn't run into it anymore. On a recent package where I tested this my package references 10.21.11 and the solution got upgraded last week to 10.23.9 just fine. So maybe this has been fixed in more recent versions?

Imar

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

We have made changes to this - and in this sprint we actually changed the loading mechanism so we try to avoid moving dlls that fail to load.

This goes into R0 today.

BR Nicolai

Votes for this answer: 1

 

You must be logged in to post in the forum