Upgrading from 3.0 to 3.2 error

I have a project that runs fine under MonoGame 3.0 but fails to run under 3.2.

I get the following error:

An unhandled exception of type ‘System.MissingFieldException’ occurred in glBOL.dll

Additional information: Field not found: ‘Microsoft.Xna.Framework.Graphics.BlendState.NonPremultiplied’.

My project is for Windows using GL.

Has anyone else run into this?

Thank you,

Brien King
spammehere@arcaderestoration.com

Ok, apparently I had to Uninstall the older version then re-install. Now it seems to work.

The odd thing though, is the DLL says version 3.1.2 and not 3.2.

It’s working now though.