problem with VS .net installation

  • Thread starter Thread starter a4wanman
  • Start date Start date
A

a4wanman

Have a strange situation:

I have installed Visual Studio .Net on 2 different machines - both are
running Windows XP SP1. Both machines were re-imaged before installation.
I have created a new project. I added a button object. For the button
click event I added MsgBox("Hello").

Running the project does not create any debug errors. When I click on the
button, I get a message box that pops up, but the hello message is not
displayed.

I have also created a ComboBox and added a few items to the collection.
When running the program, I click the down-arrow and the list is blank. If
I click in the list, the item value will then be displayed in the combo box,
but not the list.

I've reimaged machines to get a clean install. I've also updated the VS.Net
to SP1.

Any suggestions to correct my basic problems?

Thanks,

Scott
 
Scott,

Are you running a McAfee virus protection program?

There is a known problem that presents itself similarly to your description
with a particular McAfee product, maybe Enterprise 8 (I'm not sure).

There is a fix on their site.

Kerry Moorman
 
Yes. I'm running McAfee Enterprise v8.0. I did turn off the On-Access Scan
during installation.

I'll look on their site for a fix.

Thanks.
 
I've installed Patch 10 for McAfee Enterprise v8.0i and that resolved my
problem. Thanks for the information.

Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top