vb.net - windows forms - McAfee

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shannon Ramirez

    #1

    vb.net - windows forms - McAfee

    I'm using visual studio 2003. I created a form using the drop down list.
    The list is getting populated from a sql database. The list is getting
    populated, but the words don't show up. I can arrow down through the list
    and the selection moves down through the list.. the data selected shows up
    on the top line, but the row selected is blank. I can select one of the
    rows and launch into another form and the data is getting used for another
    sql query. All is working correctly except the drop down list doesn't
    display the values. I've read that McAfee version 8 can cause this. anyone
    know of a way to fix this problem???

    thanks
    shannon


  • Herfried K. Wagner [MVP]

    #2
    Re: vb.net - windows forms - McAfee

    "Shannon Ramirez" <dba@prairieine t.net> schrieb:[color=blue]
    > I'm using visual studio 2003. I created a form using the drop down list.
    > The list is getting populated from a sql database. The list is getting
    > populated, but the words don't show up. I can arrow down through the list
    > and the selection moves down through the list.. the data selected shows up
    > on the top line, but the row selected is blank. I can select one of the
    > rows and launch into another form and the data is getting used for another
    > sql query. All is working correctly except the drop down list doesn't
    > display the values. I've read that McAfee version 8 can cause this.
    > anyone know of a way to fix this problem???[/color]

    Typically this behavior is caused by a McAfee VirusScan problem that NAI is
    aware of and that can be fixed by installing a patch:

    Patch 5 for McAfee VirusScan Enterprise 8.0i
    <URL:https://knowledgemap.na i.com/phpclient/viewKDoc.aspx?u rl=kb/kb_kb38717.xml& docType=DOC_Kno wledgeBase>

    Direct download for the patch:

    <URL:http://sdownload.nai.c om/products/protected/hotfix/VSE80P05.Zip>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Shannon Ramirez

      #3
      Re: vb.net - windows forms - McAfee

      Great.. thanks a million..
      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
      news:e0ymylygFH A.3940@tk2msftn gp13.phx.gbl...[color=blue]
      > "Shannon Ramirez" <dba@prairieine t.net> schrieb:[color=green]
      >> I'm using visual studio 2003. I created a form using the drop down list.
      >> The list is getting populated from a sql database. The list is getting
      >> populated, but the words don't show up. I can arrow down through the
      >> list and the selection moves down through the list.. the data selected
      >> shows up on the top line, but the row selected is blank. I can select
      >> one of the rows and launch into another form and the data is getting used
      >> for another sql query. All is working correctly except the drop down
      >> list doesn't display the values. I've read that McAfee version 8 can
      >> cause this. anyone know of a way to fix this problem???[/color]
      >
      > Typically this behavior is caused by a McAfee VirusScan problem that NAI
      > is
      > aware of and that can be fixed by installing a patch:
      >
      > Patch 5 for McAfee VirusScan Enterprise 8.0i
      > <URL:https://knowledgemap.na i.com/phpclient/viewKDoc.aspx?u rl=kb/kb_kb38717.xml& docType=DOC_Kno wledgeBase>
      >
      > Direct download for the patch:
      >
      > <URL:http://sdownload.nai.c om/products/protected/hotfix/VSE80P05.Zip>
      >
      > --
      > M S Herfried K. Wagner
      > M V P <URL:http://dotnet.mvps.org/>
      > V B <URL:http://classicvb.org/petition/>[/color]


      Comment

      Working...