Mcafee buffer overflow conflict with .NET remoting
Fri, 21 Mar 2008 08:28:41 -0700 (PDT)
We are having issues with .NET remoting and Mcafee VirusScan. Our
managed browser extension runs in Internet Explorer and communicates
through .NET remoting with our logger application to log request/
response information. Both: the IE extension and logger are written
in .NET 1.1. The logger creates a remoting ...
|
some new languages
Tue, 18 Mar 2008 06:40:44 -0700 (PDT)
http://comp-languages.blogspot.com
http://computer-language-tutorials.blogspot.com ...
|
Finding my VPNs
Mon, 17 Mar 2008 02:39:00 -0700
I am writing a connection program for which I need to iterate my VPN
connections. When I use the static method
System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces() I
can't find them unless they are already connected. But I am looking for the
ones that aren't connected yet, so I can start ...
|
SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
Thu, 13 Mar 2008 09:56:11 -0500
I've got code that's been working for years.
This is running on Win2003 Server whiled logged in as the admin.
When the MS sec fixes were installed last night, this code now fails with:
System.Net.Sockets.SocketException: An attempt was made to access a socket in a
way forbidden by its access permissions
...
|
Client crashes when calling method in server
Wed, 12 Mar 2008 21:40:56 -0000
Hi,
Still working away on my remoting based client/server setup - new problem I
have is as follows:
My windows service (the "server" as far as remoting is concerned) has a
method that is called by a timer at certain intervals. This raises events
that the "client" (a Winforms app) receives and acts on. This ...
|
IPC Remoting In a Windows Service
Tue, 11 Mar 2008 12:16:00 -0700
Hi, I have created a Windows Service which uses IPC Remoting to share data
with a VB.Net application. The service process runs in the LocalSystem
Account. When the the client VB app attempts to access data from the shared
class, I get the following error:
"Failed to connect to IPC Port. Access is denied. ...
|
remoting with sock5 proxy?
Mon, 10 Mar 2008 14:42:10 +0800
the client is behind a firewall, and for some reasons, it could not set the
Default Gateway, so, the client using DO has to manually support sock5. but
here how currently work:
domain = (Domain)RemotingServices.Connect(typeof(Domain),
string.Format(ServerURL, ipAdress, port.ToString()));
how to support s ...
|
|
|
google adsense website for sale
Sun, 9 Mar 2008 04:55:53 +0530
Dear friends,
Earn from google adsense. A complete ready made google adsense website
package for sale @ Rs. 1000 only.
100 Content Rich Adsense
Web Sites containing more than 16000 web pages for Rs.
1000/only.
click here http://www.googlead.xtreemhost.com/ for sample website ...
|
Is there any way to do so
Wed, 5 Mar 2008 17:19:01 -0800
Hi EveryBody:
I want to state my problem as follwos:
I have to PC in my home, both of them for me is Known Machine name and MAC
addresses. My question is if these two PC's which let us assume that PC1 and
PC2 used the internet as an infrstrcutre is there any way by using VB.net
and espically System.Net N ...
|
Is .net remoting what I am looking for?
Tue, 4 Mar 2008 01:13:54 -0800 (PST)
Hi, absolute beginner here, only been playing around with remoting for
a couple of days.
we have an image database frontend program, and we want to add a cache
server to it.
My original idea was to have our main program and the server
communicate with each other via events, but it seems Named Events are
main ...
|