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 clr > july 2003 > threads for july 29 - 31, 2003

Filter by week: 1 2 3 4 5

New string or object reference?
Posted by Célio Cidral Junior at 7/31/2003 3:04:21 PM
Hello! See the code below: public class Customer { private string name; public Customer(string name) : base() { this.name = name; } public string Name { get { return this.name; } set { // some implementation ... } } } publi...more >>

How do I create a dll containing images? (and how to access them)
Posted by Andrew Stephens at 7/31/2003 4:43:12 AM
Hi all I'm using VS.Net 2003 and would like to create a DLL that contains a series of images used by my app. I would need to be able to access them by name, returning (say) an Image type. If I add a new image then I can simply send out the updated DLL without recompiling the whole app. I ca...more >>

Error Reading Configuration Settings
Posted by Guogang at 7/30/2003 3:49:01 PM
Hi, I am deploying a project to a laptop. It works fine on my development computer, and I have tested once a few weeks ago. However, this time, the program can not start at all. After some digging, I find that it stops right at the following line (this line is part of the function called by...more >>

Rule for copying between DataRow cells of different types?
Posted by Bert Hyman at 7/30/2003 6:12:20 AM
If I have a DataRow with a column of type DateTime and another DataRow with a column of type string and do a simple assignment from a DateTime cell to a string cell, what should happen? I ran across this case just yesterday where someone had coded drA[string-type-cell] = drB[DateTime-type-c...more >>

annoying popup message at almost every save
Posted by Thomas Zeng at 7/29/2003 4:05:05 PM
Hello, Does anyone know why I keep getting this msg everytime I save a *.cs file? "This file has been modified outside of the source editor. Do you want to reload it?" Thank you very much ...more >>



DevelopmentNow Blog