all groups > dotnet distributed apps > february 2005 > threads for february 8 - 14, 2005
Filter by week: 1 2 3 4
Firewall prevents autoupdate of grid
Posted by softwarefireman at 2/14/2005 2:35:15 PM
We have a Remoting app built in VB.Net, .Net Framework 1.1, using Windows
Forms and tcp channels ("tcp://localhost:8085"). The Server program runs as
a Windows Service and the Client program runs on networked workstations (100
Base T). The data resides in a shared directory on the server
... more >>
Communicating with a service
Posted by Junk NO[at]SPAM ballsdeep.net at 2/10/2005 3:43:07 PM
I've got a service in c# which sits and collects data, no problem
there.
What I want is a Client Application that can grab the data "Live", and
perhaps change the configuration of the service, which will either be
on the Service machine or even a remote machine.
I've looked at .Net Remoting... more >>
Distributed Application Design using .NET
Posted by John M. Langley at 2/9/2005 11:08:25 PM
I'm on a part of a team looking at converting a rather large scale
fat-client project into a more acceptable multiple layered application.
We're looking at using the 3 typical layers: data, business, client.
The requirements of my application (that I can think of) are:
- Transaction orien... more >>
Distributed Deployment
Posted by Alexis at 2/9/2005 12:11:02 PM
Hi,
I am working on a ASP.NET Web Application that uses some business logic dlls
(all written in .NET).
If I deploy the business logic dlls to the bin folder of my web site
everything works fine. But
How can I deploy my solution on a distributed scenario?
web application on one server run... more >>
installing .NET DLL in COM+
Posted by alpha321 at 2/8/2005 10:59:03 AM
I'm trying to install a J#.NET DLL in COM PLUS( Windows 2003 server).
when I try to add the DLL to a predefined application as a component, I get
the follwoing error in COM +:
"An error occured while processing the last operation. Error 80070002 - The
System cannot find the specified file.... more >>
|