G
gnewsgroup
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.
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.