Quote Originally Posted by cairnswm
Code:
myModel := content.Load<Model>('Content\Models\p1_wedge');
Has the model already been compiled to xnb format?
Is you xnd file in the 'Content\Models' folder?

I seemed to have some issues loading resources that were not in the project directory - ie in the same dir as the exe.
p1_wedge is from the SpaceWar demo ( great little example of XNA ) and I had already copied it and created the sub-directory structure under the XNADemo folder and also added the Textures sub-dir as well. But still no joy.