Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-23 Thread Martin Gainty
I would look at user permissions Determine the owner of C:\WINDOWS\Microsoft.NET\Framework\v4.0\mscorlib.dll Uninstall .NET Framework Login as the user/owner of mscorlib.dll Install .NET Framework retry the testcase Mit freundlichen GruBen Martin Gainty __

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-17 Thread Martin Gainty
the owner of the library is not allowing access to that library by nant.exe determine the owner of mscorlib.dll login to the OS using the mscorlib.dll owners credentials reinstall NANT (specifically nant.exe) using the owners credentials re-run the app *gruss* Martin ___

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-13 Thread Mark Capaldi
Hi, I have experienced this problem over the last couple of days and thought it may be useful if I documented my experiences. I can reproduce the problem faithfully on my machine but have had little luck in debugging it. If someone wants to give me some guidance on debugging then I am more than

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-06 Thread Ryan Boggs
Hi, This has been reported but since I am not able to reproduce on my machine I currently do not have an out of box solution (otherwise we'd be in beta mode now). From what I have heard from others with the same problem, rebuilding the source on the target machine seems to work. So that should