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 > february 2006 > threads for tuesday february 14

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

Interacting with an external process.
Posted by mrmikal NO[at]SPAM gmail.com at 2/14/2006 9:27:48 PM
I'm hoping someone can help me with this. I want to build a service that constantly receives data from an external server and does minor processing and databasing on the received data. This part is simple and is already built. However, I want to also build clients that I can launch from my ...more >>


HttpWebRequest
Posted by Steve B. at 2/14/2006 8:43:50 PM
Hi, I use a HttpWebRequest object to download a file. It works well if I use http://myserver/file.ext But if I use http://192.168.x.y/file.exe it throw an exception "Error: protocol violation". I use VS 2005 and .Net 2.0. What is wrong ? Thanks in advance. Steve ...more >>

MimeMap: using WMI/ADSI in C#
Posted by Abhi at 2/14/2006 1:06:29 PM
Hi- I have a need to programmatically (C#) retrieve the value of the attribute "MimeMap" (ID = 6015) from the LM/MimeMap from my machine's metabase. Using the Select * from IIsMimeMap just gives me the name "MimeMap" but I need to get a handle to the attribute beneath it to retrieve the ...more >>

One record is missing to display in aspx page. But works in SQL qu
Posted by velu at 2/14/2006 12:41:51 PM
One record is missing to display in aspx page. But works in SQL query… When i run a query in MSSQL I get 3 records. but when i run try to display it in aspx page it displayes only 2 records.. below is the code.. plz help Public Class hr Inherits System.Web.UI.Page Dim MyCommand As Sql...more >>

Can't set ConnectionStringSettings.ConnectionString property
Posted by Brad Wood
The ConnectionString property of the ConnectionStringSettings object is get/set, but when I try to set it to some other value I get an error, "The configuration is read only". I get the object by calling WebConfigurationManager.ConnectionStrings["production"] From this Web.Config snippe...more >>

quick question
Posted by sowhatman0 NO[at]SPAM yahoo.com at 2/14/2006 10:45:58 AM
why was my thread deleted? it was about identifying textboxes in a website with API if both textboxes had the same title and class. thats messed up, how come they had to delete it? ...more >>

Exception text translation
Posted by Dan at 2/14/2006 8:48:13 AM
In order to completely globalize a .Net application it must be possible to translate the messages of system exceptions to other languages. Of course it's possible to catch the system exceptions and rethrow them with translated messages, but in a large system you want to translate them globall...more >>

Network-wide Global Assembly Cache? NAC? Is this possible?
Posted by Michael.Suarez NO[at]SPAM gmail.com at 2/14/2006 8:23:36 AM
Would it be possible to copy the windows/assembly folder to a folder on a network drive? Then reference the dll's in this folder in a .NET app? Then treat this folder as a place you can drop any dll that you want to be shared by several users accross the network.. and deploying updated dll's wou...more >>



e.Item.Cells(3).Text help
Posted by (rbutch NO[at]SPAM coair.com) at 2/14/2006 5:08:50 AM
GUYS i need some datagrid help here. i can make a button column with an image - no problem - when its clicked it would go and get the info, for instance from> e.Item.Cells(3).Text - the button is hit and it grabs the info from that cell. here's the deal - whats in Cell number 3 is a pri...more >>

FTPWebRequest
Posted by Arne at 2/14/2006 4:41:28 AM
I have a problem with an FTP. The FTPWebRequest class is sending 'Type I' . What does that mean?...more >>

Problem in File transfer through C#
Posted by Siddharth at 2/14/2006 12:00:00 AM
Hello friends, I am having a problem in transferring a file from a client to another client via a server, with the help of SOCKETS. I am using NETWORK STREAM to tranfer the file contents. As soon as the file is sended to the SERVER's SOCKET, it shows an error of : "CONNECTION FORCIBLY C...more >>


DevelopmentNow Blog