J
jehugaleahsa
Hello:
We are publishing an application to our web server, it tries to use
the wrong assembly version.
This is the line in the web.config file:
<add assembly="Oracle.DataAccess, Version=2.102.3.3, Culture=neutral,
PublicKeyToken=89B483F429C47342"/>
However, the web server tries to find version 2.111.6.20. We did some
research and this is for Oracle 11g. The 11g client isn't installed on
the web server. However, it is installed on our development machines.
How does that affect anything?
Why is ASP .NET trying to use a different assembly version than I
specify? How do I tell it to stop?
Any help would be great.
Thanks,
Travis
We are publishing an application to our web server, it tries to use
the wrong assembly version.
This is the line in the web.config file:
<add assembly="Oracle.DataAccess, Version=2.102.3.3, Culture=neutral,
PublicKeyToken=89B483F429C47342"/>
However, the web server tries to find version 2.111.6.20. We did some
research and this is for Oracle 11g. The 11g client isn't installed on
the web server. However, it is installed on our development machines.
How does that affect anything?
Why is ASP .NET trying to use a different assembly version than I
specify? How do I tell it to stop?
Any help would be great.
Thanks,
Travis