Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
"Add Gnostice.PDFOne.dll as a reference to the project" I don't have any option in my 2005 visual studio to add it as a reference. can any one direct me the path if you are familiar with it. Or can I just simply add "using Gnostice.PDFOne" on the top of my code behind file?.
Posted

Just right click on your "references" folder under the project name in question in your solution explorer and click "Add Reference". It is there. If this is a registered dotNet assembly it will be in the initial .NET tab, if it is not you can browse to the .dll file location and add it that way. If it is a COM component, you can use the COM tab to find it.
 
Share this answer
 
Comments
Abhinav S 1-Sep-11 11:01am    
Accurate. 5.
Just follow the steps on given here[^], and you should be able to add a reference to the dll.
You will however need to know the location of Gnostice.PDFOne.dll on your hard drive.
Once this is done successfully, you can add using Gnostice.PDFOne to your class file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900