
- Forum
- Programming Talk
- ASP
- Addition of New Function
Addition of New Function
This is a discussion on Addition of New Function within the ASP forums, part of the Programming Talk category; My client application has 47 COM objects. My requirement to be handled now is add a 48th function .But this ...
-
Addition of New Function
My client application has 47 COM objects. My requirement to be handled now is add a 48th function .But this 48th function added must be present only for .NET object and also with the condition that there are no changes or damages to the existing one? I am struck at this point. Someone help me to carry out the new requirement?
-
05-11-2007, 03:42 PM #2
- Join Date
- Apr 2006
- Answers
- 124
It is a very interesting question. By suing the concept of CCW also called as COM Callable Wrapper in ASP.NET you can add the 48th function for .NET object only and also without any changes or damages to the existing one. This is because by using COM Callable Wrapper in ASP.NET you can create proxy that would allow you to access functions using interface thus providing
independence in operations.
«
Tag Used
|
Access Restriction
»

Reply With Quote





