Bugs item #1220999, was opened at 2005-06-15 08:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1220999&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: James Hebben (hebbja)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solution task may fail when Visual Studio is not installed

Initial Comment:
I have a solution that has a project that contains a 
reference to MSHTML. This reference is marked in the 
project has a primary interop assembly reference:

<Reference
    Name = "MSHTML"
    Guid = "{3050F1C5-98B5-11CF-BB82-
00AA00BDCE0B}"
    VersionMajor = "4"
    VersionMinor = "0"
    Lcid = "0"
    WrapperTool = "primary"
/>

This causes nAnt to fail isf Visual Studio (2003) is not 
installed on the machine. The following is the output:


NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/working/Continuous 
Build/projects/TestNantSolutionTaskFails/test.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: default


default:

 [solution] Starting solution build.

BUILD FAILED

Couldn't find Primary Interop Assembly "MSHTML", 
referenced by project "TestNant
SolutionTaskFails".

Total time: 0.2 seconds.

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to