CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792

    VB6 and .Net running slow on only one computer

    Hi all,
    I have a very strange problem - we have a number of vb6 and vb.net applications that have been written in house. These are used by a number of users with no problems, however one user is experiencing extremely slow response from all our vb6 and .net applications.

    So far, we have:
    a. plugged another computer with the same configuration into his network port - great response.
    b. run the same sql stored procs through SQL Advantage (like sql server manager) - great response, even when returning > 1mb of records
    c. run "winstress" to check that his memory wasn't corrupt (or used by "midnight spares") - no problems (1gb RAM)
    d. defragged his hard drive - no difference
    e. had the user sign on to a different machine - great response
    f. checked running processes to see if he has something running that he shouldn't - no difference between his and my machine.
    g. checked the network topology - both his and my machine are computer->switch->firewall->switch->switch->server
    h. checked other (MS) applications that go to the server - great response

    No other user is experiencing these problems - does anyone have any ideas what it could be?
    Be nice to Harley riders...

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB6 and .Net running slow on only one computer

    Is the Indexing Service slowing things down?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792

    Re: VB6 and .Net running slow on only one computer

    good question - checking now
    Be nice to Harley riders...

  4. #4
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792

    Re: VB6 and .Net running slow on only one computer

    Indexing service is turned off but the problem still exists.
    We're about to re-image the PC with one (exact same configuration) that actually works. Our suspicion is that the user has installed / reconfigured something - any ideas will still be greatfully received.
    Be nice to Harley riders...

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: VB6 and .Net running slow on only one computer

    You're first stop should be Task Manager to see to see what processes are involved in the slow take down. From there, you would want a process investigator to see what part of the processes are being tied down.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  6. #6
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792

    Re: VB6 and .Net running slow on only one computer

    That was what I did yesterday (I guess I should've mentioned that...) I found two possibilities, WUAUCLT.exe and SYSTEM - googling both of them showed that while both are valid files, there are two trojans which imitate (overwrite) the original files.

    Currently, we have re-imaged an identical machine, which is running fine. We are going to re-image the 'rogue' machine tomorrow and see what happens, which *should* eliminate any hardware/network fault.

    I'll keep you posted - but please, keep coming up with suggestions.
    Be nice to Harley riders...

  7. #7
    Join Date
    Oct 2006
    Posts
    327

    Re: VB6 and .Net running slow on only one computer

    Hello,

    I would check for the possible presence of KOGOR ...
    We never know ...

  8. #8
    Join Date
    Nov 2002
    Location
    Baby Land
    Posts
    646

    Re: VB6 and .Net running slow on only one computer

    try this utility from sysinternals

    http://www.microsoft.com/technet/sys.../autoruns.mspx

    it should show all autostart entry points for applications or components.

  9. #9
    Join Date
    May 2002
    Posts
    10,943

    Re: VB6 and .Net running slow on only one computer

    WUAUCLT.exe is for Automatic updates. Go to Internet Explorer and under the Tools menu, choose Windows Updates. Patch up the machine entirely.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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