.NET & McAfee

C

Chris Koiak

Are there any known issues with .NET and McAfee?
Currently I have a windows service written in .NET which
uses Remoting. However I am seeing errors while its
running on machines with McAfee installed.

e.g.

System.NullReferenceException: Object reference not set
to an instance of an object.
at System.Net.OSSOCK.WSAGetOverlappedResult(IntPtr
socketHandle, IntPtr overlapped, UInt32&
bytesTransferred, Boolean wait, IntPtr ignored)
at
System.Net.Sockets.OverlappedAsyncResult.CompletionPortCal
lback(UInt32 errorCode, UInt32 numBytes,
NativeOverlapped* nativeOverlapped)

Has anyone else developed .NET applications which
encounter problems with McAfee?

Thanks

Chris
 
R

Robert Mayer

Hi!

I only know problems, if the Apache 2.0 Server is installed and McAfee 7.x
runs on these systems. The Apache Server don't start, even if McAfee is
disabled or closed. You have to completely uninstall it, then it works fine
(A Bug which the Developers are aware of). On McAfee 8.x there are no such
problems.

Maybe it's the same with .NET.
 

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

Top