Click here to Skip to main content
15,917,329 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questiondrawing onclick event Pin
reshsilk26-Jun-06 7:55
reshsilk26-Jun-06 7:55 
AnswerRe: drawing onclick event Pin
Josh Smith26-Jun-06 16:21
Josh Smith26-Jun-06 16:21 
Questionhow to implement instalation pakage Pin
bspman26-Jun-06 4:01
bspman26-Jun-06 4:01 
AnswerRe: how to implement instalation pakage Pin
Jun Du26-Jun-06 8:21
Jun Du26-Jun-06 8:21 
GeneralRe: how to implement instalation pakage Pin
bspman27-Jun-06 1:12
bspman27-Jun-06 1:12 
QuestionMcAfee and Async Sockets Pin
Aurelius166426-Jun-06 1:40
Aurelius166426-Jun-06 1:40 
AnswerRe: McAfee and Async Sockets Pin
Mike Dimmick27-Jun-06 0:55
Mike Dimmick27-Jun-06 0:55 
QuestionRe: McAfee and Async Sockets Pin
Aurelius166427-Jun-06 11:01
Aurelius166427-Jun-06 11:01 
Thanks for your help, I tried enabling the UseOnlyOverlappedIO property on the Socket but it did not seem to have any impact. When the BeginConnect is executed I still receive the error "The attempted operation is not supported for the type of object referenced". If I remove McAfee this line works fine. Below is a code snippet in case I am missing something. I have raised this with McAfee and Microsoft but I suspect it's going to be a case of bug ping pong for a while.

// Create remote end point and prepare socket (m_sHost="www.google.co.uk" m_iPort=80)<br />
ipendRemote = new IPEndPoint(Dns.GetHostEntry(m_sHost).AddressList[0], m_iPort);<br />
m_sockDestination = new Socket(ipendRemote.AddressFamily, SocketType.Stream, ProtocolType.Tcp);<br />
<br />
// Attempt Mcafee fix<br />
m_sockDestination.UseOnlyOverlappedIO = true;<br />
                <br />
// Start the connection process<br />
m_sockDestination.BeginConnect(ipendRemote, new AsyncCallback(this.OnConnected), m_sockDestination);

AnswerRe: McAfee and Async Sockets Pin
Mike Dimmick15-Jul-06 5:59
Mike Dimmick15-Jul-06 5:59 
QuestionHow to run .Net exe on other PC? Pin
Andy Rama25-Jun-06 23:46
Andy Rama25-Jun-06 23:46 
AnswerRe: How to run .Net exe on other PC? Pin
Dave Kreskowiak26-Jun-06 1:14
mveDave Kreskowiak26-Jun-06 1:14 
AnswerRe: How to run .Net exe on other PC? Pin
theney6-Jul-06 11:01
theney6-Jul-06 11:01 
QuestionWindows service Pin
Rsekaran25-Jun-06 20:05
Rsekaran25-Jun-06 20:05 
AnswerRe: Windows service Pin
Jun Du26-Jun-06 16:11
Jun Du26-Jun-06 16:11 
QuestionGoogle maps and sql Pin
sante14025-Jun-06 13:25
sante14025-Jun-06 13:25 
AnswerRe: Google maps and sql Pin
Amit Agarrwal29-Jun-06 22:28
Amit Agarrwal29-Jun-06 22:28 
GeneralRe: Google maps and sql Pin
sante14029-Jun-06 22:53
sante14029-Jun-06 22:53 
Questionabout ObjectDisposedException Pin
Super Lloyd24-Jun-06 18:12
Super Lloyd24-Jun-06 18:12 
AnswerRe: about ObjectDisposedException Pin
Robert Rohde24-Jun-06 23:26
Robert Rohde24-Jun-06 23:26 
GeneralRe: about ObjectDisposedException Pin
Super Lloyd24-Jun-06 23:43
Super Lloyd24-Jun-06 23:43 
GeneralRe: about ObjectDisposedException Pin
Guffa25-Jun-06 0:39
Guffa25-Jun-06 0:39 
Questionhelp needed in pushing object eg. a vcard from my desktop to a bluetooth device Pin
piyushnarain24-Jun-06 2:34
piyushnarain24-Jun-06 2:34 
QuestionWinSocket Library in C#? Pin
Andy Rama23-Jun-06 23:13
Andy Rama23-Jun-06 23:13 
AnswerRe: WinSocket Library in C#? Pin
Jun Du24-Jun-06 2:53
Jun Du24-Jun-06 2:53 
GeneralRe: WinSocket Library in C#? Pin
Andy Rama25-Jun-06 19:51
Andy Rama25-Jun-06 19:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.