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 > september 2004 > threads for tuesday september 7

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

Question about Enumerations
Posted by Beringer at 9/7/2004 10:01:39 PM
When I use enumerations I frequently get compilation errors that state: "Inconsistant Accessibility: <something> is less accessible than <something> I have been getting around this through casting but really don't like that since it defeats enumerations. When I define an enumeration, I place...more >>

Array.IndexOf() and an array of structs
Posted by Arkion at 9/7/2004 10:00:06 PM
Hi ng, I would like to search an array of structs for an object whose myName field (a string) equals the given input search string. Is this possible to do with IndexOf? Here's an example: --------------------- public struct SomeRecord { string myName; int idata; float fdata; } Some...more >>

Accessing POTS modem through framework?
Posted by PMac at 9/7/2004 8:45:32 PM
Is using an analog modem simply a dead art form or is there still functionality within the .NET Framework for accessing a modem on the computer, sending AT commands and sending/receiving character data? At a very minimum, I'd like to develop a small application that will dial a list of phone nu...more >>

VCC+ and .Net assemblies
Posted by Ron Harter at 9/7/2004 3:54:55 PM
Has anyone used the COM interop to acess .Net asseblies from an unmanaged C++ application? For various reasons we have a legacy VS 6.0 C++ application that we would like to compile with VS .Net and without the /clr switch and using the COM interop use the XML features available in the .Net Frame...more >>

Is CLR a process or a thread?
Posted by SKV at 9/7/2004 3:09:07 PM
Is CLR a process or a thread? If it's a process, what's the name? If it's a thread, what's the name of its parent process? ...more >>

Max Length on ProcessStartInfo.Arguments
Posted by jonathan.p.crawford NO[at]SPAM gmail.com at 9/7/2004 2:52:37 PM
I have noticed that when I try to run a process using ProcessStartInfo to set a really long argument, over 33,000 characters. The whole string doesn't get passed into the process being started. Specifically I am using the System.Diagnosis.Process class to run csc.exe and compile our software p...more >>

.Net SP1
Posted by MFRASER at 9/7/2004 1:59:23 PM
Does anyone have the link to the latest service pack? I was able to fin ..Net 1.0 SP3 but not .Net 1.1 SP1. ...more >>

difference btw Framework and Framework Redist
Posted by pokemon at 9/7/2004 5:43:06 AM
Hello, i'm wondering what is the difference between .NET Framework 1.1 and .NET Framework Redistribuable 1.1 ??? ...more >>



Not support Web Server
Posted by Dennis at 9/7/2004 12:37:01 AM
I have installed the Visual Studio .Net 2003 Professional in Windows 2000 Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application project in Visual Studio 2003, the following error displayed. "Visual Studio .NET has detected that the specified Web Server is not running...more >>


DevelopmentNow Blog