all groups > dotnet framework > january 2004 > threads for saturday january 17
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
Is .NET framework installed?
Posted by bill at 1/17/2004 9:26:07 PM
How can I tell, programatically, if the .NET Framework is installed on a computer? (And of course, if it isn't, I then need to automatically install it.
TIA
Bill... more >>
How is Windows directory names and registry names case-insensitive?
Posted by Elder Hyde at 1/17/2004 8:34:05 PM
I mean, are they culturally case-insensitive, or, how to put this,
invariantly culturally case-insensitive (duh!). In other words, if what
I'm putting in a Hashtable are directory names or registry key name,
should I use the DefaultInvariants of hashcodeprovider and comparer, or
just the Def... more >>
Application server ....
Posted by moko at 1/17/2004 7:16:19 PM
(Newbie here).
What is the Windows equivalent of an 'Application server' in the J2EE domain
? Also, what is the Microsoft equivalent of an EJB ?
I guess that the .NET framework is an application server, and the COM and
..NET components are equivalent to EJB's. Am i right ?
... more >>
How do I isolate event-generating code in a derived class?
Posted by Elder Hyde at 1/17/2004 4:49:26 PM
Hey all,
A class of mine needs to tell the outside world when its buffer is not
empty. The problem is that C# seems to force you to put the
event-raising code in the base class. To illustrate, consider what I'll
do in Java:
public interface DataAvailabilityListener extends java.util.Even... more >>
Smart Device Extension Required
Posted by Mark Miles at 1/17/2004 3:59:18 PM
Dear ALL,
I would like to say firstly that I followed Microsoft links and I do
know that they want to push you towards buying .Net 2003. I can not afford
this and I will not be force into it. I spent time saving for an Visual
Studio .Net 2002 and my wife will not allow me to upgrade.
... more >>
Refering assemblies in GAC
Posted by amit at 1/17/2004 12:50:28 PM
hi there,
Can u please tell me how do i refer the assemblies placed in the GAC i.e.
c:\winnt\assembly folder ?
Do we have any way to specify in the .NET installer that my installer wants
to register my dlls in the GAC ?
thanx
... more >>
How to detect the existance of a private member from inside the class itself
Posted by Bob at 1/17/2004 11:13:54 AM
I want to find a way to detect the existance of the private member of a
particular type in the derived class from inside the base class itself and
call its Dispose() method. Reflection GetFields() only returns public
members and I would like to avoid using reflection due to its performance
impa... more >>
Could not create 'CDONTS.NewMail' object
Posted by kiran at 1/17/2004 10:25:02 AM
Hi,
I wrote mailing service code for my Windows Application. When I was trying
to send a mail thru my application, an Error occurs only for Windows NT
saying that "Could not create 'CDONTS.NewMail' object". It works fine with
Windows 2000 and Windows XP. Could some one pls help to get rid of t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
pop3
Posted by Rui at 1/17/2004 7:16:16 AM
I need to write a proxy between pop3 client and pop3+ssl server. This proxy will receive pop3 commands from the client and will translate those commands for a pop3+ssl server, then it will receive returns from pop3+ssl server and it will send them to the primary client. How can I write this service ... more >>
|