Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Crumbler

Pages: [1]
1
DotNet / Noob question
« on: October 24, 2017, 10:06:59 pm »
I'm trying to build a basic application with SFML.Net. I'm using the SFML.Net NuGet package. I've created a simple console application:
(click to show/hide)
When launching the program, I get the following error:

Необработанное исключение: System.BadImageFormatException: Не удалось загрузить
файл или сборку "sfmlnet-window-2, Version=2.1.0.0, Culture=neutral, PublicKeyTo
ken=null" либо одну из их зависимостей. Была сделана попытка загрузить программу
, имеющую неверный формат.
   в TestSFMLApp.Program.Main(String[] args)

Basically it fails to load the dependencies of sfmlnet-window-2. I put all of the csfml files next to the executable, but to no avail.
This question was probably asked a million times by now.

Pages: [1]