Forum Moderators: open

Message Too Old, No Replies

Are Windows 2000 and the asp.net 2.0 framework fully compartible

My datagrids quit working properly

         

vite_rts

12:07 am on Jun 29, 2006 (gmt 0)

10+ Year Member



Hi All

I run on windows 2000 workstation for off line development.

I upgraded to asp.net 2.0 for 1 day, an was forced to uninstal it immediately.

a, Datagrids would not render in design view if allowpaging="true"

b, Nothing would compile like before without extensive re writing of the code, mind you it forces more disciplined code, but man, that can wait for mark two websites if one gets there :)

Remarkably, the datagrid issue does not affect a state of the art xp pro machine I also have access to. Is this an issue with windows 2000

cheers

wardbekker

11:24 am on Jun 29, 2006 (gmt 0)

10+ Year Member



Hi vite_rts,

Did you try to run a website compiled for 1.x of the dotnet framework under 2.0? I would recommend not running 1.x apps under an 2.0 appdomain in IIS. There is no advantage in running 1.x apps under 2.0 of the framework as far as I know.

Ward

vite_rts

11:37 pm on Jun 29, 2006 (gmt 0)

10+ Year Member



Well, not quite

What i was doing was converting a site compiled in asp.net 1.1 to 2.0 because the mail functions off my new host were not responding to the mailmessage class,

they gave me asp 3.0 script to use instead, so i decided to try asp.net 2.0 after some research on the net suggested my mail problem was asp.net 2.0 related,

Thus I tried to recompile my website an its code, alas, my main machine, a windows 2000 machine, has the problem with

allowpaging = "true"

as soon as i removed asp.net 2.0, twas okay