nt = No Text
True story.
I can't get freetextbox working... ;)
Quote from: $t0rm on July 29, 2004, 03:56 PM
I can't get freetextbox working... ;)
That means YOU suck, not ASP.NET. :P
I hate it when something makes me jump thorugh hoops and install uberframework2000 -- dll hell edition to run hello world.
Quote from: $t0rm on July 30, 2004, 09:15 PM
I hate it when something makes me jump thorugh hoops and install uberframework2000 -- dll hell edition to run hello world.
How is .net supporting DLL hell?
lots of dlls = dll hell :)
I just downloaded the .net framework sdk and installed... it detected iis, then boom Im all done. Didn't take me long at all. I wouldn't say I had to jump through any hoops.
get freetextbox working then lol
Quote from: $t0rm on July 30, 2004, 11:27 PM
get freetextbox working then lol
Thats third party stuff though. How does that relate to the quality of asp.net?
That control is weird as crap... each element in your html is an iframe. I think this could have been made easier with applets, this is one time when I would have used them.
Quote from: $t0rm on July 30, 2004, 11:14 PM
lots of dlls = dll hell :)
Stop assigning dll hell to lots of dlls. :P
DLL hell == (lots of dlls && different versions of same dlls)
assembly hell?
different versions of the same assembly can reside together happily in the System's GAC, as far as I know.