Hi cairnswm,
I tried following the first tutorial that shows how to load a 3D textured object , but could not get the code...
Code:
  myModel &#58;= content.Load<Model>&#40;'Content\Models\p1_wedge'&#41;;
working. The game compiles but just bombs out when it runs, on the line above. If I comment out that line it runs but obviously nothing is shown. Any ideas?

I suppose it would be cool to port those 3 tutorials and submit them to the Chrome team so that they can at least say that it all works with XNA.