Business Application and TFS2010 MSBuild

3 replies. Last post: October 9, 2011 4:43 PM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi

I have created a business application and checked into the TFS. Then, I've defined a build definition for continuous integration. I got some error messages that could be solved by following points:
- Silverlight SDK installed on the build server
- Intersoft and RIA Services copied to local directory and *.csproj adjusted as follows

    <Reference Include="System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\Dependencies\System.ServiceModel.DomainServices.Hosting.dll</HintPath>
    </Reference>

- MSBuild Plattform: X86

Now I get still following error messages:

ViewModels\RegisterFormViewModel.cs(22,17): error CS0246: The type or namespace name 'UserRegistrationContext' could not be found (are you missing a using directive or an assembly reference?) [C:\Builds\1\QMS Demo\QMS_MAIN_CI\Sources\QMS Demo\Source\QualityManagementSystem\QMS\QMS.csproj]

ViewModels\RegisterFormViewModel.cs(241,62): error CS0246: The type or namespace name 'RegistrationStatus' could not be found (are you missing a using directive or an assembly reference?) [C:\Builds\1\QMS Demo\QMS_MAIN_CI\Sources\QMS Demo\Source\QualityManagementSystem\QMS\QMS.csproj]

How can I solve this?

Thanks, Michael

All times are GMT -5. The time now is 5:37 PM.
Previous Next