I am trying to load a resx file in my .net website using:
ResourceManager rm = new ResourceManager( \"Project.Resource\", Assembly.GetExecutingAssembly() );
Add the .resx extension explicitly.
You can also use the auto-generated class and use its properties if that is suitable for your project.