Question:
Exception thrown when newing up BinData
Chilkat.BinData binaryData = new Chilkat.BinData();
Exception Unhandled Exception: System.EntryPointNotFoundException: Unable to find an entry point named CkBinDataU_CreateW' in DLL 'chilkatDnCore-9_5_0'. at Chilkat.BinData.CkBinDataU_CreateW() at Chilkat.BinData..ctor()
The Chilkat .NET Core v9.5.0.63 release is now available via NuGet: https://www.nuget.org/packages/ChilkatDnCore/
I think this should fix the problem..
BinData was previously only available in the ActiveX. Starting in v9.5.0.63, it was extended to be included in all programming languages. See http://cknotes.com/category/release-notes/
Oops! My mistake -- it should've been in v9.5.0.62. I'll get the v9.5.0.63 release out for .NET Core tomorrow..
Thank you for the quick turn around!
No issues creating BinData and uploading via UploadBd