Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: poruchikN
  • Content: Threads
  • Order by date
  1. poruchikN

    COM+ catastrophic failure

    Hello! While using COM+, I sometimes get "COM+ catastrophic failures". The reason is unclear to me. What could make my server component crash ?? Thank You
  2. poruchikN

    Building C# COM+ Server From Command Line

    Hi! I've got a problem building C# COM+ server from the command line. I enter: sn -k keyfile.snk csc /r:System.EnterpriseServices.dll /t:library /out:CMDSimpleServer.dll SimpleCMD.cs AssemblyInfo.cs gacutil /i CMDSimpleServer.dll regsvcs CMDSimpleServer.dll When I try to use my servet...
  3. poruchikN

    Building COM+ Server From Command Line

    Hi! I've got a problem building C# COM+ server from the command line. I enter: sn -k keyfile.snk csc /r:System.EnterpriseServices.dll /t:library /out:CMDSimpleServer.dll SimpleCMD.cs AssemblyInfo.cs gacutil /i CMDSimpleServer.dll regsvcs CMDSimpleServer.dll When I try to use my servet...
  4. poruchikN

    calling unmanaged code from managed

    Hi! I've got such a situation: MTS server is written in CTD. COM+ server written in C# wrappes this MTS server client written in CTD is using the COM+ server This was done to be able to use object poooling. (CTD MTS servers do not support it) When I run the client, I don't see the COM+...
  5. poruchikN

    calling unmanaged code from managed

    Hi! I've got such a situation: MTS server is written in CTD. COM+ server written in C# wrappes this MTS server client written in CTD is using the COM+ server This was done to be able to use object poooling. (CTD MTS servers do not support it) When I run the client, I don't see the COM+...
  6. poruchikN

    calling unmanaged code from managed

    Hi! I've got such a situation: MTS server is written in CTD. COM+ server written in C# wrappes this MTS server client written in CTD is using the COM+ server This was done to be able to use object poooling. (CTD MTS servers do not support it) When I run the client, I don't see the COM+...
  7. poruchikN

    server methods invocation

    Hi! I've got such a problem: COM class "Param" is in the client COM class "Container" is in the server, it has a variable of type "Param" create(aParam) aParam.Set(Value) createEx(aContainer) aContainer.Add(aParam)...
  8. poruchikN

    server method invocation

    Hi! I've got such a problem: COM+ class "Param" is in the client COM+ class "Container" is in the server, it has a variable of type "Param" create(aParam) aParam.Set(Value) createEx(aContainer) aContainer.Add(aParam)...
  9. poruchikN

    dcomcnfg

    Hi, i'm trying to launch a remote server, for example Sub remote() Dim Obj As Object Set Obj = CreateObject("Excel.Application", "\\machine") Obj.ActivateMicrosoftApp (1) End Sub and i always get message from VB "run-time err. 70 Permission denied" I set...
  10. poruchikN

    BUG

    Hi, how can I handle this bug in "Component Services" : when you choose "Import components, that are already registered" , you will not see interfaces and methods and will not be able to configure them ???? The thing I need is to import those very reg.ret components :((...
  11. poruchikN

    BUG

    Hi, how can I handle this bug in "Component Services" : when you choose "Import components, that are already registered" , you will not see interfaces and methods and will not be able to configure them ???? The thing I need is to import those very reg.ret components :((...

Part and Inventory Search

Back
Top