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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -