MissingMethodException
Posted: Mon 06 Jun 2011 07:44
Hi Everyone,
I've developeed a simple app with SharpDevelop using dotConnect for PostgreSQL 5.30 Mobile Trial. All the app does is define a PgSqlConnection and then call Open() and Close().
My target framework is 'Compact Framework 2.0'. This builds and runs fine on my Win7. However as soon as I port the app to Windows Mobile 6.1 I get a 'MissingMethodException' at MainForm..ctor(). Looks like this is happening on the Open() call. I've included the Devart.Data.PostgreSql.dll. What could be the problem?
Thanks for all your help,
Sandy
I've developeed a simple app with SharpDevelop using dotConnect for PostgreSQL 5.30 Mobile Trial. All the app does is define a PgSqlConnection and then call Open() and Close().
My target framework is 'Compact Framework 2.0'. This builds and runs fine on my Win7. However as soon as I port the app to Windows Mobile 6.1 I get a 'MissingMethodException' at MainForm..ctor(). Looks like this is happening on the Open() call. I've included the Devart.Data.PostgreSql.dll. What could be the problem?
Thanks for all your help,
Sandy