TypeLoadException

  • Thread starter Thread starter Tommy Malone
  • Start date Start date
T

Tommy Malone

I got this error trying to run an application with an OpenNETCF link label.

TypeLoadException

Could not load type OpenNETCF.Windows.Forms.LinkLabel from assembly
OpenNETCF.Windows.Forms, Version=1.0.2904.0, Culture=neutral,
PublicKeyToken=30C767B29D52D6E6.

I know these are all my mistakes, but I can't seem to make this work.
 
This is not working for me. If, in fact, I have referenced the wrong
mscorlib.dll file, I cannot seem to find where the incorrect reference lies.
Here is what is listed under my mscorlib references property:

E:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\mscorlib.dll

If I'm understanding correctly, once the installation of the OpenNETCF is
done, adding a component to my project and the deploying that project with
that component requires no additional steps (specifically on the device).
Can someone confirm this for me?

I have re-installed OpenNETCF twice now. I have had no luck getting my
application to run with any of the tools included.

I am an idiot, so I'm not suggesting anything is wrong with the tools, but
only that I am not having much luck making them work. :(
 
Are you using VB or C#.

-Chris


Tommy Malone said:
This is not working for me. If, in fact, I have referenced the wrong
mscorlib.dll file, I cannot seem to find where the incorrect reference lies.
Here is what is listed under my mscorlib references property:

E:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\mscorlib.dll

If I'm understanding correctly, once the installation of the OpenNETCF is
done, adding a component to my project and the deploying that project with
that component requires no additional steps (specifically on the device).
Can someone confirm this for me?

I have re-installed OpenNETCF twice now. I have had no luck getting my
application to run with any of the tools included.

I am an idiot, so I'm not suggesting anything is wrong with the tools, but
only that I am not having much luck making them work. :(
 
Back
Top