Adding Umbraco.Courier.Contrib to visual studio project
I am trying to add Umbraco.Courier.Contrib to the umbraco cloud on my local machine using nuget and visual studio 2015. However I am getting an error:
Could not load all types from "Umbraco.Courier.Contrib.Resolvers, Version=1.0.39.25535, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Courier.DataResolvers, Version=1.2.5210.19577, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I have the most recent version of umbraco cloud(7.6.6). I also tried older versions but get the same type of error.
Adding Umbraco.Courier.Contrib to visual studio project
I am trying to add Umbraco.Courier.Contrib to the umbraco cloud on my local machine using nuget and visual studio 2015. However I am getting an error:
Could not load all types from "Umbraco.Courier.Contrib.Resolvers, Version=1.0.39.25535, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Courier.DataResolvers, Version=1.2.5210.19577, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I have the most recent version of umbraco cloud(7.6.6). I also tried older versions but get the same type of error.
Hi William
Why do you need this dll in your project?
Thanks,
Alex
is working on a reply...