I have a Visual Stuido solution that consists of a C++ dll that references a C# dll (this C# dll also references another C# dll) with my application.

My goal is to have this C++ dll accessed by...