Re: [Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-10-01 Thread Jiri Cincura
On 10/1/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > do I get line number? In your code of course. The call stack can also help. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ---

[Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-30 Thread Muthu Annamalai
I use provider as dll. And my debugger doesn't break to the dll source. How do I get line number? Thanks Muthu Annamalai On 9/28/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > > > > I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use > Backup or Restore Method. I went ba

Re: [Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-28 Thread Jiri Cincura
On 9/28/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > > > > I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use > Backup or Restore Method. I went back to the previous version and it is > working fine. The line number? -- Jiri {x2} Cincura (Microsoft Student Partner) ht

Re: [Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-27 Thread Ruben Guinez
On 9/27/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > > I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I > use Backup or Restore Method. I went back to the previous version and it is > working fine. > > My Backup Method Code > > Public Function BackupDatabase(ByVal backupP

[Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-27 Thread Muthu Annamalai
I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use Backup or Restore Method. I went back to the previous version and it is working fine. My Backup Method Code Public Function BackupDatabase(ByVal backupPath As String) As Boolean If backupPath = String.Empty Then