Hello, from 2 days now, visual studio 2015 raise an exception when i launch my game at the line:
public Game1 : Game
{
public Game1() // here
{
[…]
The error is :
An unhandled exception of type ‘System.TypeInitializationException’ occurred in MonoGame.Framework.dll
Additional Information: An exception was thrown by the type initializer for ‘OpenTK.Audio.AudioContext’.
I could not solve it so what can I do ?
(sorry for my english )