這行代碼的Visual Studio 2015年MonoGame:找不到Texture2DReader
backgroundImage = Content.Load<Texture2D>("Backgrounds/titleScreen");
導致此錯誤
An unhandled exception of type 'Microsoft.Xna.Framework.Content.ContentLoadException' occurred in Microsoft.Xna.Framework.dll
Additional information: Error loading "Backgrounds\titleScreen". Cannot find ContentTypeReader Microsoft.Xna.Framework.Content.Texture2DReader.
此代碼是所有工作完全之前,我想這個從Visual Studio 2010轉換爲2015年在我的Content文件夾中有一個具有titleScreen.png的Backgrounds文件夾,所以我知道路徑是正確的。
也許嘗試重新安裝MonoGame。 – craftworkgames