Hello Everyone:
Has anyone ever had an issue where the VS 2005 compiler keeps inserting a reference to oracle in your web.config when you're not using oracle???
I have the following in my web.config:
<compilation debug="true" strict="false" explicit="true">
<
assemblies><add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies>
</
compilation>
I am not using oracle, nor do I have any explicit references to oracle in the project at all. I do reference System.Data and System.Data.SqlClient.
If I remove the oracle reference, the compiler puts it right back in.
Anyone have any ideas why this is happening??
Thanks,
Joe