|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I realized that the problem might be that you are referencing the .NET 4.0 version of System.Data.OracleClient, but you need to reference the .NET 2.0 version for SF to work. It won't show up on the .NET tab of the Add References dialog if your project is a .NET 4.0 project (it only shows the .NET 4.0 assemblies). You'll have to user the Browse tab to reference the .NET 2.0 version, then the SF stuff should work. The System.Data.OracleClient.Dll is typically located:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Let us know if this gets your problem solved.
|