Home All Groups Group Topic Archive Search About

asp to aspx conversion problem

Author
7 Feb 2007 11:56 PM
John
Hi

I have used  the wizard provided on www.asp.net to convert an asp app to
aspx. Now I am getting the Type 'xxx' is not defined error on the following;

Dim rs As ADODB.Recordset
Dim conn As ADODB.Connection
Dim Flds As ADODB.Fields

How can I fix this?

Thanks

Regards

Author
8 Feb 2007 1:44 AM
Otis Mukinfus
Show quote
On Wed, 7 Feb 2007 23:56:59 -0000, "John" <John@nospam.infovis.co.uk> wrote:

>Hi
>
>I have used  the wizard provided on www.asp.net to convert an asp app to
>aspx. Now I am getting the Type 'xxx' is not defined error on the following;
>
>Dim rs As ADODB.Recordset
>Dim conn As ADODB.Connection
>Dim Flds As ADODB.Fields
>
>How can I fix this?
>
>Thanks
>
>Regards
>
>

Try asking this question in the microsoft.public.dotnet.framework.aspnet news
group.  This is the ADO.NET group.

Good luck with your project,

Otis Mukinfus

http://www.otismukinfus.com
http://www.arltex.com
http://www.tomchilders.com
http://www.n5ge.com
Author
8 Feb 2007 5:57 AM
Cor Ligthert [MVP]
Otis,

It seems to me more a problem for the DotNet.Data newsgroup (not AdoNet in
that you are right). Active persons in those are by example Bill Vaughn and
Paul Clement. They will probably give the answer here.

I assume that it is just a reference setting that can be done using the tab
project and than add reference.

However probably is better as the John has a look what ADONET can do for
him.

Cor



Show quote
"Otis Mukinfus" <phoney.email.addr***@phoney.com> schreef in bericht
news:8vuks2pfbpc8trnpfebgbbkbnu59a9qr8m@4ax.com...
> On Wed, 7 Feb 2007 23:56:59 -0000, "John" <John@nospam.infovis.co.uk>
> wrote:
>
>>Hi
>>
>>I have used  the wizard provided on www.asp.net to convert an asp app to
>>aspx. Now I am getting the Type 'xxx' is not defined error on the
>>following;
>>
>>Dim rs As ADODB.Recordset
>>Dim conn As ADODB.Connection
>>Dim Flds As ADODB.Fields
>>
>>How can I fix this?
>>
>>Thanks
>>
>>Regards
>>
>>
>
> Try asking this question in the microsoft.public.dotnet.framework.aspnet
> news
> group.  This is the ADO.NET group.
>
> Good luck with your project,
>
> Otis Mukinfus
>
> http://www.otismukinfus.com
> http://www.arltex.com
> http://www.tomchilders.com
> http://www.n5ge.com
Author
9 Feb 2007 2:22 AM
Otis Mukinfus
On Thu, 8 Feb 2007 06:57:42 +0100, "Cor Ligthert [MVP]"
<notmyfirstn***@planet.nl> wrote:

Show quote
>Otis,
>
>It seems to me more a problem for the DotNet.Data newsgroup (not AdoNet in
>that you are right). Active persons in those are by example Bill Vaughn and
>Paul Clement. They will probably give the answer here.
>
>I assume that it is just a reference setting that can be done using the tab
>project and than add reference.
>
>However probably is better as the John has a look what ADONET can do for
>him.
>
>Cor
{snip}

You know Cor, now that I see the post after several hours have gone by, I
believe you're right about that.  I think my original reading of the post zeroed
in on the ASP to ASPX conversion part ;o)

Thanks for pointing that out to me in a nice way.

Good luck with your project,

Otis Mukinfus

http://www.otismukinfus.com
http://www.arltex.com
http://www.tomchilders.com
http://www.n5ge.com

AddThis Social Bookmark Button