Archived Forum Post

Index of archived forum posts

Question:

Rename assembly ChilkatDotNet

Jun 15 '16 at 13:13

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


Answer

I don't think this is possible. It's not a limitation imposed by Chilkat, but something inherent to .NET assemblies...


Answer

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.