Results 1 to 20 of 20

Thread: who has McAfee firewall and VS2005?

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    who has McAfee firewall and VS2005?

    Does anyone have McAfee firewall (specifically the free AOL version, but could be any version) and also Visual Studio 2005 installed?

    I am trying to pinpoint what might be a framework bug, but I need some additional people to test.

  2. #2
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: who has McAfee firewall and VS2005?

    Don't look at me, I'll never touch an AOL CD!

  3. #3
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: who has McAfee firewall and VS2005?

    AOL sucks so much I can't even describe it.

    I use Avast on both of my home comps, and I would use it on the work box except we have licenses for Symantec Corporate... doesn't seem to get in the way of anything.

  4. #4

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: who has McAfee firewall and VS2005?

    Guys I know AOL sucks, so I don't need you to indicate that here.

    If you can't help me I would appreciate if you simply dont post at all.

    This is for an issue with clients computers, not my own. I don't use AOL either.

  5. #5
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: who has McAfee firewall and VS2005?

    Suggest that they get a real ISP and browser, informing them of every known reason why AOL sucks. My guess is they'll get the point about three hours into the list...

  6. #6

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: who has McAfee firewall and VS2005?

    Quote Originally Posted by timeshifter
    Suggest that they get a real ISP and browser, informing them of every known reason why AOL sucks. My guess is they'll get the point about three hours into the list...
    Unfortunately that's not how it works in the real world.

  7. #7
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: who has McAfee firewall and VS2005?

    We've pulled it off a few times.. made some money doing it, too.

  8. #8
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: who has McAfee firewall and VS2005?

    Well I remember the McAffee Online Virusscan (I don't know if that comes with AOL) gave me grief. I had to boot up in safe mode to get rid of the damn thing.

    And that's probably as helpful as I can get. Sorry.

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: who has McAfee firewall and VS2005?

    Quote Originally Posted by kleinma
    Does anyone have McAfee firewall (specifically the free AOL version, but could be any version) and also Visual Studio 2005 installed?

    I am trying to pinpoint what might be a framework bug, but I need some additional people to test.
    We've had some very strange problems with McAfee and VS 2005 (and VS 2003 as well).

    Unfortunately, the problems are as vague and countless as Bushisms. What is your specific problem?

  10. #10

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: who has McAfee firewall and VS2005?

    Quote Originally Posted by mendhak
    We've had some very strange problems with McAfee and VS 2005 (and VS 2003 as well).

    Unfortunately, the problems are as vague and countless as Bushisms. What is your specific problem?
    The problem is that when prompted by the firewall to allow or deny access through the firewall, if you select deny it makes the framework crash my program (no exception thrown, just crash).

    The behavior also happens if you are using the application framework and select your app to be a single instance application. This is because the underlying framework uses a tcpchannel (i think its tcp) to communicate between instances of your app.


    Comodo firewall also causes the crash. Onecare firewall doesn't. I am looking to test a few others maybe. The McAfee Firewall that I was able to test is the free AOL one.

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: who has McAfee firewall and VS2005?

    Treatments for AOL are given higher priority than cancer patients in the UK.
    I don't live here any more.

  12. #12
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: who has McAfee firewall and VS2005?

    Actually if found McAffee causes alot of problems with alot of software.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  13. #13
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: who has McAfee firewall and VS2005?

    Quote Originally Posted by kleinma
    The problem is that when prompted by the firewall to allow or deny access through the firewall, if you select deny it makes the framework crash my program (no exception thrown, just crash).

    The behavior also happens if you are using the application framework and select your app to be a single instance application. This is because the underlying framework uses a tcpchannel (i think its tcp) to communicate between instances of your app.


    Comodo firewall also causes the crash. Onecare firewall doesn't. I am looking to test a few others maybe. The McAfee Firewall that I was able to test is the free AOL one.
    Yours certainly wouldn't be the only software that crashes. World of warcraft crashes whenever any firewall software asks if you would like to block or allow the software to access the internet.
    My monkey wearing the fedora points and laughs at you.

  14. #14
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: who has McAfee firewall and VS2005?

    Quote Originally Posted by kleinma
    The problem is that when prompted by the firewall to allow or deny access through the firewall, if you select deny it makes the framework crash my program (no exception thrown, just crash).

    The behavior also happens if you are using the application framework and select your app to be a single instance application. This is because the underlying framework uses a tcpchannel (i think its tcp) to communicate between instances of your app.


    Comodo firewall also causes the crash. Onecare firewall doesn't. I am looking to test a few others maybe. The McAfee Firewall that I was able to test is the free AOL one.
    Haven't had that problem, you're on your own. I've had to specify that the firewall should ignore aspnet_wp.exe completely on a few machines.

  15. #15
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: who has McAfee firewall and VS2005?

    In my experience mcaffee caused many adverse affects with many windows common controls (comboboxes being empty and so forth) too.
    I don't live here any more.

  16. #16

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: who has McAfee firewall and VS2005?

    The issue also happens with Comodo Personal Firewall, so I can't really blame McAfee on this. I submitted this as a bug to MS in connect, and hopefully they can repro it and maybe provide a work around. It isn't a huge issue, but if I can't handle the exception gracefully in my app, then I am stuck being able to do nothing.

  17. #17
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: who has McAfee firewall and VS2005?

    I suspect that the way that the firewall denies access may be at the root of the problem. I'd imagine that it somehow triggers an error in the calling application - but I'm afraid I don't know the details...

    Is any error being written to the event log or can you attach a debugger (WinDbg) to see something happening?

  18. #18
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: who has McAfee firewall and VS2005?

    Also - does it crash out when debugging in the IDE? or only in compiled app?

  19. #19

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: who has McAfee firewall and VS2005?

    only when compiled (although doesn't matter if its debug or release)

    But yes only when I ran the exe outside the IDE could I get this to happen.

    I assume that has to do with the way VS hooks into an exe for debugging, and perhaps its the vshost that already has the needed firewall permissions, so you don't even get asked.

  20. #20

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: who has McAfee firewall and VS2005?

    Quote Originally Posted by Merrion
    I suspect that the way that the firewall denies access may be at the root of the problem. I'd imagine that it somehow triggers an error in the calling application - but I'm afraid I don't know the details...

    Is any error being written to the event log or can you attach a debugger (WinDbg) to see something happening?
    I can see what is happening, the DoBind method for the socket class fails (states invalid parameter), and a socketexception is thrown, just not one I am able to catch.

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