Witam, kompiluje na platformie "Any CPU" wyskakuje mi pewien błąd:
Cały kod:
using SFML.Graphics;
using SFML.Window;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Pifpaf
{
static class Program
{
[STAThread]
static void Main()
{
Game game = new Game();
game.Start();
}
}
}
Błąd:
System.BadImageFormatException: „Nie można załadować pliku lub zestawu 'sfmlnet-window-2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' lub jednej z jego zależności. Próbowano załadować program w niepoprawnym formacie.”