Oracle.Dataaccess is in the GAC. Can I control the version I use?

后端 未结 4 1528
野性不改
野性不改 2021-02-06 14:32

I have a XCOPY deployable .NET application using Oracle.DataAccess (ODP.NET). We also deploy the Oracle Instant client in the application directory. Everything works OK, but I w

4条回答
  •  独厮守ぢ
    2021-02-06 15:08

    You can use assemblyBinding in the app.config file.

    Heres a couple of links that show how to use it.

    http://blogs.msdn.com/b/suzcook/archive/2004/05/14/132022.aspx http://stackoverflow.com/questions/1165190/is-there-a-way-to-force-using-a-dll-version

提交回复
热议问题