| Thread | Last Post | Replies |
|
| Crystal Reports deployment problem | 05 Apr 2004 00:16 GMT | 1 |
We have developed a .net application which successfully runs the Crystal Reports from a developers machine... We have now deployed the system to the users and I have gone thro' the instructions from 'Crystal Reports 9 Applciation Deployment' .. ie I've followed the 'Deploying a ...
|
| How do I Autostart my application after Installation | 04 Apr 2004 16:36 GMT | 2 |
I developed an windows application in Vb.net and compiled that application. I would like to know that how can i execute my application automatically after installation. Any Suggestions would be greately appreciated.
|
| Circumventing NAT/Firewall with HTTP | 01 Apr 2004 20:25 GMT | 1 |
I'm using TCPClient & TCPListener. Using a Relay server, I have 2 peers behind firewalls. Peer1 needs to use HTTP to drop messages on Relay so Peer2 can pick them up at a leter time. The message are in XML. My question is: To communicate via HTTP using TCPClient, do I just need ...
|
| LAN Broadcasting with C# | 01 Apr 2004 20:21 GMT | 1 |
I am attempting to broadcast IPv6 messages in a LAN and process every broadcast reply, storing the IP of each individual machine replying to the broadcast I have the code broadcastSocket.SetSocketOption(SocketOptionLevel.IPv6,SocketOptionName.Broadcast,0); public void doBroadcast(
|
| Will the Updater Application Block work on Win98/WinNT? | 01 Apr 2004 19:08 GMT | 1 |
The Updater Application Block documentation mentions that the OS's supported are Win2000, Win XP and Win 2003... is there any reason why it will not work on Win98 / WinNT since framework 1.1 works on 98 and NT? Thanks
|
| No touch deployment with GAC | 01 Apr 2004 19:06 GMT | 1 |
I've installed my windows form application on a server. It uses DLL's that are installed in the GAC on the server machine. Now, I'd like to make a no touch deployment on client machines. So I've created a virtual directory on the server and I call the .exe
|
| Distributed newbie - Dialog application architecture | 01 Apr 2004 19:04 GMT | 3 |
I am sorry this is a fairly long posting, but I need to make some basic decisions concerning the architecture of a dialog application that I am just beginning to develop, so I hope some of you will take the time and trouble to read this :)
|