Some clients can't connect to web service
Tue, 20 Nov 2007 10:07:00 -0800
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 fire up VC# I can
...
|
EOleSysError, Access is denied
Mon, 19 Nov 2007 23:43:01 -0800
Getting error when attempting to access a COM component on an XP Pro from
another XP Pro. I have DLLs on an XP Pro, accessed through COM+. I can launch
and access the component if I am a power user but not as an ordinary user.
I know that if the component was on a Win2003 SP1 I would have to put the
user in ...
|
edtFTPnet/Free 1.2.6 released (.NET FTP client)
Thu, 15 Nov 2007 20:21:04 -0800 (PST)
Enterprise Distributed Technologies is happy to announce the immediate
release of edtFTPnet 1.2.6, the popular .NET library for embedding
full
FTP capabilities into .NET applications (including Mono).
edtFTPnet is Open Source (LGPL) and can be freely embedded into
commercial applications. It supports a wide r ...
|
How to create error and information files separately using enterprise library
Wed, 14 Nov 2007 05:50:16 -0800
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 Developersdex http://www ...
|
How to upgrade a pocket pc 2003 application to windows mobile 5 in
Mon, 12 Nov 2007 17:30:00 -0800
I just installed the Windows Mobile 5 SDK in Visual Studio 2005 and want to
upgrade some Pocket PC 2003 applications to Windows Mobile 5 applications. Is
there a way to do this without having to recreate the Ap?
--
SteveS ...
|
VB.net Windows Service - how to debug a live installation.
Mon, 12 Nov 2007 17:12:00 -0800
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 site? If I
could j ...
|
Secure comms
Mon, 12 Nov 2007 13:57:01 -0800
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
- IIS/.NET 2.0/XM ...
|
|
|
[ClikOnce]Why ClickOnce needs the Framework 3.5 on Vstudio 2008 Beta 2 ?
Mon, 12 Nov 2007 18:08:39 +0100
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
...
|
VERY NEW to VB .NET need help with a dll
Fri, 9 Nov 2007 12:44:01 -0800
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 that
I can distrib ...
|
Remoting - how to access server data?
Thu, 08 Nov 2007 16:53:43 -0500
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 are invoked on the ...
|