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 > december 2003 > threads for thursday december 18

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 31

EventLogEntryCollection order question
Posted by chrishill27 NO[at]SPAM yahoo.com at 12/18/2003 7:27:59 PM
I am working on a c# utility to collect security events from remote computers and record them in a sql database. I would like to find a way to search new events only (created since the last search) - so that I can have the program abort the search of a particular computer's log when it reaches ...more >>


How do I execute a shared method using reflection?
Posted by Harry Keck at 12/18/2003 7:06:33 PM
I really want to execute a shared method from a class using reflection without creating an instance of the class. I know how to use invokemethod, but it requires an object as a parameter to invoke the method on. How can I invoke the method without an object? I imagine that this should b...more >>

Event ID 1003 with ASP.NET Deadlock (Article: 325947 )
Posted by Alan Chee at 12/18/2003 6:56:55 PM
I refer to the Article 325947. I have a server having the same problem as described in the article but the it does tell where and what fixes needed to solve the error. The server get a deadlock by asp.net, therefore all asp.net applications are not accessible. It has to be rebooted. Somet...more >>

How to convert string to enum ?
Posted by Christian Schwarz at 12/18/2003 5:51:18 PM
Hello, I know how to convert a member of an enumeration into a string: enum MyEnum { FirstEnum = 0, SecondEnum, ThirdEnum } string myEnumReadable = MyEnum.SecondEnum.ToString(); "enumReadable" now contains "SecondEnum". But how would you convert it back to MyEnum type ? The f...more >>

Get a process's user name
Posted by Phil at 12/18/2003 5:43:04 PM
The Windows Task Manager, under the Processes tab, lists the user name next to each process. Is there a way to programmatically get the user name of a process? I am refining my application to work on Terminal Server and only want to retrieve the processes running within the user sessi...more >>

How to queue message to self? (C#)
Posted by Mountain Bikn' Guy at 12/18/2003 4:52:46 PM
What is the C# equivalent to calling PostMessage() in Win32 in order for an object to queue a message to itself? Thanks Mountain ...more >>

MissingMethodException for assembly in GAC
Posted by howcheng NO[at]SPAM ix.netcom.com at 12/18/2003 2:41:49 PM
Here's my scenario: Two separate VS.NET 2003 solutions, one of which is a common class library that my company uses is multiple projects and the other is a client-specific single project solution (n-tier distributed web application). The class library is compiled and inserted into the GAC. Proje...more >>

Problem creating registered objects like Word
Posted by Ken Roberts at 12/18/2003 2:24:49 PM
have a VB.NET application which uses MS Word to dynamically fill out a document and print it as a cover sheet. The application has run without a hitch for months until now. Suddenly, the application now fails at this line "wd = New Word.ApplicationClass()", with this error "Access is denied." Ou...more >>



FEATURE REQUEST: Property set via ref parameter
Posted by discussion NO[at]SPAM discussion.microsoft.com at 12/18/2003 1:52:43 PM
Hi, It would be nice and a natural way to use a property set by permitting it to be set via a REF parameter on a method call. Why this isnt being allowed is beyond me, yes I know they are wrappers for get_ and set_ methods but if they are there to give the impression of a FIELD, then th...more >>

Getting Client's Browser information.
Posted by l-touched at 12/18/2003 1:36:12 PM
Hello Are there some namespace in the framework which one I can take information of the client's Browser? (developing with ASP.NET Example If the client has my URL in his Restricted Site, in his security's Internet Options, Are there some manner for knowing it? Some online article Thanks in...more >>

Network Neighbourhood
Posted by Leonard Eames at 12/18/2003 12:49:16 PM
Hi, I am writing an application that requires a directory picker dialog. I am having no problems listing all the directories mapped on the machine but i cannot find help anywhere on enumerating the network neighbourhood. Any help would be appreciated Thanks Leonard ...more >>

Serialization w/ AppDomains problem
Posted by Alan Seunarayan at 12/18/2003 12:34:45 PM
Hello all, I am trying to serialize a class that I have created, it works fine = until I instanciate the class via a new Application Domain's = CreateInstanceFrom method. When I attempt to serialize I keep getting = this exception.... An unhandled exception of type = 'System.Runtime.S...more >>

Timers aborting in web application
Posted by Hegg at 12/18/2003 9:13:25 AM
Hello everyone, I am having problems with Timers in a web application. They just seem to stop running after 15 minutes or so. My web application is set up like this: When a user hits a page in the site, that page (.aspx) instantiates a compiled class (.DLL). The instantiation proces...more >>

quoted-printable
Posted by Lorenzo Sgorlon at 12/18/2003 8:47:31 AM
Hello, I need to decode an encoded string, it is encoded by using the method called "quoted-printable" and the string is in 7-bit form for transmission by SMTP. Does .NET Framework provide a way to do that? Thanks in advance. Lorenzo ...more >>

Enumerating files within a folder
Posted by Ted Reilly at 12/18/2003 8:40:54 AM
Hi. Not sure if 1st message posted .. how do I enumerate all the files within a named folder? Have used Delphi's FileNext function in the past to do this. TED...more >>

<seealso cref= to Class Constructor fails
Posted by Mark Johnson at 12/18/2003 6:33:11 AM
I am trying to get a seealso link to the Class Constructor where a Field is set. This seems to be the last major problem to get a Warning free compulation, so it would be nice to get it solved. There are two Constructors in this class and I have tried the following : /// <seealso cref="Cards.Ca...more >>

Tone detection
Posted by leeatkinsonlincs NO[at]SPAM hotmail.com at 12/18/2003 5:15:21 AM
Hi - I am looking for any examples of detection 1khz tones in dotnet - or ActiveX for that matter. I wish to detect when the tone starts and when it stops. Unfortunately, I am finding it very hard to find any information on this. Can anyone help? Many thanks, Lee...more >>

Windows 2003 Enterprise Server - 64-bit Itanium Edition
Posted by theprimeconnection NO[at]SPAM hotmail.com at 12/18/2003 5:10:49 AM
Hi, first of all, apologies for posting to mutliple ng's. We took delivery of a HP Server the other week with dual 2.4GHz Xeon processor. The rest of the hardware spec isn't important, but we cannot install the software. I was asked to try and I looked at the Windows Server 2003 Enterpris...more >>

Downloading a file from a website
Posted by Chris Morrison at 12/18/2003 2:47:42 AM
Hi all, Can anyone tell me which .NET class I need (or provide a code sample) to download file from a website/url (Not FTP) and save it to my hard drive. Kind regards, Chris ...more >>

Call of excel through C#
Posted by dimitris at 12/18/2003 2:43:25 AM
I use the following code in order to open a excel file through my code. Application excel = new Application(); excel.Workbooks.Open(.... The problem is that I can't find which parameters I have to pass the open function. The excel version in my pc is excel 2000. Thanks...more >>


DevelopmentNow Blog