mike lalonde
Fri, 14 Dec 2007 15:35:29 -0800
Michael Lalonde almost got killed by the T800 in Egypt and almost got
killed by an army of birds in a sad mood and chased a bunny which made
him cry, he jumped out of the way as the roof collapsed and as if it
were a miracle he escaped narrowly and hitch-hiked all the way home.
Michael Lalonde almost got kil ...
|
Error with Getting Started Sample from WCF
Thu, 13 Dec 2007 13:36:04 -0800
I am a newbie to WCF. According to the Getting Started Sample
(http://msdn2.microsoft.com/en-us/library/ms751519.aspx) I loaded and bebuilt
the GettingStarted solution from the WCF samples collection and attempted to
execute it. Upon executing the client code, I get an error "(405) method not
allowed".
Si ...
|
WCF UDP transport
Tue, 11 Dec 2007 16:23:41 -0800 (PST)
Hi,
I'm trying to write a simple IM which will be based on WCF. For NAT
traversing I use STUN method to get public addresses of peers. That
implies the use of UDP transmission, but it is not implemented in
WCF.
I found the UDP Transport Sample and I managed to set up the service,
but i have problems to confi ...
|
Dll used by several applications problem
Tue, 11 Dec 2007 10:47:03 -0800
I have a dll which is used by several application.
The Problem => When there is a new build for the Dll ...all the other
dependent application has a new build. So , all the apps has to go through
the QA testiong steps.
Result => A lot of wastage of time and resources.
What should be the approach here ...
|
Remote dtc security problem
Wed, 5 Dec 2007 03:56:01 -0800
I have 2 computers, one as server (server 2003) and other client (vista
business). both are in same domain. Application consists of server part (IIS
on server 2003) and client part (winforms on vista). client is configured to
use remote dtc on server. when client starts opening distributed transaction
i get ...
|
Remoting client activation, method not found error
Thu, 29 Nov 2007 04:40:04 -0800
I am using client activate remote object.
I register with RegisterActivatedClientType code.
RemotingConfiguration.RegisterActivatedClientType(typeof(Remote.cTransfer),
s_URL);
It works. I can call remote object methods.
Now I added new method
Now I update the remote object, added new method Method B.
If I ...
|
Problems with Adding Service Reference
Wed, 28 Nov 2007 11:25:32 +0200
I wrote a WCF service that currently runs in a Console host with the config
whose XML is shown below. I have tested the service and it works, i.e. it
receives the requests and provides the reply,
I am writing a new client that utilizes the service and am trying to create
a Service Reference. I start the ser ...
|
|
|
InvalidCastException
Tue, 27 Nov 2007 05:54:18 -0800 (PST)
hi frnz,
i am using the exception management application block for
logging the exceptions into xml or text files. i have added all the
required assemblies but it is throwing system.invalidcastexception.
here is my ExceptionManager.cs class code..
using System;
using System.Resources;
using ...
|
Subscribe com+ events on remote pc
Tue, 27 Nov 2007 03:04:45 +0800
Hi, all,
I was told that the subscription app should be located on the same pc of
publishing one, but if I would split the business rule services into several
parts and deploy them on several pc, how could they subscribe those events
published from another computer?
regards,
Jack
...
|
Re: VB.net Windows Service - how to debug a live installation.
Sun, 25 Nov 2007 17:44:05 +0000
Delete the bin and obj folders from your project directory and
recompile. Then, try again.
Do you have more than one project in your solution? Is it possible that
you have excluded one of your projects from the build configuration?
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Microsoft MVP - Client Applic ...
|