problem adding new interface method
-
Hi and thank you for chyecking my post. I have added a new method to the interface of an existing COM+ component. The component (dll) runs as a library (runs in the creator's process). The trouble is that the the new method is not being picked up and added to the interface. Here is what I do :- - I build the dll - stop the IIS Out of Process on the server - copy over the dll and fire up an ASP page - I then check Component Services to see if the new method has been added to the interface. It has NOT. I know I am missing something but what is it? I'm relatively new to COM. Thanks for any help. Mike
-
Hi and thank you for chyecking my post. I have added a new method to the interface of an existing COM+ component. The component (dll) runs as a library (runs in the creator's process). The trouble is that the the new method is not being picked up and added to the interface. Here is what I do :- - I build the dll - stop the IIS Out of Process on the server - copy over the dll and fire up an ASP page - I then check Component Services to see if the new method has been added to the interface. It has NOT. I know I am missing something but what is it? I'm relatively new to COM. Thanks for any help. Mike
You can using TypeLib Viewer to make sure that the method is added to the interface.If it's does exist,may be you should create a new com+ server using the new dll.I think the interface you seen in Component Services is the old one. lll