Click here to Skip to main content
15,904,822 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
I have a application in VS2013, which uses IBM DB2 DATA DRIVER 9.7 and it works fine. In Prod system, when I try to run the same code which has IBM DB2 DATA DRIVER 10.0, it gives me error as my app uses different versions of dll for DB2 Drivers.

How Can I fix this issue in production system?

Regards
Dipjyoti
Posted
Comments
Richard MacCutchan 2-Mar-15 8:36am    
Use the same version in both.

1 solution

You don't "fix the issue in production" - you install the correct drivers in your development environment and adjust (if necessary), rebuild, and retest your application.

The other option is to regress production back to the previous version - which would be silly.
 
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