Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
importing ref class '<type>' that is defined in another.obj; it should be either imported or defined, but not both
Remarks
The ref class '<type>' is imported in the specified .obj file but is also defined in another .obj file. This condition can cause runtime failure or other unexpected behavior.
To correct this error
Check whether '
type' must be defined in the other .obj file and check whether it must be imported from the .winmd file.Remove either the definition or the import.