Shemesh,
Two thoughts occur to me: are you using Visual Studio 2008 (and not Visual Studio 2005) ? are you sure you typed "PublicResXFileCodeGenerator" exactly ?
If you type a Custom Tool that Visual Studio doesn't recognise it will not update the associated .Designer.cs file. You can use this behaviour to see if it is working. Add a new key to your .resx file and open the .Designer.cs file to see it includes an associated property. If it doesn't then Visual Studio doesn't recognise the Custom Tool you have entered.
Guy
↧