Resources.dll not updated in .cab

  • Thread starter Thread starter Cocotteseb
  • Start date Start date
C

Cocotteseb

Hello,

I'm using VS2005 and the new smart device project cab.
My app supports localizations (fr, en and de) but when I generate the
..cab it apparently doesn't update the resources.dll. I however put the
assemblies at output project....and when I look at \obj\debug\ for th
folders de ,en fr and copy them into my pda and replace those installed
by the cab all is fine!
Why when I generate the .cab it doesn't update the resources!
Please help me! I'm desesperated!
 
I have exactly the same problem on my system. Is this a bug in CAB-creating
within VS2005?

Michael
 
When i deploy a localized solution directly from VS2005 to a device, the
resource DLLs embed correctly into their language dependent folders.
When creating a CAB-File (with localized resources) and install it on a
device, the resource DLLs copy randomly in any localized sub-folder.
Any workaround available??
 
Back
Top