Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114

    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?


  2. #2
    Rahulbatra is offline Senior Member Array
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...