Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet distributed apps > october 2004 > threads for october 22 - 28, 2004

Filter by week: 1 2 3 4 5

Deploying apps for beginner
Posted by cashdeskmac at 10/27/2004 11:57:01 PM
I have just completed my first application and it's ready for deployment. Can anyone point me to a site which will explain the different scenarios to consider during deployment, such as whether or not to deploy to a central server and let the clients consume it, or how to set the path to the ...more >>


Error when client disconnects (Asynch Sockets)
Posted by polyfractal NO[at]SPAM gmail.com at 10/26/2004 6:49:11 PM
Hi, I'm using asynchronous sockets for my server. Whenever a client disconnects (either "legally" or suddenly), the server code "explodes". I get the following error: An unhandled exception of type 'System.NullReferenceException' occurred in system.dll Additional information: Object re...more >>

UAB Private/Public Keys
Posted by wardellcastles NO[at]SPAM hotmail.com at 10/26/2004 4:34:19 PM
I've noticed in the app.config file, that there is a place to copy the manifest.xml file from the server down to the local drive on the client. (<XMLFileDest> </XMLFileDest>) However the manifest.xml file contains the private key doesnt it? Is it a good design to have the private key downloa...more >>

DateTime in communications
Posted by Jeremiah Johnson at 10/26/2004 1:51:02 PM
I am having trouble deciding the best way to handle DateTime objects in communications between various systems. We have systems deployed in multiple time zones, so standard SOAP formatting is causing me some trouble. My scenario is that I treat DateTime objects as an instant in time and leav...more >>

Distributed eventing in .NET
Posted by Ice at 10/26/2004 11:46:39 AM
All - I'm curious to know how others are handling events that need responded to across machine boundaries. In my situation would like the events to happen asynchronously also. I've seen that using Remoting + events is not the most stable solutions. I've also heard about using LCE or UDP fo...more >>

CType() Problem: Passing object from WebService to Win App
Posted by MisterEd at 10/26/2004 10:39:07 AM
I am a new developer in an academic environment working on a project for graduation. I appreciate any help anyone can give me! I have tried to use good programming techniques and split up my application into different tiers: Win (windows client), WS (web service), DAL (data access layer),...more >>

database access via asp
Posted by cradaa at 10/26/2004 5:27:02 AM
We are currently working on a new piece of software. It is coded in the .NET enviornment using C#. We will be running this software via ASP for our customers. My question is if a customer wants to have access to the database for possible report writing....how do we give them access via the ...more >>

Architecture question
Posted by Lomax at 10/25/2004 10:02:04 PM
Hi ! I have to develop an accounting soft solution. For many reasons we decided to use a three tier architecture. The logical tier is composed of logical components and a web service facade that delegate to the logical components. The presentation will be composed of both a widows forms applic...more >>



UIP 2.0 specify App.config location how-to
Posted by Gerg at 10/25/2004 10:41:03 AM
Hi, The UIP documentation states, in Chapter 4, "Threat: Malicious assemblies are loaded during runtime" And suggests the following: "Specify another resource, such as the SQL Server computer, to provide the configuration information, instead of the traditional ExecutableAssemblyNam...more >>

newbie distributed arch.
Posted by vin at 10/23/2004 9:11:02 AM
Hi and TIA, My windows app has the the following structure: Thin Business Entities (loaded with datareader on the DAL) DAL using MS application block for SQL Server Business Logic Layer The Network: 5 Locations connected with VPN The Problem: The performance is unacceptable. 45 sec...more >>

UAB file download problem.
Posted by Ken at 10/22/2004 11:06:47 AM
I found that UAB get error when the download include the .exe.config file. Why? Is there any simple cure? Thanks, Ken ...more >>


DevelopmentNow Blog