all groups > dotnet framework > december 2003 > threads for saturday december 20
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
Accessing data on the hard disk
Posted by Simon Harvey at 12/20/2003 7:53:38 PM
Hi everyone,
I'm hoping for a little bit of advice on the following. I am in the process
of making a small application that can send, receive and store email
messages. The current area that I am thinking about is how to store messages
on the hard disk and access them when needed.
I dont wan... more >>
netframework runtime
Posted by mike at 12/20/2003 4:19:00 PM
error message netframework has been uninstalled. how do
you re-install it. do you have to install windowsx xp all
over again?... more >>
Detecting Installed Framework Version
Posted by Sean Malloy at 12/20/2003 2:01:03 PM
Hi,
I'm just wondering what the recommended way of detecting the version of the
framnework a user has installed is?
I'm building an application installer using Inno Setup. I'm kind of hoping I
can check using the registry or something. Or should I make a call out to
%windir%\Microsoft.NET\F... more >>
Relatively simple question. Help greatly appreciated :-)
Posted by Simon Harvey at 12/20/2003 12:12:34 PM
Hi everyone,
I have a question about how data is stored and persisted in a realworld
application. I am currrently making an email client, newsreader and RSS
Agregator application. I'm just using this as a practice application to
learn some new skills.
My question(s) concerns what I should d... more >>
How to reuse a socket ? (Socket in use error)
Posted by Joe at 12/20/2003 11:42:10 AM
Hi,
I browsed the news and a few seem to have this problem too, but no
solution !
I have a client server application where in case the connection gets bad
(crashes or whatever) client or server (who knows it first) closes the
socket and than wants to establish the SAME connection again (... more >>
Retrieving and working with mail from Exchange
Posted by Ken Beard at 12/20/2003 10:24:31 AM
I've been hunting the web all morning with no avail....here is our problem
We have Exchange 5.5 with plans to use exchange 2003 by the end of the first
quarter in 2004.
We need to have a global email account that is used by external individuals
to email items to our consumer system. We want... more >>
Whan is a appsetting read
Posted by Thomas at 12/20/2003 8:58:04 AM
Hi,
Is an appsetting "mysetting" read from disk every time it's referenced in
code with
ConfigurationSettings.AppSettings.Get("mysetting")
?
- Thomas
... more >>
|