TeamCity10 Visual Studio (sln) Build problem

We are migrating to TeamCity 10. I am getting the below error in the 'Debug Build' Step. I have looked, but could not find, the BizTalkC.targets file on the old server. I could find a reference to this file in the btproj file. I do not want to this the btproj file. Where can I find this file. Is it required if I cannot find this file on the old, working server?

15:21:21]E: [RACQESB.Communication.DocumentManagement.sln] Rebuild (8s)
[15:21:21]E: [Rebuild] MSBuild (8s)
[15:21:21]E: [MSBuild] Schemas\Schemas.btproj: Build target: Rebuild
[15:21:21]E: [Schemas\Schemas.btproj] C:\BuildAgent\work\e682ae55ceffac1b\Schemas\Schemas.btproj(137, 3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[15:21:21]E: [MSBuild] Maps\Maps.btproj: Build target: Rebuild
[15:21:21]E: [Maps\Maps.btproj] C:\BuildAgent\work\e682ae55ceffac1b\Maps\Maps.btproj(312, 3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[15:21:21]E: [MSBuild] Pipelines\Pipelines.btproj: Build target: Rebuild
[15:21:21]E: [Pipelines\Pipelines.btproj] C:\BuildAgent\work\e682ae55ceffac1b\Pipelines\Pipelines.btproj(109, 3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[15:21:21]E: [MSBuild] Orchestrations\Orchestrations.btproj: Build target: Rebuild
[15:21:21]E: [Orchestrations\Orchestrations.btproj] C:\BuildAgent\work\e682ae55ceffac1b\Orchestrations\Orchestrations.btproj(230, 3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[15:21:21]W: [MSBuild] Platform\Platform.csproj: Build target: Rebuild (3s)

0
1 comment

Hi Francois,

First of all, please consider that you are upgrading to a release that is already out of support. Please consider upgrading to the latest one to get a large number of fixes and features.

With this in mind, It is your project trying to pull the BizTalk. I am unaware of any known issue with TeamCity requiring that project unexpectedly, so I'd recommend reviewing your own projects. If it works correctly on your side, please follow the steps here: https://confluence.jetbrains.com/display/TCD18/Common+Problems#CommonProblems-BuildworkslocallybutfailsormisbehavesinTeamCity

0

Please sign in to leave a comment.