XNA Creators Club Online
Page 2 of 2 (27 items) < Previous 1 2
Sort Posts: Previous Next

Error while deserializing intermediate XML, Cannot find type "Library.Map".

Last post 04-23-2008 5:07 PM by ButterKnife. 26 replies.
  • 04-23-2008 11:08 AM In reply to

    Re: Error while deserializing intermediate XML, Cannot find type &amp;amp;quot;Library.Map&amp;amp;quot;.

    Answer
    Where is your Library.Map defined? I take it you have a library project that holds it. Did you make sure to reference that project in your content project? The content sub-project actually stores a totally separate list of references than the main game, so if you don't add the library as a reference to the content project, then it won't be able to find that type when building the content.


    Nick Gravelyn -- Microsoft XNA MVP
    Blog | Metacreature Games | Super Gravelyn Bros | Bloc | Next-Gen
  • 04-23-2008 5:07 PM In reply to

    Re: Error while deserializing intermediate XML, Cannot find type "Library.Map".

    Thanx, I didnt know that the Content was a project for itself and that it needs his own references. It solved my problem.
    There are 10 types of people in the world:
    Those who know binary and those who dont.
Page 2 of 2 (27 items) < Previous 1 2 Previous Next