473,324 Members | 2,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

How to update .net components in an XML Service N-Tier app?

I choose windows application mode. Business Layer are written as
components .And Use Web Service to contact with database.
My question is:When there are new versions of Business components on web
server, how can I update the Business components in the clients' machine?
Just use a method like downloading files?
Dec 26 '05 #1
3 980
Nice,

You might want to take a look at ClickOnce if you are using .NET 2.0.
If you aren't, then you might want to look at the application updater block
on the microsoft website.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Nice" <Ni**@discussions.microsoft.com> wrote in message
news:0D**********************************@microsof t.com...
I choose windows application mode. Business Layer are written as
components .And Use Web Service to contact with database.
My question is:When there are new versions of Business components on
web
server, how can I update the Business components in the clients' machine?
Just use a method like downloading files?

Dec 26 '05 #2
Thank you very much.
But if I don't want to use application updater block and want to write
such function myself, could you give me some instructions?
"Nicholas Paldino [.NET/C# MVP]" wrote:
Nice,

You might want to take a look at ClickOnce if you are using .NET 2.0.
If you aren't, then you might want to look at the application updater block
on the microsoft website.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Nice" <Ni**@discussions.microsoft.com> wrote in message
news:0D**********************************@microsof t.com...
I choose windows application mode. Business Layer are written as
components .And Use Web Service to contact with database.
My question is:When there are new versions of Business components on
web
server, how can I update the Business components in the clients' machine?
Just use a method like downloading files?


Dec 27 '05 #3
up

"Nice" wrote:
Thank you very much.
But if I don't want to use application updater block and want to write
such function myself, could you give me some instructions?
"Nicholas Paldino [.NET/C# MVP]" wrote:
Nice,

You might want to take a look at ClickOnce if you are using .NET 2.0.
If you aren't, then you might want to look at the application updater block
on the microsoft website.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Nice" <Ni**@discussions.microsoft.com> wrote in message
news:0D**********************************@microsof t.com...
I choose windows application mode. Business Layer are written as
components .And Use Web Service to contact with database.
My question is:When there are new versions of Business components on
web
server, how can I update the Business components in the clients' machine?
Just use a method like downloading files?


Dec 28 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: laurie | last post by:
Hi all, I'm trying to help out a friend who has inherited a client with a PHP shopping cart application. Neither of us know PHP, but I've been muddling my way through, trying to get these old...
2
by: joo | last post by:
Hi! I need to implement something similar to "Automatic Update" feature which we see in windows 2000. We need this support for our software, basically to provide the software update. How can I...
0
by: chausan | last post by:
Update ++++++ All attchment scanned with norton anti-virus w/ yahoo mail service and they all reported infected with virus Worm.Automat.AHB. ======================================== From:...
3
by: Robert Blackwell | last post by:
Is there a way to install without the cd since mine is scratched? This is for 2002 edu version. I've tried submitting a support request on the ms site, but *everytime* I submit it says it couldn't...
1
by: andrewcw | last post by:
I am building the basic windows service, but on my tool box tab , there are no components, just clipboard Ring,l pointer & general. But the MSDN article Dec 2001 by Getz, "windows services: New...
0
by: Stuart Norris | last post by:
Dear Group, I am attempting to write a "splash" and "status" Form using a second thread. I wish to use this Form to display status information to the user when I do CPU intensive work in my...
2
by: Joe Fetters via .NET 247 | last post by:
Have googled and read the VS.NET documentation can't seem to getthe answer to the following. Environment: Framework 1.1 VB.NET WinForm Access database Using all automagic tools (DataAdapter...
4
by: Pete Wittig | last post by:
Hello, I am creating an app using Serviced Components and I am exposing them using the Enterprise Services SOAP service. Here is my problem: I have one COM+ application with several serviced...
30
by: Charles Law | last post by:
Here's one that should probably have the sub-heading "I'm sure I asked this once before, but ...". Two users are both looking at the same data, from a database. One user changes the data and...
8
by: =?Utf-8?B?R3JlZyBMYXJzZW4=?= | last post by:
I'm trying to figure out how to modify a panel (panel1) from a backgroundworker thread. But can't get the panel to show the new controls added by the backgroundwork task. Here is my code. In...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.