all groups > dotnet distributed apps > february 2007
Remoting - Singleton & VPN
Posted by lex3001 at 2/28/2007 10:30:02 PM
We recvently diagnosed an issue with an existing application that used
remoting and had issues with VPN users as the callback IP address to the
client was not always accurate.
This application was then changed such that now it only uses the Singleton
model.
However, an issue has surfaced... more >>
Visual Studio WebMethod with specific SOAP format
Posted by Ernesto_García_García at 2/21/2007 6:03:58 PM
Hi experts,
I need a Web Service with a specific SOAP format. Its SOAP request and
response parameters must be XML elements with no nesting, for example:
<soap:Body>
<MyMethod xmlns="http://tempuri.org/">
<input1>input1</input1>
<input2>input2</input2>
</MyMethod>
... more >>
ClickOnce and Temporary/Mandatory Profiles
Posted by tricky101 at 2/13/2007 6:24:01 AM
Hi,
We have an app that is being distributed using ClickOnce. However when we
try to launch it on a machine that using using mandatory profiles we get the
following error:
PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Depl... more >>
Playing with .NET remoting
Posted by DXRick at 2/12/2007 2:33:00 PM
Hi, I am a student to C# and .NET. So far I have read "Pro C# 2005 and the
..NET 2.0 Platform", which touches on the concept of creating a client server
app. Now I would like to actually create a separate server computer. I have
a MSDN subscription and can install any of the servers on one ... more >>
Help! Suspected memory leak
Posted by Brian at 2/7/2007 1:41:11 PM
Hello,
I think I've got a memory leak in a C#/.NET service I created. I hope
someone can help point me in the right direction.
The service runs fine and does what it is supposed to do. But when I pound
on it, over time, the task manager shows the program 'Services.Exe' (not my
service ... more >>
XCopy and Vista and Relative Paths
Posted by BartMan at 2/5/2007 9:59:00 AM
Greetings,
I am trying to test some of our .Net apps from framework 2.0 on a Windows
Vista machine. We had a simple installer in which we did a xcopy into a
specfied location, and then the program would be installed.
The problem that ocurrs now is that I used relative paths in the .bat f... more >>
|