E
Earl
When I created a dll to be used in multiple, the IDE selected the mscorlib
file from the latest version of the full framework
(F:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll).
However, the class library will be used in the CompactFramework, and the
main project I created there references F:\Program Files\Microsoft Visual
Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\mscorlib.dll. Here
I have v1.0.5.
Was there an upgrade to the CompactFrameworkSDK to v.1.1 or what am I not
understanding here? In any event, how do I redirect the reference to
mscorlib in the DLL and thus ensure that any DLL files I create will
initially reference the proper mscorlib for CF?
file from the latest version of the full framework
(F:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll).
However, the class library will be used in the CompactFramework, and the
main project I created there references F:\Program Files\Microsoft Visual
Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\mscorlib.dll. Here
I have v1.0.5.
Was there an upgrade to the CompactFrameworkSDK to v.1.1 or what am I not
understanding here? In any event, how do I redirect the reference to
mscorlib in the DLL and thus ensure that any DLL files I create will
initially reference the proper mscorlib for CF?