System_SR_enu.cab

  • Thread starter Thread starter Martin Robins
  • Start date Start date
M

Martin Robins

How can I stop VS2003 from deploying this file every time I start my
application in debug?
 
Martin said:
How can I stop VS2003 from deploying this file every time I start my
application in debug?

I added it to the references of each project because it let me debug
exception messages (i.e. without it errors on SQL server say only
"SqlException" in place of the complete error message).

So why remove it during the debug? ;)
 
System_SR_enu.cab is the english system resource file. It's what gives you
meaningful text for exceptions. I'm certain it isn't "breaking" anything,
so why worry about it? Without it you get nothing useful from Exception
messages.

-Chris
 
I know it is not breaking anything; I even knew what it was. I just want to
stop it having to be installed every time I run the program - it has been
installed on my device at the same time as the CF and does not need to be
reinstalled every time any more than the CF needs to be reinstalled every
time.

Martin.
 
Back
Top