all groups > dotnet general > july 2004 > threads for sunday july 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
windows service... when do we need installer
Posted by siddharthkhare NO[at]SPAM hotmail.com at 7/18/2004 11:01:22 PM
Hi All,
i have some doubts on .net windows services..
please see if some one could help me understand this..
1)is it possible to install a windows service which does not have a
installer added to it,
using installutil.exe
OR
is it must to have an installer to the service project to be abl... more >>
How do I kill or break out of a synchronous Socket.Accept() call?
Posted by Blatwurst at 7/18/2004 9:06:07 PM
I'm trying to implement a simple server in C#. I want to do the classic thing of spinning off a thread that just blocks in a Socket.Accept() call until a request comes in. At that point, the Accept() returns, the thread spins off another thread to handle the request, and then calls Accept() again.... more >>
irc chat.....
Posted by Supra at 7/18/2004 1:39:26 PM
How do i parse the first nick before exclamation only. i am working
on irc chat similar to PIRCH or MIRC. I can only do this in vb6
here is debug.writeline:
Picota!lol@96.Red-213-97-140.pooles.rima-tde.net PRIVMSG #india :any1
seen a-kash?
eLif^^`!~ltowhd@81.213.252.106 JOIN #india
... more >>
Missing help contents
Posted by CPresson at 7/18/2004 8:36:02 AM
I'm not sure what caused it, but while inside the VS.NET IDE, 1) when I click on the Help TOC or index tab, nothing shows up, 2) no filters (for the help) show up, and 3) Dynamic Help always shows "No links are available for the current selection."
I have tried uninstalling and reinstalling the V... more >>
SqlConnection, SqlCommand
Posted by Donnie Darko at 7/18/2004 6:03:39 AM
I'm trying to understand SqlConnection(), SqlCommand()
For example. I use SqlConnection() as a parameter when I create a new
SqlCommand. Then I open SqlConnection(), then I execute the SqlCommand().
At that point I cannot use SqlConnection() again. Unless I .Close() it and
then .Open it ... more >>
|