I wrote a c++ class with business logic for image manipulation in VS.Net-2013. Then created a DLL from this class. But when I add this DLL reference to my C# web project it runs in to reference errors. Am I missing something here? [closed]

asked 2015-08-07 02:28:13 -0600

Surya Kameswara Rao Ebix gravatar image
  1. Created a c++ CLR dynamic library in Visual Studio.Net 2013
  2. Added opencv to the project environment settings
  3. Created a c++ class with business logic for image manipulation operations using opencv
  4. Successfully compiled and created dll
  5. Created a new C# web project
  6. Added my dll reference
  7. Wrote a c# basic function using the dll functions
  8. Run project leads to references unable to load errors
  9. 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

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by StevenPuttemans
close date 2015-08-07 02:47:17.749724

Comments

1

O man o man o man ... look at this title ... please make it compact and to the point for a starter. Secondly OpenCV is NOT supported under any .NET language, nor is this the place to discuss C# related problems in linking C++ dll references. I am afraid this is not the right spot for any of this kind of questions.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-08-07 02:47:11 -0600 )edit