views:

7

answers:

0

I have an odd problem that I just cant figure out. In my VS 2008 project I have added connector net v 6.2.3, with a MySql.Data, Version=6.2.3.0 etc This is in the referenced web config and machine config correctly

Whenever I build or rebuild the project, it puts the version back to 2.2 something, and even overwrites the dll that is in the bin folder of the web project.I dont even know how to google this question. The project will work fine if I just replace the dll in bin wih the approprite one, but I would love to know why this is happening and how to stop it

Thanks

Matt