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

Search:

Type: Posts; User: Umesh...

Search: Search took 0.05 seconds.

  1. Active Server Pages error 'ASP 0115' - A trappable error (E06D7363) has occured

    Please help me to get solution to the error within ASP page. Error: Active Server Pages error 'ASP 0115'

    Unexpected error

    /xyz.asp

    A trappable error (E06D7363) occurred in an external...
  2. Replies
    15
    Views
    3,407

    Re: Find and Open a File on Remote Computer

    Thanks for the tip Arjay... I am trying the way you suggested but till now its not been resolved.

    Please keep posting if anyone has the clue for it.
  3. Replies
    15
    Views
    3,407

    Re: Find and Open a File on Remote Computer

    Okay, I have found that I am getting error code 5 (i.e. Access denied for the user) by using GetLastError() method.

    Now, I have tried to resolve this issue by providing all the access rights...
  4. Replies
    15
    Views
    3,407

    Re: Find and Open a File on Remote Computer

    @Arjay The DLL is 32 bit and I need to register it on Windows 2008 - 64 bit system.

    Do you have any idea, if it makes any difference and if yes then whats that exactlly .... Please help!
  5. Replies
    15
    Views
    3,407

    Re: Find and Open a File on Remote Computer

    I have saved the DLL in C:\Windows\Syswow64 folder on Windows 2008 and then registered using regsvr32 command.
    Yes, the DLL is COM server.
  6. Replies
    15
    Views
    3,407

    Re: Find and Open a File on Remote Computer

    The DLL contains the C++ code which search for a file and try to open it.
    The DLL need to be registered on Windows 2008 and the the function to search a file will be called from the ASP code.
  7. Replies
    15
    Views
    3,407

    Re: Find and Open a File on Remote Computer

    Yes, I can access the file from Windows 2008 on the Windows 2003. I have written one small seperate program in c++ which runs on Windows 2088 and accesses files from Windows 2003.
  8. Replies
    15
    Views
    3,407

    Find and Open a File on Remote Computer

    I have a file on one server(Windows 2003) and need to access from another server (IIS server - Windows 2008) , I have written the program for the same which works fine and I can access the file.

    ...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured