Bugs item #1462493, was opened at 2006-03-31 16:46
Message generated for change (Comment added) made by kowboy87
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1462493&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
>Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Curtis (kowboy87)
Assigned to: Gert Driesen (drieseng)
Summary: System.Runtime.InteropServices.UCOMITypeLib is obsolete

Initial Comment:
I'm getting the following error when I attempt to build
NAnt off the nightly source.  I've also attached the
full build log.

[nant] C:\CVS
Source\nant\src\NAnt.VSNet\NAnt.VSNet.build build
            Buildfile: file:///C:/CVS
Source/nant/src/NAnt.VSNet/NAnt.VSNet.build
            Target framework: Microsoft .NET Framework 2.0
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 41 files to 'C:\CVS
Source\nant\build\net-2.0.win32\nant-0.85-debug\bin\NAnt.VSNetTasks.dll'.
                  [csc] c:\CVS
Source\nant\src\NAnt.VSNet\WrapperReferenceBase.cs(347,44):
error CS0618: Warning as Error:
'System.Runtime.InteropServices.UCOMITypeLib' is
obsolete: 'Use
System.Runtime.InteropServices.ComTypes.ITypeLib
instead. http://go.microsoft.com/fwlink/?linkid=14202'
                  [csc] c:\CVS
Source\nant\src\NAnt.VSNet\WrapperReferenceBase.cs(347,20):
error CS0618: Warning as Error:
'System.Runtime.InteropServices.Marshal.GetTypeLibName(System.Runtime.InteropServices.UCOMITypeLib)'
is obsolete: 'Use
System.Runtime.InteropServices.Marshal.GetTypeLibName(ITypeLib
pTLB) instead.
http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.'
            
            BUILD FAILED
            
            C:\CVS
Source\nant\src\NAnt.VSNet\NAnt.VSNet.build(11,10):
            External Program Failed:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe
(return code was 1)



----------------------------------------------------------------------

>Comment By: Curtis (kowboy87)
Date: 2006-04-06 13:21

Message:
Logged In: YES 
user_id=1491509

I just updated the NAnt files using the CVS and attempted 
a recompile through nant.build

Issue is still repro at the same place in the build.



----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2006-04-04 22:08

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

Thanks for the report !

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1462493&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to