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 Chriss Miller 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: mjxx
  • Content: Threads
  • Order by date
  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

    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?
  3. 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!
  4. 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...
  5. 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...
  6. 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