## Enabling PublishAOT in ComWrappersGeneration.sln fails to build In the [Server.csproj ](https://github.com/dotnet/samples/blob/main/core/interop/source-generation/ComWrappersGeneration/Server/Server.csproj)file, if you enable `<PublishAOT>` the solution fails to build due to: ``` The type or namespace name 'DNNE' could not be found (are you missing a using directive or an assembly reference?) ```  <!-- Do not modify anything below this line --> --- #### Issue metadata * Issue type: sample-update