Getting the following exception when running my Azure Mobile Service:
Exception=System.TypeLoadException: Cannot load V8 interface assembly. Load failure information for v8-ia32.dll:
C:\DWASFiles\Sites\mobile$Service\Temporary ASP.NET Files\root\1aa0fcb8\40098f63\assembly\dl3\c1d3aac4\014f7f98_0b52d001\v8-ia32.dll: The specified module could not be found
MobileServicesDotNet\1.0.450\v8-ia32.dll: The specified module could not be found
MobileServicesDotNet\1.0.450\bin\v8-ia32.dll: The specified module could not be found
However, the dll is in included in the project root with options set to Content and do not copy local as I used the Clearscript Installer NuGet. Is this a case of not having the VC++ redistributables installed on the server? Is there anyway I can include the necessary redistributables so they are on the server when I deploy?