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 > december 2003 > threads for monday december 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 29 30 31

Convertion From "epoch time"
Posted by Tony at 12/8/2003 9:32:46 PM
Hi, I'm having a big problem here. We are going to have someone send us an XML file. Which contain 2 fields with Epoch time. Is there a function in .NET or anything which can convert the Epoch time to human readable form? Thanks in advance. Tony...more >>


Windows XP visual styles
Posted by Mehrdad Afshari at 12/8/2003 6:35:52 PM
Hi, How can I use windows XP visual styles without an external manifest file in a C# windows application (I'm using VS.NET 2003) Thanks in advance ...more >>

Anyone uses CORBA with C#?
Posted by Sean at 12/8/2003 4:58:58 PM
I'm currently developing CORBA project. There are two alternatives to use CORBA with C#. First is Borland's janeva, and the other is IIOP.NET. Both of them are really cool. But both has some troubles, too. Janeva of current developer version is working well in local machine but it doesn't ...more >>

Resource transformation error
Posted by DotNetED at 12/8/2003 4:17:45 PM
Hi, My VS is experiencing a strange problem. All of a sudden, without having touched the form or the resource file (and having more than sufficient disk space) I can no longer compile the project. I get these two errors (and those two only): 1) Error reading resources from the resource fil...more >>

The given path's format is not supported.
Posted by paintedlichenmoth NO[at]SPAM yahoo.ca at 12/8/2003 2:39:06 PM
I am having a problem reading files, on some systems, when running as a windows service. The same code, run as an executable works just fine. On my system it works. On a co-workers it doesn't. Same OS (2000Pro). The service is logged on as "LocalSystem". I've seen similar posts, but I've ye...more >>

Impact on non .NET framework applications
Posted by Vijay at 12/8/2003 2:31:55 PM
Hello, I have to install the .NET framework 1.1 redistributable on a Windows 2000 server to host a website application developed using the .NET framework. I already have other MS applications & websites running on my Windows 2000 server which are developed in MS technologies (VB, ASP, ...more >>

User.Identity.Name
Posted by Nedu N at 12/8/2003 2:06:12 PM
Hi, I am using Forms authentication -in which - I am trying to use User.Identity.Name, i am getting the user name in this field even after i logout (i.e, FormaAuthentication.SighnOut(), and also i am trying to use User.Identity.IsAuthenticated for checking whether the User has logged in or no...more >>

Encoding ISO-8859-1 will not work
Posted by Robert-Paul at 12/8/2003 1:23:02 PM
I have some big trouble getting special characters right when reading from a mailbox. I have a class that reads e-mails from a mailboxusing pop3 (language C#). I have tried various approaches from suggestions that I have received from newsgroups. Here's a small sample from how the e-mail looks...more >>



HTTP 407
Posted by Sebastián_UY at 12/8/2003 12:48:36 PM
Hi all, I'm trying to consume a web service that I can use on the internet via browser but the Visual Studio can't find it. Or that's what it says. I get the message the request failed with HTTP status 407: authenticationn required. Where do I write my credentials??, who is telling me about ...more >>

Web Services
Posted by ozbear2 NO[at]SPAM yahoo.com at 12/8/2003 9:25:13 AM
I am somewhat confused as to when a web service application gets started and/or terminated by IIS. What I want is to be able to start an IIS web service that runs continuously acquiring new data from an external source that it squirrels away in an MS SQL database. The service acquires this ...more >>

Problem using ado transaction
Posted by Esfandyar Yousefi at 12/8/2003 9:21:14 AM
Hi I want use ado.net begin transaction for useing some sp with parameter the code is like this : Dim myConnection As New SqlConnection("persist security info=false ;database=pubs ; server=mainxpf ;user = sa ") myConnection.Open() Dim myCommand As SqlCommand = myCo...more >>

Development Environment not recognizing Framework 1.1
Posted by NickV at 12/8/2003 9:20:22 AM
I just upgraded to the .NET Framework version 1.1 but I cannot get the Development Environment to use it. Please tell me what to do. Regards...more >>

installing windows service
Posted by tangolp NO[at]SPAM yahoo.com at 12/8/2003 8:37:56 AM
I want to install my application on a server which already .Net Framework but does not have Visual Studio .Net. How can I install my application without using the installutill? Thanks....more >>

Operating systems ??
Posted by me at 12/8/2003 7:10:00 AM
Hello, What operating systems support the Dot Net framework? ( a link would be good ) Thanks Me...more >>

TimeSpan
Posted by Nigel Findlater at 12/8/2003 6:43:20 AM
Hallo Everyone, I would like to find the difference in seconds between 2 times. So I did the following: Dim x1 As DateTime = #5/26/2003 11:53:00 AM# Dim x2 As DateTime = #5/26/2003 11:54:00 AM# Dim TS1 As TimeSpan TS1 = x2.Subtract(x1) ...more >>

FileSystemWatcher
Posted by Matthew Clay at 12/8/2003 12:45:10 AM
Does anyone know if the FileWatcher will wait for complete delivery of a file? This is in response to an FTP command that sends an 80mb file, which consequently is never locked but obviously takes some time to complete being sent to the file system. Matt...more >>


DevelopmentNow Blog