This post originated from an RSS feed registered with .NET Buzz
by Sam Gentile.
Original Post: Whidbey Compact CLR overwrites 1.1 CLR?
Feed Title: Sam Gentile's Blog
Feed URL: http://samgentile.com/blog/Rss.aspx
Feed Description: .NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Mac OS X, Extreme Programming and More!
So the deal appears to be this: as I develop a Whidbey SDE application and deploy it to a PocketPC 2K3 device, it deploys the 2.0 CLR with it as it should, but since the PocketPC doesn't have a real GAC and is file based, mscoree.dll 2.0 overwrites the 1.1 version in the windows directory (on the device). I know that the Compact Framework 2.0 is supposed to support side by side versioning but either it's not there yet or I am doing something wrong. The newsgroups don't touch this area.