Delen via


Compilerfout C3624

'Type': Voor het gebruik van dit type is een verwijzing naar assembly 'assembly' vereist.

Opmerkingen

Er is geen assembly (verwijzing) nodig om uw code te compileren; de montage doorgeven aan de #using richtlijn.

Example

In het volgende voorbeeld wordt C3624 gegenereerd:

// C3624.cpp
// compile with: /clr /c
#using <System.Windows.Forms.dll>

// Uncomment the following 2 lines to resolve.
// #using <System.dll>
// #using <System.Drawing.dll>

using namespace System;

public ref class MyForm : public Windows::Forms::Form {};   // C3624