Hi,
I'm running msbuild from a nant script, the problem is that when it tries to register one of my assemblies for com interop, the script just stops, like it's stuck.
If I run regasm.exe on the assembly it succeeds. Even if I run msbuild itself from the command-line, with the exact same parameters, it builds successfully.
Any ideas on where's the problem? Only thing I could thinking about is permissions.