R 
		
								
				
				
			
		Raffe
Hi all!
I've been playing a bit with Component Designer in Visual Studio.NET. Seems
to me like a great way to build simple data access components using "point
and click". However I can't figure out how to make a component made this way
into a component with transactional support which can be put into COM+.
The class which is Component Designer ends up with inhertits from
System.ComponentMode.Component. I understand that a class which will run
under COM+ has to inherit from ServicedComponent. Well, it can't inherit
from both. And I'd like to avoid mass coding of wrappers and things like
that.
Could someone point me a way to a simplest way to make a
ComponentModel.Component into an ServicedComponent?
Thanks in advance
Rafael
				
			I've been playing a bit with Component Designer in Visual Studio.NET. Seems
to me like a great way to build simple data access components using "point
and click". However I can't figure out how to make a component made this way
into a component with transactional support which can be put into COM+.
The class which is Component Designer ends up with inhertits from
System.ComponentMode.Component. I understand that a class which will run
under COM+ has to inherit from ServicedComponent. Well, it can't inherit
from both. And I'd like to avoid mass coding of wrappers and things like
that.
Could someone point me a way to a simplest way to make a
ComponentModel.Component into an ServicedComponent?
Thanks in advance
Rafael
