Hi All,
I have a dll written in Visual Basic 6.0 in which Error Logging method has benn written and I have developed a web service in .NET(C#) and now I want to log the error genereated in web service using the
VB dll.
In
VB method to log the error,object err is a parameter in eror logging method.
But how can I pass this from web service.
Thanks in advance....