I have a webjob running in my azure environment. I am invoking a method on a class in a separate dll. But getting the following eror:
Could not load file or assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Do i need azure sdk installed on the separate project as well?
Can anyone clarify on this please?
Thanks