Generate XML Documentation Files option causes obj files not to becreated

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

I am using the Express version of VS2005

If I set Generate XML Documentation Files to yes then the xml file is
generated but my OBJ files do not get generated. Any idea why?

I am using the following versions:

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: VC Express

Microsoft Visual C++ 2005 76542-000-0000011-00125
Microsoft Visual C++ 2005
 
Bruce said:
I am using the Express version of VS2005

If I set Generate XML Documentation Files to yes then the xml file is
generated but my OBJ files do not get generated. Any idea why?

I am using the following versions:

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: VC Express

Microsoft Visual C++ 2005 76542-000-0000011-00125
Microsoft Visual C++ 2005

Fixed this one too. Apparently the compiler does not like it if you
leave the XML Documentation Filename blank. It needs to be set to
something such as ./.
 
Back
Top