AD
Administrator
Syncfusion Team
February 22, 2004 08:11 AM UTC
I you deploy your application with xcopy deplaoyment, the dll''s have to be in the same directory by default. The Runtime Settings Schema section in the MSDN library will give you further information about the location of the assemblies. If you install them in the GAC, every application can reach them from there.
Regards,
Thomas
AD
Administrator
Syncfusion Team
February 22, 2004 08:29 AM UTC
Check also the "How the Runtime Locates Assemblies" section in the MSDN Library.
Regards,
Thomas
JK
Josh King
February 23, 2004 12:31 PM UTC
>Check also the "How the Runtime Locates Assemblies" section in the MSDN Library.
>
>Regards,
>Thomas
Thanks a lot!