Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-20 Thread Adrian Lazea
Hi Bob, Imho, porting the task to support 2.0 solutions should be done, at least for the sake of consistency with the old implementation, if not for other reasons. It's a bit unusual to migrate to .NET 2.0, without actually migrating "completely". Plus, it's rather annoying to have a solution

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-20 Thread Bob Archer
Several weeks ago I asked Gert what the road map was and if the one on the web site was correct. He stated that it was not and it should be updated by the user community. So, I sent out an email and volunteered to collect feedback on this and try to put together a road map to define the core Nant

[NAnt-users] Solution task and VS.NET 2005

2006-09-20 Thread Paul Gale
Hi, Does anyone what the plans are for the solution task to support the VS.NET 2005 solution file format? Paul - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the c

Re: [NAnt-users] vbc : error BC30464

2006-09-20 Thread Gert Driesen
Lee, Why are you specifiying a relative path to several system assembly (using ..\..\..\ .) ? Also, you are mixing 1.0 and 1.1 system assemblies. This is definitely not a good practice. For system assemblies, I strongly advise you to specify the filename only. That way NAnt will automatic

Re: [NAnt-users] vbc : error BC30464

2006-09-20 Thread Gert Kello
... Why do You use .Net 1.0 drawing while other assemblies are from .Net 1.1? -- Gert smime.p7s Description: S/MIME Cryptographic Signature - Take Survey

Re: [NAnt-users] vbc : error BC30464

2006-09-20 Thread Lee Chu
Gert, Thanks a lot, that solve my problem, but now I'm having another. It said: [vbc] C:\BuildOutput\Nexus.HA.Website\src\Nexus.Core.Corda\ctlEGGaugeCordaImage.vb (118) : error BC30652: Reference required to assembly 'System.Drawing' containing the type 'System.Drawing.Color'. Add one to your proj