I've tried all my ASP.NET apps (15+) out on 2.0, and in about five only minor, straightforward changes were necessary to get them working. Some that crept in from the conversion tool. Altogether the feeling I get is, "It just works!"So I'm sold 100% on Whidbey. I hope that there aren't any crazy hacks going in just to try to maintain compatibility with 1.1. 2.0 adds lots under the hood, and I actually expect some things to break. And it's all for the better. Now I've got generics at my disposal! Thanks, CLR guys for that. I know that wasn't easy.I've also got the better ASP.NET architecture with partial classes. I can now revise lots of my existing code to leverage some of the new controls, and better compatibility with Netscrape and Firefox.Thanks for bringing us a great update!-Lorin
Yes, if your 1.1 app doesn't work when running on the 1.0 runtimes and upgrading to 1.1 runtimes gets it to start working, that seems like a good thing to recommend, no?But, most of those problems have been hit already since 1.1 has been out there for awhile.
What happens if a program makes a call to a .net DLL that was complied on version 1.1 form 2.0? Does the DLL run in 1.1 or 2.0, and dose it matter if it’s a compile type reference or late binding?
scobleizer wrote:Yes, if your 1.1 app doesn't work when running on the 1.0 runtimes and upgrading to 1.1 runtimes gets it to start working, that seems like a good thing to recommend, no?
Yes, if your 1.1 app doesn't work when running on the 1.0 runtimes and upgrading to 1.1 runtimes gets it to start working, that seems like a good thing to recommend, no?