Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Referencing .NET Framework DLL from .Net Core 3
I have a .NET Framework library provided by a vendor (CyberSource payment processor - https://github.com/CyberSource/cybersource-sdk-dotnet /omegle /shaglevoojio).
This API is being referenced by an ASP.NET Core 3.0 application.
Everything compiles fine but when I attempt to call a method in the .NET Framework library, I get the following exception:
{"Method not found: 'Void System.ServiceModel.EndpointAddress..ctor(System.Uri, System.ServiceModel.EndpointIdentity, System.ServiceModel.Channels.AddressHeaderCollection)'."}
Things I've determined:
- Vendor doesn't provide a .NET Core or .NET Standard -compliant library
- Library source is not portable as-is to .NET Standard or .NET Core
Is there any reasonable way to make this work?
Net SDK for the CyberSource Simple Order API. Contribute to CyberSource/cybersource-sdk-dotnet development by creating an account on GitHub.
11-17-2022 04:33 AM
0 REPLIES 0
