Help on System.TypeLoadException in publicKeyToken="b77a5c561934e089"

  • Thread starter Thread starter Daniel Moth
  • Start date Start date
I have a compact Framework Project develope in Visual Studio 2003 wich
reference a desktop dll, this dll has its code in such a way if a function
is called under Desktop running environment then call one version of the
function and if it calls under PDA running environment then calls other
version of the same function. By doing so i can have the project running on
Pocket Pc Devices until the Pocket Pc 2003 Second Edition appears. Did
something in the compilling mode changed in this version?. Before if you
never call a function this function never give error until is called so you
could have functions using desktop calls and if you dont use its no errors
where found until Second Edition. can anybody help me on this subject.
 
First off all thanks for your answer. Forgive my english i'm from spain
thats why my english is so bad. I have read two articles the one on sharing
Binaries and the one on sharing Code (.CS) . But i use to share binaries by
using delegates as pointers to functions and depending on the environment
link to one version of the function or the other. By this way i have the
same dll in both platforms. So by your answer i can understand that from
Compact FrameWork 2.0 the framework Do COMPILE ALL THE FUNCTIONS REGARDING
IF THEY ARE USED OR NOT IN RUNNING TIME. Please can you clarify this point
for me.

Best wishes Mario
 
Back
Top