Page 1 of 1

How to use third party dll in the project?

Posted: Fri Dec 30, 2016 4:06 am
by Arunchand
In my project, I am using different dll other than CSharpXamlForHtml5.
How to make reference and use other third party dll?

Re: How to use third party dll in the project?

Posted: Sat Dec 31, 2016 4:08 am
by JS-Support @Userware
Hi,

In the current version, you can reference any DLL that was compiled with C#/XAML for HTML5.

This is much similar to Silverlight, which only lets you reference DLLs compiled for Silverlight.

If you have the source code of the DLL, you can migrate it to a DLL that is compatible to C#/XAML for HTML5.

Can you give more details on what those DLLs are?

Thanks.
Regards,
JS-Support