using return values from a c# .net made component build as com+
- by YvesR
Hello,
so far I made a component in C# .NET 4 and use System.EnterpriseServices to make it COM visible. I want to develop business methods in C#, but I still need to access them from classic ASP (vbscript).
So far so good, everything works fine (exept function overloading :)).
Now I made a test class to get more expirience with return code.
…