could not find type InputPanel

  • Thread starter Thread starter rocio
  • Start date Start date
R

rocio

I'm getting this weird message when I load a form from a project:

Could not find type "Microsoft.WindowsCE.Forms.InputPanel". Please make sure
that the assembly that contains this type is referenced. If this is part of
your development project, make sure that the project has been successfully
built

Yes, I built the project successfully, it is only when I installed it tin
the PPC that it breaks down. So when I look at the code, and load (within
VB.NET IDE) a form, I get this message. I looked at the references in this
project (where the form resides) and I see Microsoft.WindowsCE.Forms in the
list.....so what could be wrong?
 
Back
Top