TypeLoadException

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.
 
T

Tommy Malone

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. :(
 
C

Chris Tacke, eMVP

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. :(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top