AFAIK there is no way to use a C# DLL. But you can use the run method of wscript.shell to execute a C# executable and work with the return code or use a file to exchange data.
Best regards, Benjamin On Dec 3, 3:54 pm, Michael <[EMAIL PROTECTED]> wrote: > Has anyone successfully built a C# DLL using MS Visual Studio (2005 or > 2008) that can be invoked within a gadget's Javascript? > > I' searched the web but no clear answers are out there. I've tried > several different options to build and include the DLL but whenever > the javascript tries to load the DLL, it throws an exception. > > Any help would be appreciated. I have a lot of C# code that I don't > want to have to port to C++ to get this working. > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
