Upgrading to 3.2

So I recently found out about 3.2 and though I would give it a shot, now I have installed the latest monogame and so on but I can’t get my current project that was created using the 3.0.1 template to run “Systsem.stackoverflow in monogame.framework”, however if I create a new project it works.

Do I have to somehow make a new project and move all my content and code from the old one to the new?

Looks like I found the source of the problem!

For some reason MonoGame Frameworks throws a system.stackoverflow on my function that checks the current resolution with all the supported ones and since I moved the project to a new one there isn’t any config file to get the current resolution from and therefore it should have thrown a ArgumentOutOfRangeException since I am storing the supported resolutions in a List(T).

Anyway I don’t know if this is a problem with monogame or if it’s just Visual Studio that’s messing with me.

EDIT: Looks like it’s IndexOf(), the list is containing DisplayMode.

how to get monogames 3.2 working.

uninstall old version

install new version.

i did this myself. it works.

still no Microsoft.Xna.Framework.Media.VideoPlayer so much sadness