all groups > dotnet distributed apps > august 2006
Document Managment
Posted by Jeff Mason at 8/31/2006 9:16:20 AM
I hope I can get some advice on a design/technology question here.
The app is a medical claims case management system. It is written in VB.NET and it
works great. It is a Winforms app primarily; there is a web component, but that is
not relevant to this discussion.
A new requirement has re... more >>
ClickOnce
Posted by MMA at 8/31/2006 6:18:01 AM
After the prerequisite .net 2.0 framework and SQL Server Express 2005 has
been installed as part of my click once deployment, how do I create the db,
tables and load the data. Can I do it as done with a MSI project by creating
a custom action?
Thanks in advance
... more >>
How to monitor progress of sending a file using HTTP?
Posted by Mike at 8/25/2006 4:11:02 AM
Hello,
I am writing a a routine using the .NET Compact Framework v2 to transfer
binary files from a PocketPC to a virtual directory on an IIS server using
HTTP. The code that I am using is below and works perfectly well. However, as
the files are transferred over a mobile phone network they... more >>
WebResponse multithreading
Posted by Ruslan Popov at 8/24/2006 7:46:02 AM
Hello,
I develop a serverside application which should connect to external systems
through Http to get a lot of data (megs of Xml per request). I use
HttpWebRequest. Each http request is sent in a separate thread in order to
not lock the application. The application should serve multiple cl... more >>
Configuration for .Net application server
Posted by Ruslan Popov at 8/23/2006 6:56:02 AM
Hello,
We start development of a server .Net application and need to decide on the
necessary server hardware and software. Our application will consist of COM+
components and a Windows service. The server must be a failover cluster of 2
computers.
My questions are:
- what hardware you... more >>
Newbie to COM+
Posted by David Chan Hok Ching at 8/20/2006 10:41:01 AM
Hi,
Hello everyone, I'm new to COM+ and I would like to build distributed
applications with .NET. How should I start? What technology should I need to
learn, like XML or OO design?
Please help, thanks.
David Chan... more >>
web config file
Posted by SalamElias at 8/20/2006 3:08:02 AM
Hi, I am confornted with a problem regarding web.config file. I have 4
environements (Dev, Test, staging and production). The IT people need
wgenever a new MSI delivered to have the right environment keys in there
sections and not the dev machines web config. What I mean by that I don't
want... more >>
ABSOLUTELY strange requirement when installing app proxy (COM+)!!
Posted by David Chan Hok Ching at 8/18/2006 11:39:01 PM
Hi,
I've asked this in many other newsgroups but was in vain, hope someone can
offer me help here...
I've created a com+ ServicedComponent and has installed it in the COM+
catalog (in XP Pro) thru dcomcnfg. However, when I export it as an app proxy
and install it on another client machin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Remoting - Windows Service problem
Posted by Remy De Almeida at 8/11/2006 8:04:14 AM
Hi ,
I have a remote server which works fine. The Client ans server work with
no problem.
However when i convert the server to a windows service i run into problems.
The service installs fine and starts fine too. It also seems to register the
channels and create the well know types.
... more >>
ClickOnce installation fails for some customers
Posted by Carl at 8/10/2006 3:50:18 PM
(Sorry for double post, first post was with wrong mail address)
Hi
We have ClickOnce deployed an application at serveral customers offices. The
initial installation was done with either a ClickOnce CD or through the web
server.
One customer, with a high security configured environment, th... more >>
|