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 > may 2004 > threads for saturday may 1

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

DirectoryNotFoundException - Could not find a part of the path "D:\".
Posted by Tom Vogel at 5/1/2004 8:52:45 PM
Creating a subfolder within my ASP.NET application folder fails with the above error, but only at my hosting provider. The command: Directory.CreateDirectory(path) Path is set to 'D:\appfolder\test2'. ASPNET has full control on the application folder. Any ideas why this fails? - Tom ...more >>

How to convert LSet in VB6 to VB.Net
Posted by DH at 5/1/2004 7:56:01 PM
We have a VB6 windows application. It had LSet to assign a User_Defined Type, a string, into another User_Defined Type, an Array of String. It looked like Type tPTStrin PTString As String * 2 End Typ Type tPTArra PTArray (11) As String * End Typ Dim PTS as tPTStrin Dim PTA As tPTArra ...more >>

How to assign permissions on file?
Posted by CsharpStudent at 5/1/2004 7:26:03 PM
There are 2 Users on PC - User1 & User2. It is necessary to assign for User1 "Full control" on file c:\test.txt & to assign for User2 "Read only" on fhat file. How can I do it using .NET framework classes & C#?...more >>

Can't install .NET Framework Service Pack 2
Posted by RL at 5/1/2004 5:41:04 PM
On a Windows XP Pro system Using Windows Update I let it scan for updates - the only one it finds is "Microsoft .NET Framework Service Pack 2, English Version". (I have already installed Service Pack 1, English Version.) So I do the install Now whenever I check updates it still tells me that a '...more >>

CryptoStream Problem
Posted by Ayende Rahien at 5/1/2004 5:36:14 PM
I've a problem in my code using NetworkStream. I've a server which listen to a port, and then Read() from it, and a client that send data. My NetworkStream is wrapped in a CryptoStream, and my problem is that I don't get all the data that I send. When I use NetworkStream, all is working prope...more >>

Correct way to get an updated control or DLL?
Posted by Cristof Falk at 5/1/2004 2:01:37 PM
Can someone tell me the right way to get an updated .NET DLL (written in C#) or control for an ASP.NET application? I have copied the executable to the <project>/bin on the web server. I then delete the reference (for the DLL) or reconnect the control, and rebuild the application. It builds ok, ...more >>

Why do C# Compiled Windows based apps consume so much memory.
Posted by bob at 5/1/2004 12:05:48 PM
20,000K just to get a Form and a few controls on the screen. Confused *S ...more >>

Only administrators can run my application
Posted by Andreas C. Andreou at 5/1/2004 10:52:47 AM
I am new to dotnet programming and I face a problem with a Windows Forms application i did when I try to run it on a Windows 2000 Terminal Server. The application can be run only by administrators of the server. All other users cannot, I can see the process starting and after a while the process ...more >>




DevelopmentNow Blog