Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I am getting below error

Could not load file or assembly 'Npgsql, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' or one of its dependencies. The system cannot find the file specified.


this is my code

C#
PassbookInsert PaIn = new PassbookInsert();//error here
           this.Hide();
           PaIn.ShowDialog();
           this.Show();


Please tell me what's wrong here...??
Posted

1 solution

Did you search Google for this error?
Fix link[^]
 
Share this answer
 
Comments
[no name] 19-Feb-14 2:18am    
i did this already..but it's same..
thatraja 19-Feb-14 2:21am    
Reinstall the Npgsql, restart the machine & try again.

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