I know this is a wierd question but I need to use a dll created using c# in a c# file contained inside c++ project. Currently i tried adding reference from project in visual studio but still when writing c# code, i cant get the reference from dll. (Fyi, The c# file inside the project is compiled as .net module and is used in c++ files). Can someone help me regarding this. I only need to refer the dll inside my c# file contained in c++ project.
Thanks