Forum Moderators: open
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
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