Generate XML Documentation Files option causes obj files not to becreated

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
 
B

Bruce

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 ./.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top