Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > april 2004 > threads for saturday april 3

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

.NET Framework 2.0 in Visual Studio 2003 ??
Posted by Mike at 4/3/2004 10:36:02 PM
I have Visual Studio .NET 2003 that currently supports framework version 1.1, 1.0 or both. When .NET Framework 2.0 is released with Visual Studio 2005, will I be able to use framework 2.0 with Visual Studio .NET 2003 by somehow selecting the framework 2.0 run time ?? Or I will have to shell my mon...more >>


System.Net.Socket -> waitBlockInternal
Posted by Josh Patterson at 4/3/2004 8:16:15 PM
Ive been working on this async multithreaded server that sends data back and for between 2 nodes/boxes; Every so often, the async listener thread blocks and will not take any incoming connections (I can verify this as my protocol is http/html/soap based so i can point a webbrowser at it and check...more >>

Bugs
Posted by Ayende Rahien at 4/3/2004 6:37:42 PM
Recently I've encountered two highly annoying bugs in the framework, anyone who knows how to solve them would be most appriciated. 1) I'm trying to do Process.Start(url); and get a Win32Exception, after quite a bit of testing I found out that the reason for this is that I didn't have STAThread...more >>

Obtaining the password of an active directory user
Posted by Mario Rodriguez at 4/3/2004 12:31:58 PM
Hi people, Does anyone have some idea how to get the password of an active directory user? I tried using the DirectorySearcher object to find the user and the DirectoryEntry.Password property to get the value, but always returns "null" and I'm totally sure that the password is not null than...more >>

Add Bar to IE
Posted by Gonvil at 4/3/2004 8:31:03 AM
How to add bar (like google search bar) to IE using C# Thanks...more >>

C# API
Posted by Stefano at 4/3/2004 4:51:03 AM
Hi people, it's possible to download API documentation of C# from the MS web-site, as well as the java api docs from sun website? Thanx to all, bye Stefano....more >>

HResult property
Posted by polynomial5d at 4/3/2004 3:01:04 AM
The exception class has a protected property HResult. If I want to catch a particular exception, I need to know it's HResult and I need to access the HResult. Every attempt I've made to access it has failed. When I hover my mouse over the code the message is something like "Hresult is not acces...more >>

File properties dialog
Posted by Oren at 4/3/2004 1:11:03 AM
Hi, all How can I display File properties dialog (r-click a file in Explorer, the click "Properties"menuitem) - C# Windows Applicatio Thanks a lot!...more >>



client/ server - knowing when to renew dataset
Posted by Lars at 4/3/2004 12:11:04 AM
Is it possible to send a request from a web service to a client telling the client it needs to update/reload the dataset from the web service, because data has been updated on the server side by another client Where is the best source to look to learn more about how to accomplish this?...more >>


DevelopmentNow Blog