[SOLVED] Error while using Monogame Nez with Tiled

Hey, I’m trying to use Monogame 3.6 with Nez Framework and I can’t run my code with .tmx and .tsx files loaded through monogame pipeline tool. This is my error:

http://wklej.org/id/3313947/

This is my .tsx and tmx file: http://wklej.org/id/3313948/

Sorry if I forgot to add something important. Thank you for any advice

EDIT: I found a solution! If someone else have problem with tsx files: When you are adding tileset to tiled, check the option: “embed in map”. Tsx file won’t be created and everything you need will be in tmx. I don’t know if it saves collision now though…