Hi,
A quick Stackoverflow search will give you a detailed answer. However this is what it means.
- The DLL in your bin folder and the DLL referred in your web.config file have a mismatch. You need to update web.config with the version you have in your bin folder for this dll.
If you can resolve this error you should be all set.
Thanks,
Chetan