Hello,
I started a project in VS and chose a stupid default name like
WindowsApplicat ion11. I'm finished coding and I want to rename my
namespace to something more descriptive. When I change all instances of
"namespace WindowsApplicat ion11" to something else, I get a runtime
error MissingManifest ResourceExcepti on in mscorlib.dll saying that it
isn't able to find my old namespace.
How can I rename my namespace without errors?
I started a project in VS and chose a stupid default name like
WindowsApplicat ion11. I'm finished coding and I want to rename my
namespace to something more descriptive. When I change all instances of
"namespace WindowsApplicat ion11" to something else, I get a runtime
error MissingManifest ResourceExcepti on in mscorlib.dll saying that it
isn't able to find my old namespace.
How can I rename my namespace without errors?
Comment