views:

23

answers:

0

Hi: We're working on a ASP Net web application that we migrated from 1.1 to 3.5 and, for some reason, the resource file is not taking the values we try to add/update. Some points to consider:

1)The legacy web app, generated 2 files: "MyFile.es-Mx.resx" and "MyFile.es-Mx.resources" 2)We can modify the "resx", but added/updates values are not compiled into the "resources" file 3)We can not change the build action from "embedded resource" to "compile" because it doesn't show up in the properties window (we have no csproj in 3.5) 4)If we remove the ".resources" file, we get the following error: System.Resources.MissingManifestResourceException was unhandled by user code Message="Could not find any resources appropriate for the specified culture (or the neutral culture) on disk

Thanks in advance.