I have a wpf Application in which I am trying to reference a class library i have created. I have added a reference to the .dll And i have added the using statement to my fi
You can Copy any .dll files from other project, two .dll files. eg: A.dll,A.pdb and Rename this two files to your project's name.
Then you can rebuild this project.