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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|