Web service for C# dll

<<

donald_abbot

Posts: 12

Joined: February 12th, 2009, 10:53 am

Post February 13th, 2009, 9:16 am

Web service for C# dll

Does anyone have an example of setting up a web service of a C# dll. I have been through the example of a C dll in the documentation but I do not know how to extrapolate this to C#. For example:

1. What should the namespace be called?
2. How does one identify the class and the method to be called?
3. Are the names used in the dataview important? If so, how?

Thanks in advance
<<

BrianReynolds

User avatar

Posts: 53

Joined: October 21st, 2008, 11:47 am

Location: Limerick

Skype name: leitrim_94

Post February 13th, 2009, 3:24 pm

Hi Donald,

Our DLL driver uses the LoadLibrary and GetProcAddress methods to load and call the DLL specified. Due to the makeup of C# DLLs, I don't believe these methods are usuable.

Looking around on message boards, I have seen people mention using COM objects as an intermediary to glue these together.

For example : http://social.msdn.microsoft.com/Forums ... 78cf230e3/

But unfortunately I've never tried this, and my COM knowledge is minimal

Return to Miscellaneous

cron
Powered by phpBB® Forum Software © phpBB Group.
Designed by ST Software