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


all groups > dotnet general > april 2006 > threads for thursday april 6

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

VSNet 2005 service works as expected, except for my computer being too fast/lazy ?
Posted by Radu at 4/6/2006 10:59:21 PM
Hi. I have created a service which watches a folder and if any text file is added to that folder runs a custom encryption scheme on it. I add a file in that folder, and it works fine. However, when I add a second file I have a run-time error on my "openfile" line, saying that the file is in use ...more >>

"The service did not start due to a logon failure" when starting a custom service.
Posted by Radu at 4/6/2006 9:24:53 PM
Hi. I have created a service which I needed to install. Therefore I use InstallUtil. On my dev machine at home I login as Administrator and I have *NO* password set. In my first attempts with InstallUtil I tried with username = Administrator and I left the password textboxes blank. No go - it s...more >>

authentication with Active Directory
Posted by Brian Shafer at 4/6/2006 8:47:03 PM
Hi, All i can find is examples of authentication with web services... I want my user to authentication with the doman AD. How can I do this? Brian ...more >>

Can't edit property in IDE
Posted by Steve Barnett at 4/6/2006 4:35:29 PM
I have a field in a user control which is a structure. The structure has three fields, an integer a string and a Boolean. When I put my user control on a form, the property that references the structure is greyed out, so I can't set any of the fields of the structure. Is there something I s...more >>

How to Package and Deploy Windows Installer 3.0
Posted by John at 4/6/2006 4:22:41 PM
I have made setup project (VS 2005) that includes setup of my app and Framework 2.0 How can I check if there is installed Windows Installer 3.1 and if not to install it? I know that I have to add launch condition, but don't know what to type in properties. Thanks ...more >>

Standby and Hiberate modes
Posted by Phyxius at 4/6/2006 1:47:02 PM
I just had a new computer built. My previous computer was also a custom and I was using Windows XP home. I purchased a new XP Home edition from Microsoft and installed it into the new computer-not an upgrade, then transferred the necessary data from my old hardrive to my new one. All drivers...more >>

How to save custom collections using ApplicationSettingsBase?
Posted by Mountain at 4/6/2006 12:12:01 PM
I'm working with the example code found at http://msdn2.microsoft.com/en-us/library/system.configuration.applicationsettingsbase(VS.80).aspx. I would like to implement application settings based on some custom types. For example, let's say I have a collection of settings that I could represen...more >>

How to manually abort a thread on unload a domain?
Posted by Artem at 4/6/2006 10:38:32 AM
When I use the method Thread.Abort, it only sends a request of aborting to OS to stop a thread. The thread itself isn't killed and allocated resources aren't released. I tried to run that thread inside of a domain, specially created for it, but the domain can't be unloaded, 'till there are some n...more >>



Can't make ApplicationScopedSettingAttribute work at all
Posted by Mountain at 4/6/2006 10:33:02 AM
In the following MSDN documentation: http://msdn2.microsoft.com/en-us/library/system.configuration.applicationsettingsbase(VS.80).aspx there is an example of using ApplicationSettingsBase. I implemented the code and it works as expected. However, I want application scoped settings, so I ch...more >>

Problems opening a MS Access Database...
Posted by Michel at 4/6/2006 10:23:22 AM
Hi, I need to know if there is anyway of opening a database only for reading data, is an Access database, the problem is that if the file is open, the connection fails, saying that the file is already in use. Can I open the database in a read only mode, or something like that??? Thanxs in ...more >>

Html parser
Posted by deafsheep at 4/6/2006 9:49:01 AM
Hello Where can I find any html parser that I can use in C#? Thanks in advance...more >>

use functions in .h file
Posted by katy at 4/6/2006 8:08:02 AM
Hi, I hope I haven't gone to the wrong group.. Actually, I am a beginner, so please don't mind if I have asked some stupid question. . Now I'm writing an application using speech SDK (SAPI) with visual basic.net, but I want to use some functions in a .h file provided by the SDK, I am very...more >>

VS 2003 Browser Control Issue
Posted by Craig at 4/6/2006 7:56:02 AM
Hi All, In our application we make use of the standard browser control to allow customers to interact with the internet. When a customer visits a web page with a javascript error, they get a "Do you want to debug?" popup dialog. I cannot find how to tell the control to ignore errors. I k...more >>

CommandTimeout in web.config
Posted by Stephen at 4/6/2006 3:12:01 AM
Does anyone know if I can set the commandtimeout in the web.config for my whole application or do I need to change this for every call. I want to quickly change this globally if I can without releasing all the source. Can someone show me how to do this if it is possible....more >>


DevelopmentNow Blog