MissingMethodException

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
sandy82
Posts: 4
Joined: Mon 06 Jun 2011 07:24

MissingMethodException

Post by sandy82 » 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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 07 Jun 2011 13:44

Please refer to this thread: http://www.devart.com/forums/viewtopic.php?t=21178. We have sent the license compiler to you as well.
If this doesn't help, please post here your stack trace. We cannot reproduce the problem at the moment.

Post Reply