Hey, anyone know of a good article or turorial on using .NET classes in COM/COM+ (on W2K pro, preferably)<BR><BR>I'm trying to wrap a simple JScript.NET class for use in a simple COM+ application. My assembly has a namespace and several public classes.<BR><BR>I've tried the tlbexp utility and regasm - both produce a type library and regasm *claims* to register my assembly, but the class is not creatable (activex errors galore) when I try to instantiate it in VB6 (tried both New operator AND CreateObject).<BR><BR>Obviously I don't have the whole picture... anyone care to walk me through it or suggest an article?