We had a situation when we had problems with the DLL, which was built in our office, which is located in the Central time zone, and then deployed to a server located on the west coast (Pacific time zone). We are having problems with "UTCDate out of range" when trying to get embedded resources from our DLL (via WebResource.axd). After we discovered this and updated the time of the DLL file to match the time of the web server, everything worked fine.
My question is: why .Net cares about the assembly?
Thanks.
source share