Basicly, what happened to the CreateObject(pid, host) version of this method in .NET 4.0 C#? I can't seem to locate any information at all on how to instantiate a COM+ service located on a remote server. The current version is HttpContext.Current.Server.CreateObject(pid) or (type), but you can't specify host. My guess is that I need to instantiate a HttpServerUtility for the required server, but I have no clue how to go about that. Any ideas?




Reply With Quote
Bookmarks