I just want to load my Level class using the defalut Content xml pipeline, i don't wanna go through the hasstle of creating Custom content pipeline with no reason.
all my efford to make the xml file recognize my custom Level class, faild. i've tried to change the <Assert type=..> to anything possible, and without any success.
I tryed to add Library project, but when i was refering the <Assert type> to the Level in the Library project namespace, i got an error the ContentTypeWriter is missing. this is real strange cose Library project don't need this class , right?
i'm stack with this issue for 3 days now, and it's relly enoing me. all i need is the XML <Assert type..> "know" my class, and not create projects or contant pipline just for that.
thanks from advance.