.NETters,
For any project in VS 2005, when you add a resource file,
say
MyResource.resx, Visual Studio automatically generates a
strongly typed
resource class in a new file named MyResource.Designer.cs.
However, this
doesn't seem to be happening for an ASP.NET project.
Although you can
create new resource files, the corresponding designer
classes do not get
created.
Can someone please enlighten me on what I am missing? I hope
I don't have
to resort to using the command line tool to generate the
strongly typed
class.
Thank you in advance for your help.
Pradeep
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|