Hello, I am starting with mono game and I have a problem. When I put an iamge in the pipeline tool, I have this error : (the error have some word in french, but no so many(I speak normaly french))
Importer ‘TextureImporter’ had unexpected failure!
System.DllNotFoundException: Impossible de charger la DLL ‘FreeImage’: Le module spécifié est introuvable. (Exception de HRESULT : 0x8007007E)
à FreeImageAPI.FreeImage.GetFileType(String filename, Int32 size)
à FreeImageAPI.FreeImage.LoadEx(String filename, FREE_IMAGE_LOAD_FLAGS flags, FREE_IMAGE_FORMAT& format)
à Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.Import(String filename, ContentImporterContext context)
à Microsoft.Xna.Framework.Content.Pipeline.ContentImporter`1.Microsoft.Xna.Framework.Content.Pipeline.IContentImporter.Import(String filename, ContentImporterContext context)
à MonoGame.Framework.Content.Pipeline.Builder.PipelineManager.ProcessContent(PipelineBuildEvent pipelineEvent)
I hope someone can help me, thanks.