생각

MonoGame 문제해결 : 컨텐츠를 불러올수없음

우루사1호 2013. 9. 14. 11:16

문제해결

* 환경 : Xamarin Studio 4

* 문제점 : 컨텐츠를 불러올수 없다라는 메시지가 발생함.
* 메시지 :

Microsoft.Xna.Framework.Content.ConteltLoadException 예외가 발생했습니다.
Could not load Textures\title_Sheet aseet as a non-content file!

* 해결방법 : bin\Debug\내에 Content폴더를 그대로 복사해주었음

* 의견 : 근본적인 해결방법은 아니라고 판단됨.