Page 1 of 1

ScriptProgressEventArgs not defined ?

Posted: Tue 11 Jul 2006 09:12
by Dirck
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?)

Posted: Tue 11 Jul 2006 12:15
by Alexey
We found a problem and now fixing it. Look forward to the next build.