| Author: lavanya devineni 25 Jun 2008 | Member Level: Silver | Rating: Points: 2 |
Hi Phani kumar,
If we install compact frame work on device, no need to add those dlls in cab file.
lavanya.
|
| Author: Sabu C Alex 30 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
in the cab project select the dll that u want to add to cab file and in its properties window give Exclude=false
|
| Author: G.Joychandrasekaran 07 Aug 2008 | Member Level: Silver | Rating: Points: 5 |
Phani Kumari,
There are two reason were DLL not found in your deployment. 1. I think you did not add reference to the OPENnetCF dll 2. It may be supporting dll just it will be in your application path, not with project reference.
Sol: Add all your required dlls in to your Deployment
rightclick on Deployment project->View->File system->Application folder-> (copy and paste here that dlls or browse that files and add into this path)
|
| Author: Malleswar 09 Dec 2008 | Member Level: Silver | Rating: Points: 4 |
Hi Phani kumari,
OpennetCF has to be installed along with our Compact framework. That means you have to create a single CAB file which contains multiple CABs. The following link helps you to prepare single CAB which includes multiple cabs.
Installer Creation(we can also add multiple cabs for single installer)
http://msdn.microsoft.com/en-us/library/aa446504.aspx
http://www.devx.com/wireless/Article/31198/1954
for OpennetCF CAB chk this path: C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\OpenNETCF\SDF.cab
Please dont hesitate to ask, If you find any problem while working on this.
Regards, Malleswar
|