I have an app that fails because mscorlib is not installed from Net Framework 2 SP2
Without it, I get the following error:
Could not load type 'System.DateTimeOffset' from assembly
'mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
The error can not be trapped in the runtime of the application, it appears when app is loaded, similar to when a project is loaded in NET 2010 development
on development projects/properties/compile/advanced compile options it is NET Framework 2
In distributed project/view/launch conditions/net framework/properties Version is NET Framework 2
When SP2 is installed a later version of mscorlib (which is the problem) is installed, but copying the new mscorlib.dll to the old SP1 version does not work
How do I get my install msi package to run SP2 if SP2 is not installed, it seems as long as Net Framework 2 is installed it does not check for updates