Замок Виндзор Ошибка сборки - PullRequest
0 голосов
/ 17 февраля 2011

Я не могу собрать источник Castle Windsor для SL40. Я пошел в https://github.com/castleproject/Castle.Windsor, скачал последний. Отредактировал ClickToBuild.cmd для чтения

CALL buildscripts\build.cmd SL40 ClickToBuild

Но я получаю следующую ошибку сборки:

c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(4
83,9): error : The OutputPath property is not set for project 'Castle.Wi
ndsor.Tests-SL.csproj'.  Please check to make sure that you have specifi
ed a valid combination of Configuration and Platform for this project.
Configuration='SL4-Release'  Platform='AnyCPU'.  You may be seeing this
message because you are trying to build a project without a solution fil
e, and have specified a non-default Configuration or Platform that doesn
't exist for this project. [C:\Users\Administrator\Downloads\castleproject-Castle
.Windsor-2.5.2-289-g6d036c9\castleproject-Castle.Windsor-6d036c9\src\Cas
tle.Windsor.Tests-SL\Castle.Windsor.Tests-SL.csproj]

Что я здесь не так делаю? Спасибо.

1 Ответ

2 голосов
/ 17 февраля 2011

Не нужно ничего редактировать.Мне достаточно просто запустить build.cmd SL40 из корня проекта (конечно, убедитесь, что у вас установлено Silverlight 4 Tools )

...