Note that you may need to qualify references with the global alias, as in the following example, because the namespace that is used by the code generator is just Resources, not [My.Default.Namespace.]Resources.
string welcome;
welcome = global::Resources.WebResources.WelcomeText;