Ok, so I've created my assembly, given it a strong name and got it into COM+
- great! (Used example in
http://msdn.microsoft.com/library/de...comservnet.asp)
However, I am unable to export an application proxy for the COM+ Application it only offers me a Server application which is no good.
Does anybody have any ideas of what else I should do/or need to do to allow me to expose my .Net assembly through COM+ and allow me to consume it by another .Net assembly, not COM?