opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
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.