all groups > dotnet distributed apps > october 2003 > threads for october 1 - 7, 2003
Filter by week: 1 2 3 4 5
application updater - version check at app start
Posted by Bill Sabey at 10/7/2003 5:09:43 PM
We'd like our app to call app updater at startup to check for updates and
not continue until after the updater has detected if there are updates or
not. The self-updating example demonstrates the detection of a new version.
Has anyone built the case where you check once and let the app continue ... more >>
web setup deployment
Posted by Tim at 10/6/2003 11:38:39 AM
In the Visual Basic .NET Standard Edition, it does not
include web setup deployment functionality. Can this be
purchased as an add-in or downloaded?... more >>
Microsoft Drops The Ball!
Posted by Patrick Cannon at 10/6/2003 10:22:44 AM
I have been using VB.NET since its beta release a few
years ago. I was blown away by its debugging
capabilities. The ability to drill down into the member
variables of an object in the watch window was
priceless. This feature was not available in VB6. It
was a great way to browse an ob... more >>
Petshop 3.0 question ?
Posted by DJ at 10/6/2003 10:06:25 AM
Hi,
Has anyone looked at the Petshop 3.0?
I was wondering why they had decided to create the Order.cs class as a
serviced components in the Business Layer which supports transactions and
object pooling?
Also I was wondering why they decided to set the object pooling min and max
to 4?
Does... more >>
Application Blocks next versions
Posted by Brad Quinn at 10/5/2003 5:21:41 PM
I was wondering if application blocks that have 1.0
releases still have active development? Are 1.1 or 2.0
versions being planned? How could one tell?
Thanks,
Brad... more >>
Check this important package from Microsoft Corp.
Posted by Lee Simmons at 10/4/2003 5:02:55 PM
Microsoft Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to ... more >>
Business layer and transactions
Posted by Thomas at 10/3/2003 1:24:45 PM
I currently building the business layer in my application, which basically
consists of a number of business object collections and a number business
objects. Some of the functionality will have to run through a collection and
update more than one business object, but this means that I'll have to ... more >>
ExceptionManagement Application Blocks Problem
Posted by Ian at 10/3/2003 9:19:59 AM
I'm trying to create a custom publisher and I want to store the data in a
sql table and I can't find any examples any where on how to use a database
instead of (event log, text file, xml file or WMI). If someone could direct
me in the right direction. For example I am storing the connection strin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Does a remote ServicedComponent require IIS?
Posted by Jim Hammond at 10/2/2003 4:28:42 PM
Hello,
Does a remote ServicedComponent require IIS on the server?
Thanks,
Jim
... more >>
Serializable Object Becomes Non-Serializable when databound
Posted by Codemonkey at 10/2/2003 1:22:32 PM
Hi,
I'm developing a distributed App using .net remoting and have been having a
problem when trying to pass a Serializable MBV object after it has been
bound to controls on a windows form.
Example:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Serializable> Public Class Item
'************... more >>
how can web clients also host remote components?
Posted by Jim Hammond at 10/1/2003 3:59:26 PM
Hello,
Given clients that are self service kiosks, my currently thinking about
design is that the application would be implemented using ASP.NET and would
run in a custom web browser, and all business logic would run on the server.
The problem is that these kiosks would have hardware devices s... more >>
CAB with GAC deployment
Posted by Brad Quinn at 10/1/2003 2:19:40 PM
I'm trying to use the caching application block in
conjunction with the global assembly cache.
It's blowing up, early in the CacheManager constructor
i.e. string mode = ...
I'll have time to look at this tomorrow, but in the
meantime I was wondering if anyone had any experience
with th... more >>
Please help on this UIP question
Posted by george r smith at 10/1/2003 8:48:11 AM
Hi All,
I have tried to get an answer in this newsgroup
microsoft.public.dotnet.distributed_apps for three days
but to no avail. Perhaps I am not explaining myself properly
so I am trying again.
I am trying to create an User Interface Process Application
(Microsoft.ApplicationBlocks.UIProc... more >>
Architectural Doubt
Posted by Adriano - Brazil at 10/1/2003 12:15:47 AM
Hi!
I need to build a solution that will manage the transferring of files
(zipped files with pictures and texts) between some customers outside of my
company, and after the transfer, the destination will confirm the reception
of the file, so I will have all the information that was transfe... more >>
|