CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.29 seconds.

  1. Replies
    15
    Views
    3,469

    Re: Find and Open a File on Remote Computer

    I've given you all the clue you need in reply #11.

    Bottom line, is if you want this resolved, you are going to have to debug this yourself by doing some of the things mentioned in #11.
  2. Replies
    15
    Views
    3,469

    Re: Find and Open a File on Remote Computer

    If the dll is running under IIS, you may need to grant the IIS or app-pool account access.
  3. Replies
    15
    Views
    3,469

    Re: Find and Open a File on Remote Computer

    I am trying to help, did you see my previous response?

    What I mean here is you are going to have to debug the dll. Either step through the code in a debugger, attach a remote debugger to a debug...
  4. Replies
    15
    Views
    3,469

    Re: Find and Open a File on Remote Computer

    Is the dll 32 bit or 64 bit? If 64 bit, is the 2003 system 32 or 64?

    If you have access to the dll source code, I'd recommend creating a debug build and add some trace statements (or logging) to...
  5. Replies
    15
    Views
    3,469

    Re: Find and Open a File on Remote Computer

    @umesh, can you answer the questions asked in post #3?
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured