ScriptProgressEventArgs not defined ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Dirck
Posts: 4
Joined: Mon 03 Jul 2006 14:25

ScriptProgressEventArgs not defined ?

Post by Dirck » Tue 11 Jul 2006 09:12

Hello,

I want to use the following code to check for results during my PgSqlScript.Execute():

Code: Select all

Private Sub OnProgress(ByVal sender as Object, ByVal e as CoreLab.Common.ScriptProgressEventArgs) Handles m_script.Progress
     ' Do stuff.
End Sub
However I get the error message that ScriptProgressEventArgs is not defined. When I move through the list that auto-complete shows me, ScriptErrorEventArgs is in there, but not its Progress counterpart.

I'm using version 2.50.16.1. on a WorkAbout Pro with WinCE4.2
(Could it be the ScriptProgressEventArgs is not supported for the .NET Compact Framework?)
Last edited by Dirck on Tue 11 Jul 2006 14:49, edited 1 time in total.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 11 Jul 2006 12:15

We found a problem and now fixing it. Look forward to the next build.

Post Reply