Syncfusion DLL files

Hi,

I have a simple question about install. Normally DLL is installed in system directory (SysWow64). I have tried that but my application will not start.

Instead I have installed all Syncfusions DLL files to the same directory as my application and it works. 

Question is, can the DLL files been installed in a separate directory (system files or another) without problem to start my application?

How to configure to get it works, I am using Visual Studio 2019 and vb.net?

Regards
Thomas

1 Reply 1 reply marked as answer

VS Vijayarasan Sivanandham Syncfusion Team February 26, 2021 01:33 PM UTC

Hi Thomas Ellingsen,

Thank you for contacting Syncfusion support. 
We are little unclear with your scenario. Basedon provided infoamrtion we suspect that your application does not shipped with Syncfusion assemblies. So, you have to set the CopyLocal as True for all the assemblies included in the application. When execute that application the assemblies are copied in Bin folder, and you have to package the application using the bin folder. Please refer the below user guide documentation link for your reference,

UG Link: https://help.syncfusion.com/windowsforms/deployment

https://help.syncfusion.com/common/faq/how-to-redistribute-an-application-on-the-client-machine 
If we misunderstood your requirement, please provide more information regarding the requirement. This would help us to proceed further.

Regards,
Vijayarasan S 


Marked as answer
Loader.
Up arrow icon