Archived Forum Post

Index of archived forum posts

Question:

Exception creating BinData

Nov 01 '16 at 12:25

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()


Accepted Answer

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..


Answer

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/


Answer

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..


Answer

Thank you for the quick turn around!

No issues creating BinData and uploading via UploadBd