VS: WMPLib.dll loading error

0

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

c#
visual-studio
asked on Stack Overflow Feb 1, 2016 by Luiz Alves

1 Answer

0

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.

answered on Stack Overflow Feb 1, 2016 by David Hiblen • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0