Sign In
The answer is 42 dear Watson.
A collection of posts made in the hope that they will be useful for a tired wayward traveler in search of a solution. Of course, the ultimate answer is 42.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.net
0x800703e9
-2147023895
32 bit
64 bit
algorithm
asynchronous
c#
combinatorial
console
custom test type
DEADLOCK
debugger
design pattern
discovery
display
dsl tools
error
event
extensibility
future
garbage
GetNativeSystemInfo
tfs
visual studio
Archive
Archives
February 2010
(1)
December 2009
(4)
October 2009
(3)
November 2008
(1)
September 2008
(2)
August 2008
(2)
May 2008
(4)
April 2008
(3)
October, 2009
MSDN Blogs
>
The answer is 42 dear Watson.
>
October, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The answer is 42 dear Watson.
How do I retrieve a list of all web services on a machine?
Posted
over 3 years ago
by
VijaiKalyan
0
Comments
If I have a machine say FOO and I want to retrieve all web services on that machine how do I do it? I can use WS-Discovery and I know how to do this with the .NET 4.0 Discovery API. However, the only sample I could find is multicast, which in my use...
The answer is 42 dear Watson.
Redirecting Standard Error & Output For A Child Process
Posted
over 3 years ago
by
VijaiKalyan
0
Comments
If your application or library wants to kick off a child process C and you want to redirect standard output and error, this is what you do: ProcessStartInfo psi = new ProcessStartInfo (); psi.Arguments = this .CreateArgumentsString(); psi.FileName = this...
The answer is 42 dear Watson.
Debuggee Process Terminated Abruptly
Posted
over 3 years ago
by
VijaiKalyan
0
Comments
I have been getting this error lately when trying to debug a test. I would be stepping over line by line and suddenly the debuggee process will exit suddenly. The proces exits with the error code is -2147023895 (0x800703e9). There are only a few reasons...
Page 1 of 1 (3 items)