all groups > dotnet distributed apps > november 2007
Some clients can't connect to web service
Posted by Bob at 11/20/2007 10:07:00 AM
I have written a web service and posted it OK to IIS. From most external
networks I can install the smart client application that goes with it and all
works fine.
From one particular network clients can't connect. I can browse to the
service page on the home server in IE no problem. If I fi... more >>
VS 2005 and Terminal Services Detection
Posted by GAZ at 11/19/2007 5:22:48 PM
Is it possible to detect whether an application is started on a regular
computer (xp, vista, etc.) or through terminal services?
Basically, we would like to prevent users from starting our application
through terminal services.
Thanks for any answers and/or ideas.
BR,
GAZ
... more >>
How to create error and information files separately using enterprise library
Posted by Shijas KM at 11/14/2007 5:50:16 AM
How to create error and information files separately using enterprise
library???
All errors from
TraceEventType.Error in an Error file in one location and all
information from TraceEventType.Information in an information file in
another location .how to achive this.
*** Sent via Develop... more >>
[ClikOnce]Why ClickOnce needs the Framework 3.5 on Vstudio 2008 Beta 2 ?
Posted by Oriane at 11/12/2007 6:08:39 PM
Hi there,
I deploy my WPF application with Visual Studio 2008 and ClickOnce. My
application runs with the ;Net 3.0 framework, but during the installation
steps, the .Net 3.5 component is required... Do you know why ? Could VStudio
2008 need this component ?
Oriane
... more >>
VB.net Windows Service - how to debug a live installation.
Posted by SteveS at 11/12/2007 5:12:00 PM
I have a service running fairly well but it still has some bugs in it that I
can not reproduce in my test environment. It is a multi-threaded application!
My question: is there a way to connect Visual Studio 2005 (sp1) to the
program to debug the code while it is still running at a remote sit... more >>
Secure comms
Posted by BillAtWork at 11/12/2007 1:57:01 PM
Hi,
I'm looking for a good method of setting up a secure conversation between a
desktop client app and a webservice. The scenario is:
- LOTS of clients
- very small packets (<1K) sent frequently (up to 10 per min)
- Client app will run for long periods
- Want to ensure minimal server load
... more >>
VERY NEW to VB .NET need help with a dll
Posted by Randy at 11/9/2007 12:44:01 PM
refLateChargesTableAdapterI am very new to VB .NET and I am having some
trouble. I want to create a DLL file that will house functions that other
systems can call. My major problem is that these functions need to use
tables to do their processing and I want the tables to be in the dll so tha... more >>
Remoting - how to access server data?
Posted by r norman at 11/8/2007 4:53:43 PM
I am converting a C++ MFC client-server application to C# dotNet and I
would like to switch my TCP/IP messages to use dotNet remoting
concepts. I can successfully implement many remoting samples, for
example from Wrox Press Professional C#. However all of these find
have trivial objects that a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to Write Dot Net and Vb6 Applications that are Cluster Aware
Posted by Tatworth at 11/7/2007 7:00:03 AM
I need to write a Windows Service to be installed onto a Clustered Server.
Besides the references that I have reported in the post at
http://forums.asp.net/p/450164/1994483.aspx#1994483, are there any
instructions on MSDN that are specific to Dot Net application as opposed to
C++?
Also an... more >>
|