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 SkipVought 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: *

  1. poruchikN

    Building COM+ Server From Command Line

    Wouch! All I needed to do was Dim App As Object Set App = CreateObject("ProgID") MsgBox App.MyFunction I shall find out whats the difference...
  2. poruchikN

    Building COM+ Server From Command Line

    Hello, I folloved your advice, but it didn't help :( What else can I try ? Thank you for help.
  3. 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
  4. poruchikN

    Building COM+ Server From Command Line

    Yes, it does. I can see, configure, start and shut down it in COM+ explorer. I also can see it in VB component explorer and choose methods from coding assistant while typing. But when I try to call a method, the "Object reference not set to an instance of an object." message arises. Any ideas ...
  5. 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...
  6. 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...
  7. 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+...
  8. 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+...
  9. 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+...
  10. 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)...
  11. 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)...
  12. 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...
  13. 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 :((...
  14. 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