Browse by Tags
All Tags »
COM+ »
C# »
.NET (
RSS)
Sorry, but there are no more tags available to filter with.
Here's another nasty one that tried to bite me today. Let's say I have the following classes: public class COMPlusClass : ServicedComponent { public COMPlusClass() { // Default initialization. } public COMPlusClass (string data) { // Parameterized initialization...
More Posts