Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6827897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:19:11+00:00 2026-05-26T22:19:11+00:00

Build started 16/11/2011 9:24:11 AM. Project C:\Builds\1\NetTellerMigration\NetTellerMigrationBuild\Sources\blah.sln on node 1 (default targets). ValidateSolutionConfiguration: Building

  • 0

Build started 16/11/2011 9:24:11 AM.
Project “C:\Builds\1\NetTellerMigration\NetTellerMigrationBuild\Sources\blah.sln” on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration “Development|Default”.
MSBUILD : warning MSB4078: The project file “blah\blah.dtproj” is not supported by MSBuild and cannot be built. [C:\Builds\1\NetTellerMigration\NetTellerMigrationBuild\Sources\blah.sln]
Done Building Project “C:\Builds\1\NetTellerMigration\NetTellerMigrationBuild\Sources\blah.sln” (default targets).

Build succeeded.

“C:\Builds\1\NetTellerMigration\blahBuild\Sources\blah.sln” (default target) (1) ->
(blah_b target) ->
MSBUILD : warning MSB4078: The project file “blah\blah.dtproj” is not supported by MSBuild and cannot be built. [C:\Builds\1\NetTellerMigration\NetTellerMigrationBuild\Sources\blah.sln]

1 Warning(s)
0 Error(s)

Time Elapsed 00:00:00.42

I currently have tfs2010 installed with SqlExpress and im trying ‘unsucessfully’ to implement continuous-integration against a SSIS package. My aim is to create a build triggered by a code checkin. I have a build definition to doso but the warning shown above is displayed and no ‘.dtsx’ files are copied to the build directory?

I believe its something to do with the build agent targeting v4 of the .net framework but I could be wrong. Anyway, any help would be much appreciated from anyone who has experience this problem before.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:19:11+00:00Added an answer on May 26, 2026 at 10:19 pm

    MSBuild can’t build SSIS projects (.dtproj) because the format of these projects is pre-VS2010. The best thing to do here is to have MSBuild shell out to the SSIS project. You can create an empty C# project to do this. Then, open the .csproj file for the new project in a text editor and set the BeforeBuild target to the following:

    <Target Name="BeforeBuild">
      <!-- Build the analysis SSIS project -->
      <Exec Command="&quot;$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\@InstallDir)\devenv.exe&quot; blah\blah.dtproj /Build" />
    </Target>
    

    Adjust the blah/blah.dtproj path for your project. This will run the VS2008 version of devenv to build the SSIS project.

    Below is a sample of what the whole .csproj file might look like:

    <?xml version="1.0" encoding="utf-8"?>
    <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0" DefaultTargets="Build">
       <PropertyGroup>
          <OutputPath>Bin</OutputPath>
       </PropertyGroup>
       <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       <Target Name="BeforeBuild">
          <!-- Build the analysis SSIS project -->
          <Exec Command="&quot;$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\@InstallDir)\devenv.exe&quot; blah\blah.dtproj /Build" />
      </Target>
    </Project>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This build warning just started showing up. I'm building for 3.1.3. Not sure what
I recently started learning JavaFX. At the moment I can't build any JavaFX project
I am tearing my hair out over this error. ------ Build started: Project: shotfactorybatchgen,
When I try to compile I get this error: 1>------ Build started: Project: snake,
So, I started to build a small test application to test lambda expressions. I
I recently started using scons to build several small cross-platform projects. One of these
I've started experimenting with Hudson as a build server. I'm using subversion and have
I've got build server running CruiseControl.NET and recently it started throwing this error on
I just started using CCNet, and in the process of getting my build projects
Im looking to build a thread manager for an application. I have already started

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.