CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2005
    Posts
    3

    VB6 app on Windows 8 RDS Server... msado.dll fault

    Hey all,
    OK, I am so over this problem... Can't find anything to work. Has anyone had this problem or know a workaround?
    So, over the weekend, my company has moved all servers to a Colo. They also moved our Legacy VB6 app there onto an Windows 8 32bit RDS server and created a RemoteApp which is installed on clients machines.
    Anyway, when this app runs locally on clients machine, runs perfect (has been for years). Running this app on the Server, crashes. I put a bunch of trappers in place and found it crashes specifically on recordset.Close and fault is at msado15.dll.
    Don't even know where to go from here...

    Here is a screenshot of the error:
    Attachment 32645

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: VB6 app on Windows 8 RDS Server... msado.dll fault

    There was some issue introduced with SP1 for Windows 7. I have not ran into myself but have saw several posts related to it online. I would imagine Windows 8 may have the same issue.

    Maybe this will help

    http://social.msdn.microsoft.com/For...elopmentissues
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured