Connecting Tech Pros Worldwide Forums | Help | Site Map

Image load

Newbie
 
Join Date: Sep 2009
Posts: 21
#1: Sep 11 '09
i create an application which display some image.

i done it successfully. at this time i use storage card to display images but when i create a cab file and install it in a device that time i get error "resource assembly containing it cannot be found"
how a can solve this deploying problem?

markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Sep 11 '09

re: Image load


Your CAB file project probably doesn't contain all the .dll files that your project uses.

Make sure that all the dependancies are correct. In the Solution explorer, right click on your cab file and click "Refresh Dependancies" to do an auto update for this. If this doesn't solve your problem manually check and make sure all your project files are in the cab file.

If anywhere in your code you are referencing the installation directory make sure that the installation of your CAB file project is the same as the one that the project will be when you run "Debug"

Hope this helps,

Mark
Reply