[Mono-dev] Missing function in System.Data.OleDb.OleDbParameterCollection

Sebastien Pouliot sebastien.pouliot at gmail.com
Fri Nov 10 18:53:20 EST 2006


Hey,

On Fri, 2006-11-10 at 18:20 -0500, Justin Dearing wrote:
> Hi,
> 
> I just installed monodevelop 1.2 and

You probably installed Mono 1.2... Monodevelop itself hasn't yet reached
1.0.

>  compiled a .net 2.0 project with it. The only errors I got were
> these:
> 
> Error CS0117: `System.Data.OleDb.OleDbParameterCollection' does not
> contain a definition for `AddWithValue' 

Mono 1.2 doesn't offer the complete feature set of .net 2.0. Actually
Mono 1.2 officially support a (very big) subset of .net 1.1 including
System.Windows.Forms.dll. Full support for 2.0 is for another release...

So, yes, it's very possible that you'll encounter some missing 2.0
methods (or types).

Cheers!
-- 
Sebastien Pouliot  <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/




More information about the Mono-devel-list mailing list