all groups > dotnet distributed apps > march 2004 > threads for march 8 - 14, 2004
Filter by week: 1 2 3 4 5
Application Updater - How to Install MSM's
Posted by Alex Stevens at 3/11/2004 4:35:01 PM
Hi,
I'm trying to find method by which we can deploy out sindow forms
application at the client.
It is a windows form application, updating a SQL server database.
Simple.
I've looked at the Microsoft Application Updater Blocks and alos the
www.gotdotnet.com .NET Application Updater. Neithe... more >>
Installing a Win32 Service written in .Net
Posted by M. Allen at 3/11/2004 4:26:07 PM
I would like to install a Win32 Service, written in .Net, on a box without the user having to register the server with "installUtil" and going into the services window and setting up the "Startup type" and properties.
Thanks
Marc Allen... more >>
Windows Service Auto-Restart
Posted by John Lepone at 3/11/2004 1:15:32 PM
I have a windows service written in VB.NET that needs to be able to
restart itself. How would I go about doing this?
The server is a Windows 2000 box.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Microsoft.ApplicationBlocks.ConfigurationManagement.Interfaces.dll name too long for CD printing
Posted by Michael Papageorge at 3/11/2004 12:19:26 PM
Am I missing something obvious here or is this a major oversight..? When
deploying the app blocks config management dlls with our apps, we can't
write the Microsoft.ApplicationBlocks.ConfigurationManagement.Interfaces.dll
file to CD because the name is too long!
Anyone got any suggestions?
... more >>
How to stop Updater?
Posted by Marty McDonald at 3/10/2004 4:27:24 PM
I've written a class that uses the ApplicationUpdateManager. The
ApplicationUpdateManager uses the DownloadManager to perform work. When the
DownloadManager cannot download something properly, I'd like to stop the
ApplicationUpdateManager object. But the DownloadManager does not throw
exceptio... more >>
SmartClients...
Posted by Kate at 3/10/2004 11:16:29 AM
Hello,
Does anyone know of any good books / articles that talk about developing
SmartClients ?
Many thanks...
Kate
... more >>
Remote Console -- Remoting?
Posted by Eirc at 3/10/2004 11:11:06 AM
I have a service that is written in .net and is running on our server. I want to develop a remote console that would be a .net *.exe that would run on a remote machine and connect to the specified service. I want this remote console to be able to connect to the service and report back stats from t... more >>
Authentication through sockets
Posted by Manish Buttan at 3/10/2004 1:11:06 AM
Hi
I want to connect to my FTP Server through the authenticated proxy server. My application works behind the proxy when there is no authentication enabled at the proxy server. I am unable to pass the authentication to the socket once the proxy server is authenticated.
So can you please hel... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Best practices for validation (discussion)
Posted by richlm at 3/9/2004 8:34:18 PM
I am looking into "best practices" for implementing validation in a n-tier
application.
UI is initially Windows Forms, but there will also be some web UI later.
"Is it sensible to try to encapsulate validation logic in a business entity,
in order to keep my UI as thin as possible"
e.g. I ... more >>
Using Web Service In Real Life
Posted by GCeaser NO[at]SPAM aol.com at 3/9/2004 9:49:59 AM
OK,
So here is my question.... If I understand correctly, when you
add a Web Reference to a VS.NEt project, it includes the exact URL
(via the WSDL or DISCO -forget which) where the web service should be
executed from in real life, while developing an application, the exact
location of t... more >>
UIProcess Application Block web.config problem
Posted by jdn at 3/8/2004 7:41:26 PM
From a different thread posted recently "Licensing Question", it was stated
by a representative of Microsoft that to use these application blocks in
potentially commercial apps, the namespace of the application blocks must be
changed (as well as other changes).
I have tried to do just this wit... more >>
Separate Application and Database Server?
Posted by alexays NO[at]SPAM hotmail.com at 3/8/2004 7:31:47 AM
We have a 3 tier Microsoft.Net OLTP application, which we currently
have installed on several sites with up to 350 concurrent users, with
the application and database (MS-Sql) server installed on the same
box. We have been asked to provide a specification to support 500
concurrent users. Does an... more >>
|