Hi all,the visual C++ compiler crashes when using /doc option to generate XML documentation and adding comments to C++ properties.Output:1>------ Build started: Project: XMLDocCrash, Configuration: Debug Win32 ------1> XMLDocCrash.cpp1>c:\users\XXX\documents\visual studio 2010\projects\xmldoccrash\xmldoccrash\xmldoccrash.cpp(49): fatal error C1001: An internal error has occurred in the compiler.1> (compiler file 'msc1.cpp', line 1420)1> To work around this problem, try simplifying or changing the program near the locations listed above.1> Please choose the Technical Support command on the Visual C++ 1> Help menu, or open the Technical Support help file for more information========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========Build Summary-------------00:01.122 - Failed - Debug Win32 - XMLDocCrash\XMLDocCrash.vcxprojTotal build time: 00:01.139========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========I will attach a sample project.In the project I followed theese instructions:properties - http://msdn.microsoft.com/en-us/library/yhfk0thd(v=VS.100).aspx/doc - http://msdn.microsoft.com/en-us/library/ms173501.aspx
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...