System.TypeLoadException

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a class library that is outside of my CF application. I uncommented a
line in the code in that assembly (trying to test extended properties support
- or lack thereof - in CF), rebuilt, then I get this error. I recommented
that line, rebuilt, and now I still get this error and I can't get it to go
away. I have even deleted and restored the assembly from backup (when it was
working). Any tips on where to look now or how to fix this?
 
I was able to solve this by restarting the dev system... which makes no sense
to me because the code wasn't even running on the dev system. It was running
in the CF device emulator. It seems to me there is some VS bug at work here...
 
Back
Top