Question:
Hello, it's possible to rename assembly dll in my project C++/CLI .NET? For exampel i don't want this name 'ChilkatDotNet45.dll" but i want 'Chilkat.dll', how can i do this? Thanks :)
I don't think this is possible. It's not a limitation imposed by Chilkat, but something inherent to .NET assemblies...
Thanks for answer. maybe yes, .NET. Because i try to rename dll to Chilkat.dll, import this Chilkat.dll as Reference, remove old one, everything compile succesfully but program still throw exception ChilkatDotNet45.dll cannot be found.