I installed 1st the trial version, and once I finished my project working fine on my devel machine, decided to buy a license. I uninstalled the trial version, and installed the licensed one. Now my project works fine on my devel machine, however when I try to run in another system, Windows 10 Pro 64 bits the following files:
05/08/2018 15:35 9.346.560 AdjMmsEng.dll
01/08/2018 12:07 1.039.360 AudioDjStudioF4.dll
01/08/2018 12:07 1.244.806 AudioDjStudioF4.xml
26/08/2018 16:16 36.352 Ecualizador.exe
26/08/2018 16:16 52.736 Ecualizador.pdb
Ecualizador.exe does not run. I have to install adjstudnet_t.exe to have it running OK in the new system.
Any clue of what is happenning ?
Thanks in advance
Hello Antonio Tomas,
may be that you compiled the container exe application for "Any CPU"? If this should be the case, you should redistribute the AdjMmsEng64.dll library also or it won't work on a x64 machine because the AdjMmsEng.dll library is specific for x86 and could work on a x64 machine only if the container exe should be compiled specifically for x86.
As a second possibility, if the target .NET framework was 2.0, you should also consider redistributing the AudioDjStudio.dll assembly.
Please, be sure to carefully read the "Files to be included with your application" section of the documentation for details about redistribution:
http://www.multimediasoft.com/adjstudnet/help/adjstudnet_000002.htm (http://www.multimediasoft.com/adjstudnet/help/adjstudnet_000002.htm)
In case, the tips above shouldn't be enough, please, feel free to add any further detail to your original post.
Hope this help.
Kind Regards
Severino Delaurenti
MultiMedia Soft
Yes you are right. Thanks for your prompt reply. Excellent support.