I just installed portable.aforge.vision using NuGet, with no problem that I could see, but now everywhere that I used File I receive the following error:
'File' is ambiguous in the namespace 'System.IO'.
This worked fine before, and the problem remains even if I enter the full name (System.IO.File) instead. Does portable.aforge.vision add a namespace that is causing this? If it is, what can I do to avoid it? This is my first time using AForge. Thanks.