<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0596</ErrorName>
  <Examples>
    <string>// cs0596-2.cs: The Guid attribute must be specified with the ComImport attribute
// Line: 4

[System.Runtime.InteropServices.ComImportAttribute]
interface I
{
}</string>
    <string>// cs0596.cs: The Guid attribute must be specified with the ComImport attribute
// Line: 4

[System.Runtime.InteropServices.ComImportAttribute]
class C
{
}</string>
  </Examples>
</ErrorDocumentation>