Rename Reference assembly name in VS 2015

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 :)
You can try to rename the assembly, remove the old reference and add one with the new filename.
i try this but when i start program, then i see error <originalname>.dll missing, The specified file cannot be found
Topic archived. No new replies allowed.