<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>I am trying to include the ActiViz VTK wrapper library in a web project (a medical application). I am building a 64bit target, i.e. all our dependencies are 64bit, the application pool is running 64bit .NET and also, IIS has the "Enable 32bit application" switch set to off. But when I add the references "Kitware.VTK" and "Kitware.mummy.Runtime", the browser throws an error when I start the application:</div>

<div> </div>

<div>"msvcm90.dll or dependencies not found. Not a valid Win32-Application HRESULT: 0x800700C1"</div>

<div> </div>

<div>Which seems to indicate the Visual Studio C-Runtimes are not found (or have the wrong bitness). Yet, msvcm90.dll and it's dependencies are in the applications /bin folder, and they are 64bit. All other ActiViz DLLs are also present there. Also, using Process Monitor, I can see that IIS is loading them from there.</div>

<div> </div>

<div>When I do the same thing with a standalone .NET application, I have no problems using ActiViz, it just seems to happen in ASP.NET and IIS. I am using Visual Studio 2015, btw.</div>

<div> </div>

<div>* Does anyone successfully used ActiViz in web application?</div>

<div>* Could someone try this (maybe using the standard Viusal Studio MVC scaffolding project, a colleague of me did, with the same result)?</div>

<div>* Any ideas what could be the problem? Seems to indicate some problem the windows loader has, does it not?</div>

<div> </div>

<div>I am out of ideas - thank you for any feedback.</div>

<div> </div>

<div>-Guido</div></div></body></html>