Not bored - just nonplussed. We do this the 1st way you talekd about a lot from Serviced components and it works fine.
Simon Gregory
Posts
-
Loading dinamically assemblies from COM+ .NET components -
Error eith InteropService.COMExceptionIs it the lciense file for the OCX. I think the corresponding OCA has something to do with this but what do I know...
-
Loading dinamically assemblies from COM+ .NET componentsHere's waht I use - it also late binds to a Enterpise Serviced component in COM+ - and calls the VersionProperty on the class represented by the Prog ID... // Create a Crypto Manager - Create the Type locally Type tEngine = Type.GetTypeFromProgID("Collaborator50.EQOSCollaborator", vstrAppServer, true); // Create an Instance of Type objEngine = Activator.CreateInstance(tEngine); // Make the call object objVersion = tEngine.InvokeMember( "Version", BindingFlags.Public | BindingFlags.GetProperty, null, objEngine, null);
-
Network packet capture support in .netSomewere on this very site - name eludes me though
-
Weird garbage collectionWe use System.Runtime.Marshal.Cantremembetthisbit.ReleaseComObject() which seems to clean up on the spot.
-
Still no solution! Memory bug in Services?Do the remoting components make use of any unmanaged resources / should or do you implement the IDispose interface?
-
Error eith InteropService.COMExceptionWhat was the COM exception?
-
How to change app.config file name?Dont think you can.