Problem with tiledMapProcessor

Greetings everyone

I’m relatively new on Monogame, but have a lot of expertise with frameworks like LibGDX and engines like Unity

Currently i’m configuring the environment for a new Monogame project, and i stumbled on an error with the Extended Tilemap package

I’m able to process the tmx file without problems through the content pipeline, but when i try to build or run the project, the following errors appear:

I read on a previous post that the error occurs when the tilemap is using collection of images instead of a single tileset, which the Extended package currently not support, but my tmx file is using tilesets. Here’s the full tmx file:

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.8" tiledversion="1.8.5" orientation="orthogonal" renderorder="right-down" width="208" height="35" tilewidth="16" tileheight="16" infinite="0" backgroundcolor="#000000" nextlayerid="6" nextobjectid="1">
 <tileset firstgid="1" name="scene1-1.png" tilewidth="16" tileheight="16" tilecount="100" columns="20">
  <image source="scene1-1.png" width="320" height="80"/>
  <tile id="25">
   <animation>
    <frame tileid="25" duration="1000"/>
    <frame tileid="24" duration="1000"/>
   </animation>
  </tile>
  <tile id="27">
   <animation>
    <frame tileid="27" duration="1000"/>
    <frame tileid="26" duration="1000"/>
   </animation>
  </tile>
 </tileset>
 <layer id="1" name="Sky" width="208" height="35">
  <properties>
   <property name="scrollFactorX" type="float" value="0"/>
   <property name="scrollFactorY" type="float" value="0"/>
  </properties>
  <data encoding="base64" compression="zlib">
   eJztzskNgDAUQ8HcqI8tQP+N4CL4AqIZ6Uk+ujUAAAAAAAAAnjC9fQAAAAAAAAAAAH5sTktaizeMaEt76sUbRnSkM13FGwAAAAAAAAAAAIBvuAHTLxnr
  </data>
 </layer>
 <layer id="2" name="Background" width="208" height="35">
  <properties>
   <property name="scrollFactorX" type="float" value="0.5"/>
   <property name="scrollFactorY" type="float" value="0.25"/>
  </properties>
  <data encoding="base64" compression="zlib">
   eJzt2dFKhFAYhVHverWhmur9nya9EM6Y8x8Zi3adtUCEUeHDi40w0wQAAAAAAADAd3j67QAAAAAAAAAAAODGdT4u8/E+H8/N+arpi8SuxKa/5KM4jlje8+vOceb9JzaldiU2jWR5T+3uLOfLdPz9tfvVns+8/8Sm1K7EppEc3Z97G/cT+5XYlNqV2DSSdr+q/al2bvv72e/nxKbUrsSm/+rM/lT3Vc/3vs8Tm1K7EptGst2pdWeO7M/ezq33bb+f2+d7+5jYlNqV2DSSR/Zn9eh+9a4nNqV2JTaNpLdfe/uzqu6rnu/tY2JTaldi00gS9yuxKbUrsWkk93bkyP/P1Q5Vz/euJzaldiU2jeRl53grfm9V91XP964nNqV2JTYBAECqT/EMZMc=
  </data>
 </layer>
 <layer id="3" name="Buildings" width="208" height="35">
  <data encoding="base64" compression="zlib">
   eJztW4lu1DAQtcolcWxpWaBC3BTE+QHQAuUWX0E5/v8bGEtrZfQ6YzvZtB2786SnZj1OaifzYnvGCcHhcDgcDofD4XA4HD1gMRPXvZ7D0SKi726eMl0/jlaB48AG8RzxomDT6mjnHBC/EX9U/A+Ho0Uk/72++nuBeJl4HspzdfB34ifiZ+J3KJfqOxwtIvnvVhh8+0oYfHurog7+TvxJ/EL8Go7qB+s7HBIunXYDCsC5WfTtOLdCLeTqaOe8J34gfqz4H45+cTXI694bSjm3W8dc8be54neO/nAtyOuApVCGduuQfHlM3Gxs/M71c/YQ9SOtA5ZCGdqtoya+VsO37HivonwPznf0i6gfHoNNx0uhDO3Woa1vSjE47vfx7ztWts+OtfJ94TqOPhH1I/nZUinnduvQ9FOKwc3F1vOnc96LOWgR2nwm6Sdntw5NP6UY3Fl47jUoxZDW3ZexGHmOxZiVNp9J+snZrWOuMYS/Q9KzPAjD/gOs04t++BxEW/fVrAG1OmOubdXntPkM149mbwFzaEjaU4D7D7R9Cr3oR1v31awBtTpjrm3V53A+g/GDnL0F1Oa2SvrBPQW4/0Dbp9CLfizQos/l2tpaXxBT+ybpB9dMuP8gt65qFSehHz7vLeUWLPocj7/x9kvxA7RbR+oXxqVP+r3aKko5dOneSszV5/PeXG7Bsn6kvcdS/ADt1pHuO8al19GPFj/o8fufUg4dj58TXxBfEg+Jvwr1k3+leW8ut2BZP9LeYyl+gHbrSPcdv9Gp0Q9eI5LHgzB+kIsxtYqx75lXxNfEN8TfxL8V5/B5bym3YNHn+P4D3n4pfoB269CemeQXOG4EKI/HPB6E8YNcjKlVjNHPDvAP8d/qeOpY34J+xviY9b4gYjulNenU8YdT+34hd63WoOV/tHyNxlxOB8ty17boc6X4wSJjt440fuKa1OMHddDyP1K+Btd8/Hcup4NlWi7Isn5y8YNFxm4dqc24Jo1tr839lPaT1FyjVXj+p4xS/GCRsVtHajPmf7fD9GdYGqNdP2dPP7n4QXoHS3brOI5nqI3Rvepn6jeDErXzanNLFn2u9+8XpO/Tx+7fQf1IYzT6SC/6Oa6xhN+nmtySVZ+L+klzkkRpbrIh2K0jp/11xh9pjO51/Dku/aBPSft2WvC5qJ/oE8+IT4m7YfANnk+Ode4Q74Z25m9xnInP4TAMufAYH8W+SXOFGib/2gx67j3lkloE3qfDMPSrJm5d8y5Cv2vN55J+HhEfE5+Eoa08nxzr3CM+CHb7gkj+zXPh++Fo3/hcITefwzkffz/ncu+tAu8T75cUh56iH/S71nzuZjiaO47cBtst4n3iQ+Ltld06YhsxF77Dyjk34bf0vKV7JN07/H+tAvuH/ZqiGel+cbbucw6How7/ARuVkTo=
  </data>
 </layer>
 <layer id="4" name="Floors" width="208" height="35">
  <properties>
   <property name="collider" type="bool" value="true"/>
  </properties>
  <data encoding="base64" compression="zlib">
   eJztm0FuxCAMRdlNe5LueqC2M2fp0RurQkIoEGPHBDv/SdasMjG2Pw6EpAQAAAAAAAAAwDuPlH7ft98V7GE9WAAM+LragY3X1Q4AIAT6AUAO9AOAHOgHWBJ9XQz9AEui53ZPP1b7cq25JHqM70z03Gr6D117Rnyix/jORM8t9AMsiZ5b0sBzsx/htdr40LNi9Bjfmei5JQ18Jtk4795/Vjq/sep+ldfccsn6IRvtQVk/2vxGj7GUs+anK/Hu/xGlfkbHevf+Yw30sz6UI2nf0Ob3O/2vvaLHWAr0sz5X7r9p1l53wLt+vPvPQaKf3De0tQ/99PFef9795yDRz9GaaXRfKnqMpXivP+/+c7DQzyjRYyzFe/1595/DiH5yX3nbfkv9aN87RI+xFO/1591/Dji/sy7e68+7/xygn3m01oWt3u29/rz7z6Gnn5zvo/xqz5VEj/EenHnLU/3VcwM943vyXwr6zzVE088e3v3nAP3o6e3X93p3778izN/e/edAY9xyNfX8DtVI+X/RY7zH7P6T33lL7arvW1ZH239oD1sTY8IyxlQ3Ur8s0Xx3Jb1ffucgQXM+fya9ecIi1mfoh/Mute45JZYxXm0OLM8+zTy7pNVPSuMamhn7Oq4tev63dHc2pIX8fF7rZ7VvueoeaRGPEUbmHC3lmMt7ahjR0Ez91HH1wMxaaHH0XL/K+dR6fixtxnPcGf0nw9UQ9NNnBf3UPuwZ16+WFjW13dPNTB2dqZ+Re37AYDCx/QHo8J86
  </data>
 </layer>
 <layer id="5" name="Foreground" width="208" height="35">
  <properties>
   <property name="foreground" type="bool" value="true"/>
  </properties>
  <data encoding="base64" compression="zlib">
   eJzt0wsKgzAMAFBvpPu47f4n2wYTOimuFQ11vAeiVNukMe06AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+xf11PRpac498thKVW8s1OJKoOt4aW3OPfLYSlVvLNTiSiDo6P+Wcn2OJPj+nFfMvP9ZckovXcu+kuaX7XlO30ji1ts4lUq6XUrV727OXhs99TMbOhXP75PmaeT9mxnLm8YaKuZFytUr3XVq3UlOcYfGrb9M/2TqXSPNeSvvsXYvavc17qc9+BdR6Aq06DHU=
  </data>
 </layer>
</map>

My guess is that there is another parameter that is not supported by the package, but i can’t figure out which. Can anyone help me?

Regards