Hi
HimanshuTayal,
Are you working on composite or flat project file? I know theory suggests use a composite when using version control but ive worked on projects when they version controlled flat files.
The reason i ask is that ive fixed corrupt flat project files a number of times and its either corruption from no longer being wellformed xml or charset corruption with chars not being recognised by the xml charset (e.g. UTF-8, etc.) and replaces problematic chars with substitution chars...either of these options can be fixed by trying to open the project file with something with xml parser (xmlspy, a browser, etc.) or notepad++ to find the substitution chars.
I cant comment however on fixing a composite project....there could be problems corruption with the individual files that make up the composite or it could be the links between the files that could be the corruption.
Ok....thats all i got!
Ta
Rich