Tagged Questions

1
vote
1answer
37 views

Castle Windsor ResolveAll that throws when any of registered services cannot be resolved

It seems that current behaviour of Castle Windsor (2.0) method container.ResolveAll(Type type) is to ignore all services that cannot be resolved due to missing dependencies. What is recommened way …
0
votes
0answers
143 views

WGET can’t resolve host [closed]

I've got 2 machines on the same sub-net running Debian 5.0. They use the same DNS (/etc/resolv.conf), they route to the same gateway (#route) and they have the same iptables settings (#iptables -L). …
0
votes
4answers
67 views

attributes.someParam cannot be evaluated in coldfusion

I have in my cfm something like this <CFModule name="MyModule" someParam_one="#something.one#" someParam_two="#something.two#" someParam_etc="etc_etc_etc"/> And inside my module, …
0
votes
1answer
252 views

Resolve Windows drive letter to a path (subst and network)

I wonder if there is a universal way of resolving a path using a drive letter (such as X:\foo\bar.txt) into its equivalent UNC path, which might be one of the following: X:\foo\bar.txt if X: is a …
2
votes
6answers
332 views

In C#, how do I resolve the IP address of a host?

How can you dynamically get the IP address of the server (PC which you want to connect to)?
1
vote
2answers
197 views

Subversion resolve all conflicts quickly

When I have several conflicts, is there a way to resolve them all by just telling SVN to keep the version that is in the repository? Unfortunately, we're still using 1.4.
0
votes
3answers
105 views

How do I form complete URLs from incomplete URLs found in a web page?

I can retrieve the text of a web page, let's say http://stackoverflow.com/questions with some real and made up links: /questions /tags /questions?sort=votes /questions?sort=active …