Does .NET Object Remoting support local/remote
transparency?...
more >>
Hi,
did anyone meet this issue before ?
what I'm doing is just instanciating an IPAddress using the following code :
static void Main(string[] args)
{
IPAddress ipaddr = IPAddress.Parse("127.0.0.1");
}
or even
static void Main(string[] args)
{
long ip = 1895186770;
IPA...
more >>
Hi,
I'm not sure how I debug a COM+ component in .NET could
anyone help?
John...
more >>
I've been having this problem for a few weeks. PLEASE read this post before
responding with some simple reason that has nothing to do with my problem.
If you need more information, please request it as I'll be checking this
post very often.
PROBLEM:
Occaisionally, our web server begins runni...
more >>
I don't know how to shut down the system with dotNet
Framework Library. Is there any class in the framework
library that offer the method like ExitWindowsEx(...) in
MFC?
Thanks a lot :)
...
more >>
Once again at my wonderful job i've been given the task of "come teach your
fellow idiot coworkers the skills you have"
I write software for a company in chicago. I use visual basic on asp.net
type platform.
Recently i learned a little bit on database access and would like to knw
more so...
more >>