I have the site hosted in Azure.
Currently version Umbraco 7.5.3
Because of at the end of November Microsoft will kill Azure Cache, I had to move feature to Azure Redis Cache. I've do it on local environment. Redis library was added with NuGet. So, locally all work fine
Now I'm commit my changes to Visual Studio Online (Git repository). As I understand build before deploy finished fine (without errors). But when I'm launch the site occurred error:
Compiler Error Message: CS0234: The type or namespace name 'Redis' does not exist in the namespace 'StackExchange' (are you missing an assembly reference?)
Necessary library really not exist in bin folder. But as I understand from this issue after 7.3.1 version of Umbraco nuget libraries should be correctly restored on a build.
Where I can make a mistake? Can I launch restore nuget packages manually on Azure or VSO?
Should I describe something else?
Update package on Azure
Hi there
I have the site hosted in Azure. Currently version Umbraco 7.5.3 Because of at the end of November Microsoft will kill Azure Cache, I had to move feature to Azure Redis Cache. I've do it on local environment. Redis library was added with NuGet. So, locally all work fine Now I'm commit my changes to Visual Studio Online (Git repository). As I understand build before deploy finished fine (without errors). But when I'm launch the site occurred error: Compiler Error Message: CS0234: The type or namespace name 'Redis' does not exist in the namespace 'StackExchange' (are you missing an assembly reference?) Necessary library really not exist in bin folder. But as I understand from this issue after 7.3.1 version of Umbraco nuget libraries should be correctly restored on a build.
Where I can make a mistake? Can I launch restore nuget packages manually on Azure or VSO? Should I describe something else?
Thanks!
is working on a reply...