We have just upgraded a solution from DW 8.4.1.10 to 8.4.1.23
We are now experiencing a NullReferenceException when calling the Template constructor in a simple fashion like this:
var cartTemplate = new Template("/eCom7/Cartv2/Step/MiniCart.htm");
See stacktrace here: http://screencast.com/t/hGDUheyD92T
This didn't happen in the previous version. Can anyone explane why the error occurs in the FindDesignsVersion method now?