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 IamaSherpa 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: AC123
  • Order by date
  1. AC123

    CreateObject statement Takes 5 minutes to initilize

    Hi Semper, I had checked the Oracle session when this delay was happening but there were no deadloacks from the application. Since there are only to referencec you may be right regarding the ADS deadloack. Can you please tell me how to find and correct if there are any deadlocks with ADS? My...
  2. AC123

    CreateObject statement Takes 5 minutes to initilize

    Thanks Semper.. The DLL is Apartment Threaded. We are using Oracle and there are no licesing issues. Also, the Initilize event of the DLL is there is no code. The References DLL got (1) COM+ Library and (2) Active Directory Services Librarry. This problem happens only sometimes. Thanks, AC
  3. AC123

    CreateObject statement Takes 5 minutes to initilize

    I have an ActiveX EXE which which initilizes a DLL and makes a number of calls to the same DLL Methods. The problem is that, sometimes the "CreateObject" Statement takes 5 minutes to complete. I also tried early binding with "New" but same results. The DLL runs under COM+...
  4. AC123

    ADO CONNECTION ERROR (VB-ORACLE)

    I am getting the following ADO Connection Error "SOMETIMES " (VB general Error)for this statement. "strConnection.Open strConnectString" It's very strange it may connect many times successfully and then after somtime you may end up with this error. I am using MSDAORA...
  5. AC123

    VB6 - Oracle 8i ADO Connection Error

    I am getting the following ADO Connection Error "SOMETIMES " (VB general Error)for this statement. "strConnection.Open strConnectString" It's very strange it may connect many times successfully and then after somtime you may end up with this error. I am using MSDAORA...
  6. AC123

    VB Out of Process Component not accessible sometimes

    I have a DCOM application which has an out of process component. I have configured it on a remote server using DCOMCNFG utiliy. I also have it running. (By just double clicking the .exe file) The problem is that sometimes it's not accessible from the client applications? Is there any fact that...
  7. AC123

    Out of Process Component (EXE) in VB

    I have a DCOM application which has an out of process component. I have configured it on a remote server using DCOMCNFG utiliy. I also have it running. (By just double clicking the .exe file) The problem is that sometimes it's not accessible from the client applications? Is there any fact that...
  8. AC123

    VB - Out of Process Component (EXE)

    I have a DCOM application which has an out of process component. I have configured it on a remote server using DCOMCNFG utiliy. I also have it running. (By just double clicking the .exe file) The problem is that sometimes it's not accessible from the client applications? Is there any fact that...
  9. AC123

    VB WEBBROWSER CONTROL & ASP SESSION ID

    I was trying to access an asp page from a WebBrower contol in VB6. The first page is displaed without any problem. But the second page is opened from the first page as a new window using the javascript "document.open" command. The problem is for the second page the web Server issues...
  10. AC123

    ASP SessionID and VB WebBrowser control

    I was trying to access an asp page from a WebBrower contol in VB6. The first page is displayed without any problem. But the second page is opened from the first page as a new window using the javascript "document.open" command. The problem is for the second page the web Server issues...
  11. AC123

    ASP SessionID and VB WebBrowser Control

    I was trying to access an asp page from a WebBrower contol in VB6. The first page is displayed without any problem. But the second page is opened from the first page as a new window using the javascript "document.open" command. The problem is for the second page the web Server issues...
  12. AC123

    WebBrowser control in VB6 & ASP Session

    I was trying to access an asp page from a WebBrower contol in VB6. The first page is displaed without any problem. But the second page is opened from the first page as a new window using the javascript "document.open" command. The problem is for the second page the web Server issues...

Part and Inventory Search

Back
Top