[Mono-bugs] [Bug 365911] System.Data.Common.DbProviderFactory throws System. Configuration.ConfigurationErrorsException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 11 03:39:59 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=365911

User ferdinand.funke at gmx.de added comment
https://bugzilla.novell.com/show_bug.cgi?id=365911#c6





--- Comment #6 from Ferdinand Funke <ferdinand.funke at gmx.de>  2008-04-11 01:39:59 MST ---
So tried compiling the sources with the patch, but it gave me two errors:
1. System.Data.OracleClient/OracleParameter.cs(641,35): error CS0540:
`System.Data.OracleClient.OracleParameter.ICloneable.Clone()': containing type
does not implement interface `System.ICloneable'

I could solve this by changing the method to 

public object Clone ()
{
..
}

2. System.Data.OracleClient/OracleParameter.cs(35,43): error CS0246: The type
or namespace name `DbParameter' could not be found. Are you missing a using
directive or an assembly reference?

This is what I do not understand. I checked the using directives and the
references. They are OK. So what's the problem?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list