I have made a DLL (ClassLib. Proj.) , but COM+ service is not registering this DLL..in Component service..
what is the procedure to make a DLL for COM+....and how can we register it in COM+...Component service....
thanks.........
anand
Printable View
I have made a DLL (ClassLib. Proj.) , but COM+ service is not registering this DLL..in Component service..
what is the procedure to make a DLL for COM+....and how can we register it in COM+...Component service....
thanks.........
anand
If you want to make a .NET dll that plays nicely with COM then you have to use the COMIntrop namespace or attribute. There is a nice article on it in the help files try searching there.