Visual Studio keeps adding Oracle assemblies to web.config
- From: gnewsgroup <gnewsgroup@xxxxxxxxx>
- Date: Wed, 16 Apr 2008 09:30:07 -0700 (PDT)
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.
.
- Follow-Ups:
- Re: Visual Studio keeps adding Oracle assemblies to web.config
- From: Patrice
- Re: Visual Studio keeps adding Oracle assemblies to web.config
- From: Cowboy \(Gregory A. Beamer\)
- Re: Visual Studio keeps adding Oracle assemblies to web.config
- Prev by Date: Re: Check login status
- Next by Date: Re: Culture
- Previous by thread: ASP.NET configuration manager - Acces Data Provider
- Next by thread: Re: Visual Studio keeps adding Oracle assemblies to web.config
- Index(es):
Relevant Pages
|