Problem building the application which is localized
I am creating a tool (using VS.Net 2005)wherein I pick up the hard-coded strings from the code at runtime and place them in a Resx file(Assumption is that the Resx file has already been added in the application),while simultaneuosly replacing the strings by "<resxfilename>.<stringname>".Now the problem is when the search is complete and when we try building the application ,the build fails.This is because it is enable to find the resources in the resx file.If now we add a string in the resx file and save it and build the application,the build is successful.Can nayone please tell me why do we have to exclusively go and save the resx file.
Any help will be highly appreciated.Thanx in advance.
Regards,
Neeta :)

