S
shawnn
Hello,
I started a project in VS and chose a stupid default name like
WindowsApplication11. I'm finished coding and I want to rename my
namespace to something more descriptive. When I change all instances of
"namespace WindowsApplication11" to something else, I get a runtime
error MissingManifestResourceException 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
WindowsApplication11. I'm finished coding and I want to rename my
namespace to something more descriptive. When I change all instances of
"namespace WindowsApplication11" to something else, I get a runtime
error MissingManifestResourceException in mscorlib.dll saying that it
isn't able to find my old namespace.
How can I rename my namespace without errors?