using:
- windows app - visual studio - 2008
- back end -oracle 11G
- web service - visual studio - 2010
- IIS(Application pools >> Advanced Settings >> Enable 32bit Applications is enabled)
I created a windows application using WCF service. When I host the service in my local machine(Using IIS) it works fine. When hosted on server, it shows an error:
Could not load file or assembly 'Oracle.DataAccess, Version=10.2.0.100, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
Help me to solve the problem