Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
sorry, this might be a simple question to most of you:

I copied the dlls into the /bin folder of my VS project. However, I still cannot use the classes I need (for connections,...)

Do I have to use gacutil? How does this work? I just found the file gacutil.exe, but it looks like xml and I cannot execute the necessary command.

I used the manual on the npgsql page.

Thanks for your help
Posted

1 solution

Your DLLs don't need to be put into the GAC. Just add references to them in your project, and you should be able to use the classes in them.
 
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