Sorry for ask this basic question. I am a newbie in VS ann C#.
I have read many artcicles and books about VS and C#, but I have no practice.
I downloaded a C# solution from github and I am trying build it with C# with Visual Studio 2015.
When I try to build with Debug Option all works well and no errors.
But, if I use the Release option I get: "Could not load file or assembly 'file:///C:\XXX\AxInterop.WMPLib.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515 (E_INVALIDARG))]"
Some help, please.
Luiz
Have you seen this post? Could not load file or assembly 'AxInterop.WMPLib' or one of its dependencies. The parameter is incorrect.
Sounds like some Operating systems may have this issue.
User contributions licensed under CC BY-SA 3.0