Visual Studio keeps adding Oracle assemblies to web.config



I searched around, but could not find out why and how to stop this.

Ever since I installed Oracle 11g on my machine, Visual Studio will
automatically add the following oracle assemblies into my web.config
each time I compile my web application.

<assemblies>
.... ...
<add assembly="System.Data.OracleClient, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="Oracle.DataAccess, Version=2.111.6.0,
Culture=neutral, PublicKeyToken=89B483F429C47342"/>
<assemblies>

I am not using Oracle for my application at all. So, I had to remove
it manually from web.config after each compile.

Oracle services are configured not to run automatically because it
uses a lot of memory. In other words, none of the oracle components
is running as far as know.

Any idea why this happens, and how to stop VS 2005 from adding it to
web.config? Thank you.

.



Relevant Pages

  • Re: Visual Studio keeps adding Oracle assemblies to web.config
    ... "references" list? ... Ever since I installed Oracle 11g on my machine, ... automatically add the following oracle assemblies into my web.config ... it manually from web.config after each compile. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP .NET Application Using Incorrect Assembly Version
    ... Your web application assemblies are referring to this version of the ... One trivial way of fixing it is to upgrade the server's client, ... The other way is to install the same version of the assembly on your ... Turns out Oracle uses Policies that redirect older versions of the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Visual Studio keeps adding Oracle assemblies to web.config
    ... It is a change Oracle made to the way VS handles things. ... (or all users profile) ... automatically add the following oracle assemblies into my web.config ... it manually from web.config after each compile. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Compiling and running DBD for Oracle 10g without installing Oracle
    ... I recently had to compile the DBD modules for Oracle 10g on machines, ... perl, DBI etc. of recent enough version ... Oracle 10g installation disk for your architecture (available at ...
    (perl.dbi.users)
  • Compiling and running DBD for Oracle 10g without installing Oracle
    ... I recently had to compile the DBD modules for Oracle 10g on machines, ... perl, DBI etc. of recent enough version ... Oracle 10g installation disk for your architecture (available at ...
    (perl.dbi.users)