- Created a c++ CLR dynamic library in Visual Studio.Net 2013
- Added opencv to the project environment settings
- Created a c++ class with business logic for image manipulation operations using opencv
- Successfully compiled and created dll
- Created a new C# web project
- Added my dll reference
- Wrote a c# basic function using the dll functions
- Run project leads to references unable to load errors
- Dependency walker reports errors with: API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL API-MS-WIN-CORE-WINRT-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL DCOMP.DLL IESHIMS.DLL
Do not know how to proceed from here or am I missing something here