Problem Building Cab

  • Thread starter Thread starter Ildani
  • Start date Start date
I

Ildani

I'm developing a smart dev app on VS.Net and i'm imported
the OpenNETCF on my project. The apps works on the
emulator but the build cab doesn't work probably because
I have a conflict between the mscorlib and OpenNetCF.
Someone can give me an idea on how to solve this problem?
Thanx
 
Is MSCorLib added as a reference in your project? If not, add it and try
to build the CABs again. I've just tried this with a Smart Device
Project (a PPC windows app, to which I added a ButtonEx to the form) and
the CABs build just fine.

--Neil

--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP

www.opennetcf.org | www.contentmaster.com
 
Thanx Neil
Yes the ref was added but the I canot build the cab !!!
I did a new solution as a OpenNet Project
and...everything works !!!
But I'd like to find a way to build it as a Smart Device
Solution...I still try...try try and try !!!
Thanx again
 
Back
Top