This one bit me the other day. Fortunately
Dominick was able to straighten me out rather quickly.
What I was trying to do was to update a build script to run off of a shared drive (don't ask). Of course, when running .NET code like NAnt and the other 90 tools we use in the build, you need to elevate privileges or your tools are unlikely to work with the decreased permissions they get by default when running from a network drive. That much I knew. Where I got burned was that some of our tools are compiled for .NET 1.1, and some for 2.0. Well, policy for 1.1 is completely separate from policy for 2.0. So I had to change it in both places.
Luckily, I didn't waste too much time on this. It helps to be willing to bother your friends. :)
Posted
Jul 27 2006, 09:48 AM
by
craig-andera