Hi friends, I have a DLL which I have created in VC++ project. Now I want to use that DLL in my C#.net project. What exactly I have done is, I have added project of VC++ for which I have created the DLL, in my C#.net project. After that I have tried to add the reference of that DLL by browsing it. But I am getting error that,"A reference to the file could not be added.Please make sure that the file is accessible, and that it is a valid assembly or COM component. "
Overview: I have one C#.net Project one VC++ Project I want to use my VC++ project in C#.net project. For that I have created DLL of VC++ project and now I want to use that DLL in my C#.net project.