Using VisualStudio.com for Building and Deploying

Posted by Community Admin on 05-Aug-2018 20:21

Using VisualStudio.com for Building and Deploying

All Replies

Posted by Community Admin on 24-Apr-2017 00:00

Hello,

I am trying  to configure a VisualStudio.com account for continuous integration.

I am getting build errors that I don't get during local development.

I believe those errors actually suggests that I am having a configuration error.

Could anyone with visualstudio.com + siteefinity experience has a recommendation for setting up VS.com correctly?

Thanks in advance.

 

  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "AmazingCloudSearch". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "AWSSDK". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "AjaxControlToolkit". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "AntiXssLibrary". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Autofac". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Autofac.Integration.WebApi". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "CsvHelper". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Elasticsearch.Net". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "LinqToTwitter". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Nest". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [!] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Owin". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  • [x] Properties\AssemblyInfo.cs(40,12): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] Properties\AssemblyInfo.cs(42,12): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] AzureWebRole.cs(1,7): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] AzureWebRole.cs(12,33): Error CS0246: The type or namespace name 'AzureWebRoleBase' could not be found (are you missing a using directive or an assembly reference?)
  • [x] d:\a\1\s\obj\CodeGen\ResourcePackages\Bootstrap\MVC\ResourcePackages\Bootstrap\MVC\Views\AccountActivation\AccountActivation.AccountActivation.cshtml(3,11): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] d:\a\1\s\obj\CodeGen\ResourcePackages\Bootstrap\MVC\ResourcePackages\Bootstrap\MVC\Views\Layouts\default.cshtml(2,11): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] d:\a\1\s\obj\CodeGen\ResourcePackages\Bootstrap\MVC\ResourcePackages\Bootstrap\MVC\Views\Layouts\default.cshtml(3,11): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] d:\a\1\s\obj\CodeGen\ResourcePackages\Bootstrap\MVC\ResourcePackages\Bootstrap\MVC\Views\Layouts\default.cshtml(5,11): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] d:\a\1\s\obj\CodeGen\ResourcePackages\Bootstrap\MVC\ResourcePackages\Bootstrap\MVC\Views\Layouts\default.cshtml(4,11): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] obj\CodeGen\ResourcePackages\Bootstrap\MVC\Views\AccountActivation\AccountActivation.AccountActivation.cshtml.cs(39,91): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
  • [x] d:\a\1\s\obj\CodeGen\ResourcePackages\Bootstrap\MVC\ResourcePackages\Bootstrap\MVC\Views\Lists\Detail.DetailPage.cshtml(3,11): Error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
    [!] Directory 'd:\a\1\a' is empty. Nothing will be added to build artifact 'drop'.

 

Posted by Community Admin on 24-Apr-2017 00:00

I had to install "Telerik.Sitefinity.Feather" nuget package to resolve those issues.

This thread is closed