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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|