Can I add a reference to System.Core.dll (.net 3.5) to a .net 2.0 application and use it
I am trying to use the TimeZoneInfo class which is available in .net 3.5 only, by referencing System.Core.dll
Alternatively, is their an alternate for TimeZoneInfo in .net 2.0 (or a customised class)