|
|
Back to:
www.javaworld.com/javaworld/jw-09-2002/jw-0906-jsharp.html.
i have a very typical issue in converting j++ dll to j# com dll, consuming it in classical asp.
whenever i try to call an overloaded method of any class from the j# dll it gives the wrong argument or invalid list of parameters issue. if i change the overloaded method's signature then it works. but my dll has too many such overloaded methods. PLease suggest a better way to solve it.
secondly, whenever i am passing a Class object from the ASp to any dll method it is throwing error.
please help