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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mjxx

  1. mjxx

    Timeout for application proxys

    Hi, How can I make a call to createinstance for an application proxy to time out? When I try to use the object when the network cable is disconnected, nothing happens. It is not until I put the network cable back again I get an error. Is there a timeout value? How can I set it? The...
  2. mjxx

    Application proxy to NT4

    Solved it by uninstalling sp2 for win2k, since I all the time got "error 429, cannot create object". Has anybody succeded in exporting application proxys with sp2 installed, and been able to use them from a nt4 computer?
  3. mjxx

    Application proxy to NT4

    Hi, I have exported a COM+ application as an application proxy from Win2000. If I want to install this on NT4, what do I have to do more than installing the .msi-file (except from installing option pack..)? Or is there a better way to make the computers to communicate?
  4. mjxx

    Create instance without dll and type library

    Hi, is it possible to create an instance of a COM+ component from Visual C++ without importing the dll or tlb-file? All I have is an application proxy installed from a .msi-file. Or was a dll or type library placed somewhere when I installed the component? Thanks in advance for your answer!
  5. mjxx

    Access violation when couninitializing

    Solved it myself. The mail was not completely sent before couninitializing (which means that the pointer was not released), so I put {} around all the mail stuff, with the closing "}" before calling couninitialize, which solved it.
  6. mjxx

    Access violation when couninitializing

    Hi, I have an application using the cdonts.dll. I use CoInitialize(NULL), pNewMail.CreateInstance and sends the mail. Everything is OK, and the mail is sent. But as I have read that you have to use CoUninitialize() at the end of the application I did so, and I get access violation. The debugger...
  7. mjxx

    access denied for methods of a mts-object

    Hi, I have implemented a COM+ object in VC++ 6.0. When exporting it from MTS and installing it (application proxy) on a computer in the same domain everything is OK. But when I install it on a computer in the same network, not belonging to the same domain, I can access it from an asp-page, but...
  8. mjxx

    deploying a com+ application

    Hi, I have implemented a com+ server application in VC++ and I am now trying to deploy it by exporting a .msi-file. When I try to install the file on a computer that is on the same domain as the development computer all is fine. But when I try to install the package on a computer on another...

Part and Inventory Search

Back
Top