[IronPython] Cannot compile IronPythonTools
Dino Viehland
dinov at microsoft.com
Tue May 10 18:00:01 PDT 2011
You'll need to install the VS SDK (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=47305cf4-2bea-43c0-91cd-1b853602dcc5&displaylang=en) in addition to Visual Studio.
The reason for that is because we use the SDK's project types to get things like a good debugging experience in the experimental hive (you can set IronPythonTools as your setup project and have it launch VS with F5 under the experimental hive. When building the extension automatically gets deployed to the experimental hive).
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Raghavendra Chandrashekara
Sent: Tuesday, May 10, 2011 5:30 PM
To: Discussion of IronPython
Subject: [IronPython] Cannot compile IronPythonTools
Hi All,
I downloaded the latest code from the git repository and tried to compile IronPythonTools.sln but I got the following error:
D:\Downloads\Development\IronPython\IronPythonSourceCode\Tools\IronStudio\IronPythonTools\IronPythonTools.csproj : error : The project file 'D:\Downloads\Development\IronPython\IronPythonSourceCode\Tools\IronStudio\IronPythonTools\IronPythonTools.csproj' cannot be opened.
The project type is not supported by this installation.
D:\Downloads\Development\IronPython\IronPythonSourceCode\Tools\IronStudio\IronStudio\IronStudio.csproj : error : Unable to read the project file 'IronStudio.csproj'.
D:\Downloads\Development\IronPython\IronPythonSourceCode\Tools\IronStudio\IronStudio\IronStudio.csproj(369,3): The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Am I missing a component from VS 2010? Thanks for any help you can give.
Raj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20110511/ef572271/attachment.htm>
More information about the Users
mailing list