manifest resource error

  • Thread starter Thread starter Steve Klett
  • Start date Start date
S

Steve Klett

Hi-

I added some files from 1 web application to another, during my initial
build, i get this error:
Resources 'error.aspx.resx' and 'Modules\Error.ascx.resx' have the same
manifest resource name 'NTSdirect.Error.resources'.


I don't understand how to interpret that. Does this mean anything, in
simple english...?

Thanks,
Steve
 
For the most part, you don't want to copy .resx files because they'll be
recreated by VS.NET when you compile.

What happens if you don't add them?
 
Back
Top