all groups > dotnet sdk > september 2005
More Help with Multi-Threaded ICMP Ping
Posted by mgenti NO[at]SPAM gmail.com at 9/30/2005 8:59:51 PM
I was reading through the thread on this topic towards the end of
march. It was mentioned that when he author multi-threads his ping
program one thread may get the response from another. It was said this
was expect since ICMP doesn't use ports so the framework can't
determine who sent the origi... more >>
Solution for the Error : The service did not respond to the Stop call in a timely fashion
Posted by Prasad at 9/28/2005 7:19:33 PM
Hi,
I am writing a service which takes a long time to stop after the OnStop
call is given by the Services Snap-in. The problem is I cannot cut down on
the time that it takes to Stop. The Service snap-in gives me the error
saying that the service did not respond to the Stop call in a timely
... more >>
Referencing component from command line
Posted by Lionel at 9/26/2005 3:47:03 PM
Hello everyone, I'm having a lot of difficulty trying to use an MSChart
component within my C# app...there's a lot of instruction on how to reference
the component using Visual Studio but not much for those of us using notepad
and the free SDK from Microsoft. Some instructions tell me to add a... more >>
Bluetooth virtual serial ports
Posted by JimmyBluetooth at 9/26/2005 11:34:05 AM
NOTE: This question is a cross-post from microsoft.public.platformsdk.shell.
The original post was on 9/21/05 and had not received any response as of
9/26/05.
I'm writing a C++ application that communicates with a Bluetooth device, and
that device restricts me to using the serial port prof... more >>
mac address of workstation
Posted by AndyM at 9/25/2005 9:53:11 AM
Does anyone know how to get the mac address of a workstation in .NET? I am
looking for something that does the win32 equivalent of GetAdaptersInfo().
... more >>
WinFX SDK September 2005 CTP is available for download
Posted by Christine Kleinke (MSFT) at 9/14/2005 1:36:24 PM
We are pleased to announce that the Sept. CTP edition of the WinFX SDK has
been released!
For WinFX SDK Sept. 2005 CTP, you have the following options:
Download and install the WinFX SDK from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=C20CC6C8-1F4E-4A5C-BC79-C2FE9ABE69AA&displ... more >>
C#: Used components of Framework
Posted by chom62 NO[at]SPAM ptty2.loxinfo.co.th at 9/13/2005 12:00:00 AM
Is there a way to find out what components (or dlls, ocx's, etc) of
Framework in a given C# project are actually being used (similar to VB
copmponents)? I want to keep the file to download as small as possible.
Your advice is very much appreciated.
... more >>
REASON: ADVPACK.DLL
Posted by porko at 9/12/2005 9:33:04 AM
Trying to install .NET Framework SDK 2.0 Beta 2, we are getting an error that
reports
Error creating process <...install.exe>. Reason: INNT\system32\advpack.dll.
(This is on Win2K server with all latest patches installed).
Does anyone know how to fix this problem? ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
equivalent to notify()
Posted by Robert Houben at 9/8/2005 9:25:11 AM
Hi, I'm looking for native .NET functionality that does the equivalent of a
notify() or notifyAll(). I can do it using unmanaged C++, but was hoping
there was a .NET native way to do something as fundamental as that.
TIA,
... more >>
|