LoadModel does not load in XNA, C# Express Edition -


i use windows xp, msc# 2008 express edition, xna 3.0. try load model in classic way :

model = content.loadmodel("mymodel"); 

in folder content have files : "mymodel.fbx" , "mymodel_texture.png".

when start debugging receive message:

error loading "mymodel". file not found

when start without debugging message "game" (name of program) has encountered problem , needs close , asks whether send or not info ms.

i try adding model to contentmanager "add existing item". files exist; put absolute path. have same problem.

what do?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -