Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Delphi 2005 and DBISAM ADO.Net Data Provider - ASP
Thu, Jan 26 2006 6:38 PMPermanent Link

"TorB."
Hi!
I just installed Delphi 2006 and  the DBISAM ADO.Net Data Provider.
I am testing the tools in an ASP.NET application, and I am very new to this
Smile
In an application I only have a DbIsamConnection and a DbIsamdataAdapter on
the web form.
It is no problem setting the DbIsamConnection and configuring the
DbIsamDataAdapter, but when I try to generate the DataSet via the popup menu
I get this error ( it is translated from Norwegian, and the error I guess
will differ somewhat in English):

"The Object Reference is not declared as an ObjectInstance"
When I click details I get this info.
"
Details:
+ $C[226F8674]{dotnetcoreide100.bpl}
InteropMenu.InteropMenu.TInteropAction.Execute (Line 243, "InteropMenu.pas"
+ 0) + $C
+ $0[51F0A2A1]{rtl100.bpl  } System.System.@CheckAutoResult (Line 18061,
"system.pas" + 6) + $0
+ $5[5202F0AD]{vcl100.bpl  } Menus.Menus.TPopupList.MainWndProc (Line 3374,
"Menus.pas" + 2) + $5
+ $0[51F40BB0]{rtl100.bpl  } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + 8) + $0
+ $6A[77D38731]{USER32.dll  } GetDC + $6A
+ $14A[77D38811]{USER32.dll  } GetDC + $14A
+ $122[77D389C8]{USER32.dll  } GetWindowLongW + $122
+ $A[77D396C2]{USER32.dll  } DispatchMessageA + $A
"
I did this in Delphi8 without problems of any kind...ehm Smile

Help anyone?
Kind regards
TorB.

Thu, Jan 26 2006 7:25 PMPermanent Link

Michael Baytalsky
Hello TorB,

Which version of Delphi are you using (your subject and message
body disagree): 2005 or 2006? We did release 1.6.0 for 2005,
however, we didn't test it with D2006.
Also, please note, that latest 2.0.0 version will only work
in VS 2005.Net IDE and only under .Net 2.0.

Also, please make sure you're not using expired trial version.


Sincerely,
Michael


TorB. wrote:
> Hi!
> I just installed Delphi 2006 and  the DBISAM ADO.Net Data Provider.
> I am testing the tools in an ASP.NET application, and I am very new to this
> Smile
> In an application I only have a DbIsamConnection and a DbIsamdataAdapter on
> the web form.
> It is no problem setting the DbIsamConnection and configuring the
> DbIsamDataAdapter, but when I try to generate the DataSet via the popup menu
> I get this error ( it is translated from Norwegian, and the error I guess
> will differ somewhat in English):
>
> "The Object Reference is not declared as an ObjectInstance"
> When I click details I get this info.
> "
> Details:
>  + $C[226F8674]{dotnetcoreide100.bpl}
> InteropMenu.InteropMenu.TInteropAction.Execute (Line 243, "InteropMenu.pas"
> + 0) + $C
>  + $0[51F0A2A1]{rtl100.bpl  } System.System.@CheckAutoResult (Line 18061,
> "system.pas" + 6) + $0
>  + $5[5202F0AD]{vcl100.bpl  } Menus.Menus.TPopupList.MainWndProc (Line 3374,
> "Menus.pas" + 2) + $5
>  + $0[51F40BB0]{rtl100.bpl  } Classes.Classes.StdWndProc (Line 11572,
> "classes.pas" + 8) + $0
>  + $6A[77D38731]{USER32.dll  } GetDC + $6A
>  + $14A[77D38811]{USER32.dll  } GetDC + $14A
>  + $122[77D389C8]{USER32.dll  } GetWindowLongW + $122
>  + $A[77D396C2]{USER32.dll  } DispatchMessageA + $A
> "
> I did this in Delphi8 without problems of any kind...ehm Smile
>
> Help anyone?
> Kind regards
> TorB.
>
>
Fri, Jan 27 2006 1:57 AMPermanent Link

"TorB."
Hi Michael!
Sorry for the typing error.
I use Delphi2006 with update #1 installed and the registered version of
DBISAM ADO.Net Data Provider v. 1.6.
I know that version 2 will not work with Delphi, but I installed it and
tested it with VS before I installed Delphi2006.
Before I installed Delphi2006 I also removed the 2.0 version of DBISAM
ADO.Net Data Provider and re-installed the 1.6 version.
I think that my problem in some way is related to Delphi2006, since it is
working in Delphi8.
Will there be a Delphi2006 version comming?
Kind regards
TorB.

*****

> Which version of Delphi are you using (your subject and message
> body disagree): 2005 or 2006? We did release 1.6.0 for 2005,
> however, we didn't test it with D2006.
> Also, please note, that latest 2.0.0 version will only work
> in VS 2005.Net IDE and only under .Net 2.0.
>
> Also, please make sure you're not using expired trial version.

Fri, Jan 27 2006 8:16 AMPermanent Link

Michael Baytalsky
Hi TorB,

I see. There certainly will be D2006 version released as soon
as I receive my copy of D2006, which I don't have yet.
I hope to have it ready within a couple of weeks.
Also, you can have both 1.6.0 and 2.0.0 installed and
working at the same time - there's no need to uninstall one
because assembly cache allows them to coexist peacefully.

Regards,
Michael

TorB. wrote:
> Hi Michael!
> Sorry for the typing error.
> I use Delphi2006 with update #1 installed and the registered version of
> DBISAM ADO.Net Data Provider v. 1.6.
> I know that version 2 will not work with Delphi, but I installed it and
> tested it with VS before I installed Delphi2006.
> Before I installed Delphi2006 I also removed the 2.0 version of DBISAM
> ADO.Net Data Provider and re-installed the 1.6 version.
> I think that my problem in some way is related to Delphi2006, since it is
> working in Delphi8.
> Will there be a Delphi2006 version comming?
> Kind regards
> TorB.
>
> *****
>
>> Which version of Delphi are you using (your subject and message
>> body disagree): 2005 or 2006? We did release 1.6.0 for 2005,
>> however, we didn't test it with D2006.
>> Also, please note, that latest 2.0.0 version will only work
>> in VS 2005.Net IDE and only under .Net 2.0.
>>
>> Also, please make sure you're not using expired trial version.
>
>
Image