sqldatareader.HasRows

  • Thread starter Thread starter AJ
  • Start date Start date
A

AJ

I'm trying to use this property but the compiler doesn't
understand HasRows and the documentation says I need 1.1
of the framework and looking in my "add or remove
programs" I have the framework for 1.0.3705 and 1.1. My
documentation is old too because HasRows doesn't exist.

csc.exe says .net Framework 1.0.3705.

So what should I do? Uninstall 1.0.3705 and reinstall 1.1?
Or is there an entry in my web.config or machine.config to
tell what version of the framework to use?

thanks alot,
AJ
 
...
I'm trying to use this property but the compiler doesn't
understand HasRows and the documentation says I need 1.1
of the framework and looking in my "add or remove
programs" I have the framework for 1.0.3705 and 1.1. My
documentation is old too because HasRows doesn't exist.

csc.exe says .net Framework 1.0.3705.

So what should I do? Uninstall 1.0.3705 and reinstall 1.1?
Or is there an entry in my web.config or machine.config to
tell what version of the framework to use?

I think this link might help you, we had to follow these steps at the office
to enable some bits and pieces to work, and also the opposite way around to
prevent 1.1 interferring with an older app...

http://www.microsoft.com/technet/tr...aspnetiisregistrationtoolaspnet_regiisexe.asp

Hope this helps..

Regards

Rob
 
Back
Top