Since i don't need Content Pipeline for loading my "Level" class, and since i couldn't find a way to direct the <Assert type> in the xml to my Level class if it's in the same project as the Content (in my case the main game), I used a project library in wich i put the Level class in it.
this way the <Assert type="MyLibrary.Level"> and i don't get an error that say it can't "find" the class. but strangly i get this error:
"Error 14 Unsupported type. Cannot find a ContentTypeWriter implementation for LevelLib.Level. "
how come it looks for ContentTypeWriter in a Library project? how do i bypass it? the only reason the Library project is there is to have a way to have the Xml <Assert type> to reconize it.
Need help please.