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 > february 2006 > threads for wednesday february 8

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

.NET Framework 2.0 Beta 2
Posted by girthyvhf NO[at]SPAM earthlink.net at 2/8/2006 6:12:20 PM
I am trying to install the Enterprise Library 2.0 and am getting a message telling me that it can't install it because I don't have .NET Framework 2.0. I have installed Visual Studio 2005 Beta 2, which includes .NET Framework 2.0 Beta 2. Is Enterprise Library 2.0 not compatible with the Beta 2...more >>


Installing .Net Framework v 2.0 silently.
Posted by UJ at 2/8/2006 4:18:19 PM
How can I install the 2.0 framework silently? I have computers out in the field that run like a kiosk where I there aren't people available to install software so I need to upgrade from 1.1 to 2.0 without any human intervention at all. TIA - Jeff. ...more >>

OOP Question - Implementation, I think
Posted by Alex C. Barberi at 2/8/2006 3:37:27 PM
I created a class like so in VB.NET: Public Class Category Public Name As String Public SubCategory As String End Class Then, I created an array: Public Categories As Category() I created a sort method too: Public Class CategoryMethods Public Shared Sub Sort() Dim c...more >>

How do I set Service Config?
Posted by Ken Varn at 2/8/2006 2:04:08 PM
Is there a class or method that can be called to set the configuration settings of an existing Windows Service? In particular I want to set the startup mode (i.e, Manual, AutoStart, etc..). I can do it with a pinvoke, but I wanted to check first to see if there was a way to do it natively. I ...more >>

.NET Windows Service OnStart hangs on Process.ProcessName
Posted by Simon Luckenuik at 2/8/2006 1:48:27 PM
Hi, We have a C# application running as a Windows Service. Once the service is installed and a start is done on the service, the process will block when accessing information about the current process. The example below placed in the OnStart of a class inheriting from ServiceBase will hang on...more >>

.NET 2.0 ConfigurationSection Frustrations
Posted by Matt Sollars at 2/8/2006 1:42:59 PM
Hello. I have been really struggling here this week; maybe I'm just too tired to grasp the new API for configuration. I have a custom configuration class that descends from ConfigurationSection. I have a couple of simple string properties setup declaratively via the ConfigurationProperty...more >>

Couple of questions...
Posted by Deep Silent Ocean at 2/8/2006 1:30:55 PM
All, I have following question. 1. Difference between Has-A and IS-A relationship ? 2. What is exact difference between IComarable and ICompare interface ? silent ocean...more >>

Remoting and scalability question
Posted by Larry Herbinaux at 2/8/2006 12:30:28 PM
I'm trying to increase concurrency as much as possible and have a couple of questions regarding what's going on under the hood for the following code segments: ChannelServices.RegisterChannel(new TcpChannel()); When creating the TcpChannel is this just reserving a port? Does it ever mak...more >>



getting display info in .net
Posted by John at 2/8/2006 11:56:16 AM
Is there a way you can get any information on the types of monitors currently on your machine through dotnet. I speciffically need to know if a projector is plugged into the machine. -J -- If a monkey can''''t break your app, its ready for release!...more >>

Putting Complex Datatypes into config file using system.configurat
Posted by cyberstrike at 2/8/2006 11:43:23 AM
In the system.configuration namespace, is there any way to save a Dataset or any other custom structure in a section? I know how to make a class and derive it from the section class; however, any properties I want to save within that class have to be basic types. Right now if I try to use a co...more >>

double discrepancy between PDA and PC
Posted by ataha at 2/8/2006 11:40:46 AM
I have a dll written in C# for a PDA application that uses doubles to do mathematical operations (mean, slope, noise) on an array of readings and produces electrolyte and gas readings in a sample of blood. I also have a PC version of the PDA application that uses the very same dll for calculatin...more >>

compiling unmanaged code in visual studio
Posted by csharpdevp NO[at]SPAM yahoo.ca at 2/8/2006 8:33:14 AM
Hi My application has been coded in C#, and it is being developed on Visual Studio 8.0. There are some projects in my application that needed C++ modules already built by another program. Since a considerable amount of time and energy has been invested in writing these C++ modules, my project...more >>

Console.ReadLine Abort
Posted by leszek.doniec NO[at]SPAM googlemail.com at 2/8/2006 5:13:39 AM
Hello, Is there any possibility to Abort a thread that is stopped on Console.ReadLine() call? Environment.Exit() is not a solution for me, unfortunately. Thanks in advance for any hints. Leszek Doniec ...more >>

.net framework 2.0 network installation
Posted by mailvinod NO[at]SPAM gmail.com at 2/8/2006 3:57:57 AM
Hi all, I want to mass distribute .net framework 2.0 on all pcs in my network, I cannot create a .msi file because dotnetfx.exe already contains netfx.msi file in it, I dont think its possible to run two .msi files simultaneously. I dont have the Microsoft Windows Component Update cd to ext...more >>

assembly in GAC doesn't work
Posted by Filip De Backer at 2/8/2006 1:15:27 AM
Hi everyone, I've created a shared assembly and istalled it to the windows\assembly folder. I see the assembly in the list of all the other assemblies. But in Visual Studio 2005, when I want to add a reference, this assembly isn't in the list with .NET assemblies. What is the cause of this ...more >>

Installation of VS2005 with MSSQL 2000
Posted by Lau Lei Cheong at 2/8/2006 12:00:00 AM
Hello, I'm currently using VS2003 with MSSQL 2000 and consider moving to VS2005. Although I understand both version of .NET framework with work side-by-side, to avoid possible version conflicts I decide to do a fresh install. From some of the previous articles it seems there is "...more >>


DevelopmentNow Blog