Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 588 Bytes

compiler-warning-level-1-c4632.md

File metadata and controls

24 lines (19 loc) · 588 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4632
Compiler Warning (level 1) C4632
11/04/2016
C4632
C4632
9e35d205-cf21-4e34-8bd5-e1e7b0e2cdd3

Compiler Warning (level 1) C4632

XML document comment: file - access denied: reason

The path to .xdc file (file) was not valid, and no .xdc file created.

The following sample generates C4632:

// C4632.cpp
// compile with: /clr /docv:\\falsedir /LD /W1
// C4632 expected

/// Text for class MyClass.
public ref class MyClass {};