Unsaon pag buhat og deploment file in visual studio .net na ma recognize sa pocket pc ang file as the installer?
Unsaon pag buhat og deploment file in visual studio .net na ma recognize sa pocket pc ang file as the installer?
CAB files...
i Made already cab files with the solution. I tested and despolyed it using an emulator and worked fine but when I transfer the cab file to the pocket pc and install it kay unsuccessful installation and it cant detect the installer as mobile installer daw and something.
I think there is something wrong in my process of making a cab file. I used visual studio 2003 with default settings and installation.
can you help me figure this out?
thank you very much....
Can anyone help me with this problem?
"I installed successfully the set up package I made in Visual Studio 2005 but whenever I run the exe from my pocket pc, a message always shows "This application(MyApplication1.exe) requires a newer version of the Microsoft .NET Compact Framework than the version installed on this device".
what does it means?
I am using visual studio 2005 with MS .NET CF v2.0.
can anyone help me with this?
thanks a lot....
There's a newer Compact framework around. Version 3.5. Try using that sir.
I've tried installing Apache and PHP on an old iPAQ H5550 using Familiar/Ångström Linux. I didn't install MySQL though, but I think you can do that in theory. If you just need a lightweight database, just use sqlite or Firebird.
Imong iPAQ have a linux OS right? I am so curious kasi with that OS and how to install apache and php on it. I have iPAQ hx2490c with windows mobile 5.1 as its OS. Ngbuhat nko ug simple application where you can add and retrieve data on DB. but I have encountered errors. Have you tried it also? i mean developed an application using visual studio .net 2005?
murag bihira lang kasi ang nakabalo about ani that is why gamay ra mu reply sa thread.
Yepp, Linux ako gigamit, kay wala man gud ko license sa Windows unya Linux/Unix ra ang OS sa ako computers. Ni-palit ko ug pirated nga .Net installer pero wala jud to nako na-install.
Nag SSH ra ko sa iPAQ unya nag "ipkg install apache" ra ko. BTW, mas OK diay ang nginx or lighttpd compared sa Apache para sa embedded devices kay lightweight iyang memory, space, and processor requirements.
Naa ko screenshots:
Blah, blah, blah: A Random Technical-sounding and Geekish Title: ipaq
ipost ang error.. i've had my own share of pocket pc development from .net 1.1 and .net 2.0. maybe i can help... but my skill is only limited to windows mobile. not really familiar with linux pocket pc's. simon.cpu knows about that.
we can't really help you if you don't provide the details.
first you cannot make a package deployer with a .exe extension for your pocket PC. deploying to a pocket pc should be via CAB or Cabinet File.
i'm not sure what you didt but for 2005, heres what you have to do.
1. in your solution, create a CAB Project. this is assuming you have the pocket pc project template.
2. in your CAB Project, add your project in which you are trying to deploy.
3. map your files in which where you wanted it placed in the pocket pc, such as where would you want to put the assemblies, the shortcuts etc..
4. just rebuild it.
5. copy the .CAB file from your BIN, either in debug or release and then copy it to your pocket pc. then just click it using your stylus.
if you have any questions post it here. if you encounter any errors post it here. post the whole exception so that we can read it. and make sure your pocket pc has the compact framework installed.
Similar Threads |
|