What could be causing a System.TypeLoadException?

后端 未结 8 1309
轮回少年
轮回少年 2020-11-27 20:39

I\'m developing, with VS2008 using C#, an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.

I want to

8条回答
  •  -上瘾入骨i
    2020-11-27 21:15

    Make sure the names (namespaces, class names, etc) are what they are supposed to be. I got this error when I had to start over on my project and I copied the contents of my class from a template and failed to change the class name from "Template Class" to the correct name (it was supposed to match the project name).

提交回复
热议问题