Click here to Skip to main content
15,888,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I cant run my application developed in
vb.net2010 dot net framework 4 
on client machines. i am getting this error message

Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly 'BBSSystem, Version=1.0.0.0, Culture-nuetral, PublicKeyToken=null'


Someone please help
Posted
Updated 7-Mar-16 5:34am

1 solution

find "adodb" in references and see adodb.dll properties. 
"Embeded Interop Types" set to false than you can set  "Copy Local" to true . 
 
Share this answer
 
Comments
sadav 21-Sep-17 22:25pm    
Thank you, today this save my day!!!

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