I have replicated the exact procedure which the link shows:
http://www.codeproject.com/Articles/9826/How-to-create-a-DLL-library-in-C-and-then-use-it-w
I have developed and build a vc++ dll project and build and succeeded as well. Now my question is where the dll will be saved inside the created Vc++ project. I have serached in the debud folder there's no dll file present over. I Can refer the dll into my C# application only if i copy paste the dll in to the bin folder(As specfied by the link)
Please help me out on this