SYSTEM_SR_ENU.cab

  • Thread starter Thread starter Thore Berntsen
  • Start date Start date
T

Thore Berntsen

Every time i deploy my app from VSS2003 the System_SR_enu.cab is deployed
with it. And I have to answer if I want to have it reinnstalled on the
device. How can I avoid this?

Thore Berntsen
 
that a required assembly which seems to contains error string and
internationalized strings or something like that.
I had it (System.SR.dll) in the list the referenced assembly of my project
and somehow it cames included in my cab file ....
 
System.SR.dll has strings that are displayed when you get exceptions. These
are localized to different languages and hence System_SR_enu.cab
corresponds to the english version as specified by the "enu" in the
filename.

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Back
Top