gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support
1.63k stars 293 forks source link

Warning on reference DLL library #435

Open rrodriguez1975 opened 7 years ago

rrodriguez1975 commented 7 years ago

I have a console application done in Visual Studio 2008 Professional and .NET Framework 3.5. I have downloaded current package in this web, 1.9.71.2 stable. When I reference library from "\libcmdline-1.9.71.2-stable.zip\CommandLine\src\libcmdline\bin\Release" into my .NET Framework 3.5 project in Visual Studio 2008 Professional I get a warning icon. The error says:

"Resolved file has a bad image, no metadata, or is otherwise inaccessible. Cannot load neither file or assembly "c:....\CommandLine.dll" nor one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded"

As far as I know, it is said that this version is compatible with .NET Framework 3.5+ so I understand .NET 3.5 is included in the list of compatibility.

Please, help.