Re: Visual Studio keeps adding Oracle assemblies to web.config
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Wed, 16 Apr 2008 19:07:13 +0200
Have you checked the "project properties" window to see if they are in the
"references" list ? Not sure as it looks like this is done automatically for
you but perhaps worth checking ?
--
Patrice
"gnewsgroup" <gnewsgroup@xxxxxxxxx> a écrit dans le message de news:
67b9f560-ac69-4fc9-b723-14a3b409b114@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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: gnewsgroup
- Re: Visual Studio keeps adding Oracle assemblies to web.config
- References:
- Visual Studio keeps adding Oracle assemblies to web.config
- From: gnewsgroup
- Visual Studio keeps adding Oracle assemblies to web.config
- Prev by Date: Re: Visual Studio keeps adding Oracle assemblies to web.config
- Next by Date: Re: Visual Studio keeps adding Oracle assemblies to web.config
- Previous by thread: Re: Visual Studio keeps adding Oracle assemblies to web.config
- Next by thread: Re: Visual Studio keeps adding Oracle assemblies to web.config
- Index(es):
Relevant Pages
|