-
3 years later, I'm seeing exactly this bug with nant 0.85 ? Is this possible ?.
2009-10-12 19:55:59 UTC by https://www.google.com/accounts
-
A new release would show that there is continued development of this project, and I'd like to add my vote for this.
2009-10-05 08:30:17 UTC by duncanmgunn
-
Make new release, pleas!!!
2009-09-21 11:22:35 UTC by nikitok
-
I can't send you the DLL I used. Code provided in original post. Just use ANY com dll and make sure dependent DLLs are not in the path.
2009-09-06 22:21:22 UTC by thetoejoe
-
Please attach a small repro to this bug report.
Thanks!
2009-09-06 18:30:45 UTC by drieseng
-
If DLL cannot be loaded into memory due to missing DLLs, comregister will fail as expected.
But it does not let go of the handle, so any operations to follow fail due to access denied problems.
...
2009-09-06 16:57:05 UTC by thetoejoe
-
drieseng committed patchset 3974 of module nant to the NAnt - A .NET Build Tool CVS repository, changing 1 files.
2009-08-09 17:36:40 UTC by drieseng
-
Steven, can you attach a solution (including minimal sources) that fails to compile due to this issue (so I can add it to our regression suite)?
thx!
2009-08-07 19:32:30 UTC by drieseng
-
When using the task, the MIDL parser is not reading the "ValidateInputParameters" configuration, and thus not properly sending the /no_robust or /robust command line parameter. As of midl version 6.0.0.359 or higher, midl.exe has /robust always set by default. If the Solution configuration has "ValidateInputParameters"="FALSE" you MUST send /no_robust.
This causes projects to not...
2009-08-07 18:24:06 UTC by ginnstudios
-
I tried to call this target:
but have
[initializeConfigFiles] copy
[initializeConfigFiles] Copying 1 file to...
2009-08-06 08:45:51 UTC by nikitok