There is no application associated with NETCFSetupv2

U

Umeshnath

I have developed a sample pocket Pc application in VS 2005. Through IDE i am
able to bulid and deploy and able to run in emulator.

After create a setup(cab file) and copy into Pocket PC through ActiveSync
and install it on Pcoket PC but I am not able to run exe , it is giving msg
"this application requires a new version of the microsoft.net compact
framework ..."

I have copied NETCFSetupv2.msi( 37.5 MB SP2) . But I am not able to run the
MSI file.
I ave getting msg "
There is no application associated with NETCFSetupv2"

Can any one help me out ?
Thanks
Umeshnath
 
S

Simon Hart [MVP]

Could you please post your solution for benefit of others reading this board.

Thanks.
 
G

Guest

The solution is to move the CAB file to a path that has no spaces in it.
The wceload registry entries are incorrect and it's not putting quotes
around the parameter sent in with ShellExecute.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
 
U

Umeshnath

Hi,
The solution is very simple , run the msi file from the desktop and make
sure that you have connected your desktop to pocket PC through ActiveSync .
The required dll automatically deployed into the pocket PC

We cannot run a msi file from pocket pc , it has to run from desktop.

Thanks
Umeshnath
 

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