Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Simon Gregory

@Simon Gregory
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Loading dinamically assemblies from COM+ .NET components
    S Simon Gregory

    Not bored - just nonplussed. We do this the 1st way you talekd about a lot from Serviced components and it works fine.

    .NET (Core and Framework) question csharp dotnet com help

  • Error eith InteropService.COMException
    S Simon Gregory

    Is it the lciense file for the OCX. I think the corresponding OCA has something to do with this but what do I know...

    .NET (Core and Framework) help csharp debugging

  • Loading dinamically assemblies from COM+ .NET components
    S Simon Gregory

    Here'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);

    .NET (Core and Framework) question csharp dotnet com help

  • Network packet capture support in .net
    S Simon Gregory

    Somewere on this very site - name eludes me though

    .NET (Core and Framework) question csharp sysadmin

  • Weird garbage collection
    S Simon Gregory

    We use System.Runtime.Marshal.Cantremembetthisbit.ReleaseComObject() which seems to clean up on the spot.

    .NET (Core and Framework) com csharp dotnet data-structures testing

  • Still no solution! Memory bug in Services?
    S Simon Gregory

    Do the remoting components make use of any unmanaged resources / should or do you implement the IDispose interface?

    .NET (Core and Framework) csharp performance announcement asp-net dotnet

  • Error eith InteropService.COMException
    S Simon Gregory

    What was the COM exception?

    .NET (Core and Framework) help csharp debugging

  • How to change app.config file name?
    S Simon Gregory

    Dont think you can.

    .NET (Core and Framework) tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups