I have a problem with my vs2010. I have a large project with a lot of localized user controls.
My problem is that if I deleted a line from my resource file (I have a resource file that contains a lot of lines and images), sometimes when I switch languages โโin my user control, visual studio will add it โall overโ to my user control constructor file.
It seems pretty random when he adds it. It can be added to the ToolTip or ToolTip header in my gridviews devexpress view, it can be added with a tag on a shortcut or any number of string properties that I did not set. I have to go in and manually delete each line with a line to make my solution compiled again.
I know this is a kind of vague and fuzzy question. I just hope someone can point me in the right direction.
source share