When I build a project, the system present me a warning message:
Load of property 'RootNamespace' failed. The string for the root namespace must be a valid identifier.
But my program runs well.
Anybody can tell me what should I do to avoid this warning message
Thanks in advance!

What does this warning message mean?
Neno
Hi,
Check if your namespace contains a period ".". You get this error when there are invalid characters in your namespace.
Regards,
Thayil
Traveler2
Well, no. The period '.' should be valid for the root namespace.
What is the current value of your root namespace
MrSlim
It looks like your the root namespace of your assembly (project) contains characters that aren't valid for identifiers.
To change your root namespace, do the following:
ayman
vineethjpillai
Hi David,
The dot (.) is also an invalid character, right
Pike
Mariano Iglesias
RonnyV
I'm sorry David, my computer is corrupt when I install the Windows Vista SDK, all the file in my system driver is lost, so I can't post anything at this moment. Also my company decide to use VSTS in the future, so I think if I have time, I will try my best to re-do my previous job at my home machine, maybe when I encountered this problem again, I will post my project file here.
Thanks for your time and I appreciate your help.