Closed bonder closed 10 years ago
Update - I tried creating a completely new solution, with new projects, only moving the actual class and other source files into their appropriate folders. Rebuilt all, got it working locally, committed to a brand new Bitbucket repo. Connected website to this repo - still getting same errors.
Command: "D:\home\site\deployments\tools\deploy.cmd" Handling .NET Web Application deployment. All packages listed in packages.config are already installed. D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Client". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Common". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Interfaces". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'Authenticate' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'AuthenticateAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Gauntlet.Service\Gauntlet.Service.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="C:\DWASFiles\Sites#1xgauntletapi\Temp\3270701f-f2e6-46bc-a0e5-53bef6810e9d";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="D:\home\site\repository.\" An error has occurred during web site deployment. Handling .NET Web Application deployment. All packages listed in packages.config are already installed. D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Client". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Common". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Interfaces". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'Authenticate' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'AuthenticateAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Gauntlet.Service\Gauntlet.Service.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="C:\DWASFiles\Sites#1xgauntletapi\Temp\3270701f-f2e6-46bc-a0e5-53bef6810e9d";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="D:\home\site\repository.\" An error has occurred during web site deployment. D:\Program Files (x86)\SiteExtensions\Kudu\42.31118.1263\bin\scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"
Just looking around for some potential issues/work arounds, are you relying on anything from the GAC? sounds similar to this issue: http://stackoverflow.com/a/13517257/85785
Or is there anything else that you can think of why as why this wouldn't build on a new machine?
Otherwise what are all the NuGet packages and project references that your solution uses? and are they all the same project type? e.g. .NET 4.0 or .NET 4.5?
I've looked at that SO issue several times - I am using an empty C# ASP.Net project targeting the 4.5.1 framework.
Just a single project? Can you add a screenshot of all your project references?
Also it looks like Azure Websites may not support v4.5.1: http://stackoverflow.com/a/23435625/85785
If you can try changing it down to .NET 4.5.
I've also seen that one. :) I think you might have misread it - Azure does support 4.5.1 and is in fact the target framework when framework is set to 4.5 in the Azure website configuration.
ahh yeah I did misread it.
Is a Web Application project the appropriate one for a ServiceStack API? I had thought so.
Might it have something to do with the fact that the Service csproj has HintPaths for the SS binaries, but the log file indicates that they can't be found? So weird...
Those DLLs definitely aren't in the packages folder in the repo, which makes sense since I exclude binaries from being committed. But I would presume that Nuget packages are used to download the binaries?
Yeah any ASP.NET Web Application is fine for ServiceStack.
It's strange issue because you're just using normal ServiceStack dlls which themselves don't have any additional references outside of the standard .NET framework.
i.e. if you were using OrmLite.Sqlite the issue may have something to do with referencing an unmanaged 32 bit dll. Otherwise ServiceStack.Razor
does require MVC3 to be installed in the GAC (which also comes with VS.NET).
The only thing that sticks out is that its using .NET 4.0 msbuild target, i.e:
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): ...
But I'm not sure if that's normal or not.
I'm not familiar with Azure but when NuGet you normally need to do a NuGet package restore so it pulls down all the NuGet packages, but I'm assuming this would be built in with a deployment tool. Otherwise the only thing I can think of is if you're using MyGet packages instead of Nuget? i.e what version of ServiceStack are you using v4.0.33
or v4.0.34
?
I'm using the version that was available from Nuget earlier this evening - which is .33.
As for the framework path, check this mess out:
http://stackoverflow.com/questions/21857071/net-framework-version-folders
:)
yep ok, I can't think of anything other maybe NuGet references/downloads not working properly. Are you using anything else from NuGet other than ServiceStack NuGet packages?
Does an empty ASP.NET project work with any NuGet reference? i.e. are you using any NuGet packages for your CQRS project? and does that have any issues finding the project references?
I'm not sure what steps you are going through, but have a look at this deployment demo. It does use github, but I think there is a bitbucket source control as well.
http://azure.microsoft.com/en-us/documentation/videos/deploying-to-azure-from-github/
I just gave it a try with StackApis demo and worked first time (kind surprised how smooth it went tbh), now deployed here
Have a look at the hint pathing and see if it might need to be changed, I've had a few issues with that in the past.
The CQRS project only references Nunit, as does Gauntlet.Tests.
Hi Layoric,
The only real difference from what Scott and David show is that I do a quick create and then connect to source repo after it's created. I am also connecting to Bitbucket instead of Github. However, I have a vanilla Angular app running on a second instance from the same Bitbucket account.
I am going to see if I can get StackApis demo running myself from Github, then from Bitbucket if that is successful.
I deployed StackApis just fine from Github. Now going to try Bitbucket.
Bitbucket deploy of StackApis also works fine.
The initial difference I notice between StackApis and mine is that StackApis doesn't commit an actual packages folder whereas mine does.
If possible, it might be easier to let NuGet do the restore instead of storing /packages in source control.
Also, bit of a long shot but hard to tell without seeing your repo/environment, you might want to check to make sure your .gitignore isn't filtering out *.dll files for the packages directory. The errors suggest that the referenced dlls just aren't there as opposed to failing to build due to a bug in your code/ServiceStack.
I definitely want nuget to restore the packages. I just figured that the packages folder was part of that. Sent from my BlackBerry 10 smartphone. From: Darren ReidSent: Tuesday, November 25, 2014 3:37 PMTo: ServiceStack/IssuesReply To: ServiceStack/IssuesCc: Bruce OnderSubject: Re: [Issues] Unable to deploy to Azure Website (#187)If possible, it might be easier to let NuGet do the restore instead of storing /packages in source control.
Also, bit of a long shot but hard to tell without seeing your repo/environment, you might want to check to make sure your .gitignore isn't filtering out *.dll files for the packages directory. The errors suggest that the referenced dlls just aren't there as opposed to failing to build due to a bug in your code/ServiceStack.
—Reply to this email directly or view it on GitHub.
The /packages
folder shouldn't need to exist for NuGet packages restore to work, it's also ignored by default in the initial .gitignore
for VisualStudio projects.
If you haven't already I would try deploying without /packages
folder in the repo to see if that makes a difference.
OK, so apparently here is what happened:
1) The project file has hintpaths to all of the SS binaries in the packages folder. 2) But my barebones .gitignore prevented binaries from being committed, so 3) Kudu couldn't find them according to the hintpaths.
So the fix was just as you suggested: remove the packages folder from the repo altogether.
I also found a great site to help with all the ignore patterns you'd need for a wide variety of technologies: http://www.gitignore.io/
So this can be closed if it hasn't already. Sorry for the false alarm, but terrific support nonetheless!
Thanks!
On Tue, Nov 25, 2014 at 4:36 PM, Demis Bellot notifications@github.com wrote:
The /packages folder doesn't need to exist for NuGet packages restore to work, it's also included in the default .gitignore for VisualStudio https://github.com/github/gitignore/blob/master/VisualStudio.gitignore#L134.
If you haven't already I would try deploying without /packages folder in the repo to see if that makes a difference.
— Reply to this email directly or view it on GitHub https://github.com/ServiceStack/Issues/issues/187#issuecomment-64497188.
Bruce Onder 253-642-7323
ok great thx for the update - good to know what the issue was, glad it's sorted.
Cheers :+1:
Command: "D:\home\site\deployments\tools\deploy.cmd" Handling .NET Web Application deployment. MSBuild auto-detection: using msbuild version '14.0' from 'D:\Program Files (x86)\MSBuild\14.0\bin\amd64'. All packages listed in packages.config are already installed. D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.Models\Hangout.Models.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.Models\Hangout.Models.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SendGrid, Version=9.10.0.0, Culture=neutral, PublicKeyToken=4f047e93159395ca, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.Models\Hangout.Models.csproj] Hangout.Models -> D:\home\site\repository\Hangouts.Models\bin\Release\Hangouts.Models.dll D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.DataAccess\Hangout.DataAccess.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.DataAccess\Hangout.DataAccess.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SendGrid, Version=9.10.0.0, Culture=neutral, PublicKeyToken=4f047e93159395ca, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.DataAccess\Hangout.DataAccess.csproj] DataManager\ItemDBManager.cs(31,30): warning CS0168: The variable 'ex' is declared but never used [D:\home\site\repository\Hangouts.DataAccess\Hangout.DataAccess.csproj] DataManager\ItemDBManager.cs(44,30): warning CS0168: The variable 'ex' is declared but never used [D:\home\site\repository\Hangouts.DataAccess\Hangout.DataAccess.csproj] Hangout.DataAccess -> D:\home\site\repository\Hangouts.DataAccess\bin\Release\Hangouts.DataAccess.dll D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.Business\Hangout.Business.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.Business\Hangout.Business.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SendGrid, Version=9.10.0.0, Culture=neutral, PublicKeyToken=4f047e93159395ca, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangouts.Business\Hangout.Business.csproj] Services\ItemService.cs(36,30): warning CS0168: The variable 'ex' is declared but never used [D:\home\site\repository\Hangouts.Business\Hangout.Business.csproj] Hangout.Business -> D:\home\site\repository\Hangouts.Business\bin\Release\Hangouts.Business.dll D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AI.Agent.Intercept, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AI.DependencyCollector, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AI.PerfCounterCollector, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AI.ServerTelemetryChannel, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AI.Web, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AI.WindowsServer, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.ApplicationInsights, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.ApplicationInsights.TraceListener, Version=2.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AspNet.TelemetryCorrelation, Version=1.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Host.SystemWeb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security.Cookies, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security.Facebook, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security.Google, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security.MicrosoftAccount, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security.OAuth, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Owin.Security.Twitter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SendGrid, Version=9.10.0.0, Culture=neutral, PublicKeyToken=4f047e93159395ca, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http.Formatting, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Http, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Http.Owin, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Http.WebHost, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Mvc, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Optimization". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,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. [D:\home\site\repository\Hangout\Hangout.API.csproj] D:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\TypeScript\Microsoft.TypeScript.targets(242,5): warning : No compiler log specified, 'Clean' won't work. [D:\home\site\repository\Hangout\Hangout.API.csproj] App_Start\WebApiConfig.cs(5,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] App_Start\WebApiConfig.cs(6,17): error CS0234: The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] App_Start\WebApiConfig.cs(7,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\ApiDescriptionExtensions.cs(4,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\App_Start\HelpPageConfig.cs(14,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(2,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(3,18): error CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageAreaRegistration.cs(1,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageAreaRegistration.cs(2,18): error CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(11,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(12,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(13,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs(9,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs(10,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs(12,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Models\HelpPageApiModel.cs(4,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(10,23): error CS0234: The type or namespace name 'Formatting' does not exist in the namespace 'System.Net.Http' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(12,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(14,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(5,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(6,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(7,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] ErrorHandler\AiHandleErrorAttribute.cs(2,18): error CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] ErrorHandler\AiHandleErrorAttribute.cs(3,17): error CS0234: The type or namespace name 'ApplicationInsights' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] FilterConfig.cs(1,18): error CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Global.asax.cs(5,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Global.asax.cs(6,18): error CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Global.asax.cs(7,18): error CS0234: The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] App_Start\WebApiConfig.cs(14,37): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\ApiDescriptionExtensions.cs(15,49): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\App_Start\HelpPageConfig.cs(34,37): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(12,35): error CS0246: The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(26,16): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(28,16): error CS0246: The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(34,16): error CS0246: The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(48,16): error CS0246: The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Controllers\HelpController.cs(21,31): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageAreaRegistration.cs(6,45): error CS0246: The type or namespace name 'AreaRegistration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageAreaRegistration.cs(16,43): error CS0246: The type or namespace name 'AreaRegistrationContext' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageAreaRegistration.cs(8,32): error CS0115: 'HelpPageAreaRegistration.AreaName': no suitable method found to override [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageAreaRegistration.cs(16,30): error CS0115: 'HelpPageAreaRegistration.RegisterArea(AreaRegistrationContext)': no suitable method found to override [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(28,58): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(28,84): error CS0246: The type or namespace name 'IDocumentationProvider' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(38,50): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(51,50): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(65,50): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(78,51): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(92,51): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(103,55): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(115,50): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(128,54): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(142,54): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(155,55): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(169,55): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(179,79): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(191,60): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(204,83): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(219,65): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(237,58): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(237,89): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(341,13): error CS0246: The type or namespace name 'ApiParameterDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(413,53): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(413,84): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(413,114): error CS0246: The type or namespace name 'ApiParameterDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\HelpPageConfigurationExtensions.cs(442,86): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs(89,42): error CS0246: The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\Models\HelpPageApiModel.cs(28,16): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(69,76): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(79,77): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(90,76): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(149,136): error CS0246: The type or namespace name 'MediaTypeFormatter' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(215,59): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(234,41): error CS0246: The type or namespace name 'ApiDescription' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(234,187): error CS0246: The type or namespace name 'MediaTypeFormatter' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(288,63): error CS0246: The type or namespace name 'MediaTypeFormatter' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs(405,80): error CS0246: The type or namespace name 'MediaTypeFormatter' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(15,45): error CS0246: The type or namespace name 'IDocumentationProvider' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(38,40): error CS0246: The type or namespace name 'HttpControllerDescriptor' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(44,48): error CS0246: The type or namespace name 'HttpActionDescriptor' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(50,48): error CS0246: The type or namespace name 'HttpParameterDescriptor' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(70,48): error CS0246: The type or namespace name 'HttpActionDescriptor' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Areas\HelpPage\XmlDocumentationProvider.cs(91,46): error CS0246: The type or namespace name 'HttpActionDescriptor' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(14,35): error CS0246: The type or namespace name 'ApiController' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(16,10): error CS0246: The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(17,10): error CS0246: The type or namespace name 'HttpGet' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(23,10): error CS0246: The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(24,10): error CS0246: The type or namespace name 'HttpGet' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(33,10): error CS0246: The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Controllers\ItemController.cs(34,10): error CS0246: The type or namespace name 'HttpGet' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] ErrorHandler\AiHandleErrorAttribute.cs(8,43): error CS0246: The type or namespace name 'HandleErrorAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] ErrorHandler\AiHandleErrorAttribute.cs(7,6): error CS0641: Attribute 'AttributeUsage' is only valid on classes derived from System.Attribute [D:\home\site\repository\Hangout\Hangout.API.csproj] ErrorHandler\AiHandleErrorAttribute.cs(10,42): error CS0246: The type or namespace name 'ExceptionContext' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] ErrorHandler\AiHandleErrorAttribute.cs(10,30): error CS0115: 'AiHandleErrorAttribute.OnException(ExceptionContext)': no suitable method found to override [D:\home\site\repository\Hangout\Hangout.API.csproj] FilterConfig.cs(6,50): error CS0246: The type or namespace name 'GlobalFilterCollection' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Hangout\Hangout.API.csproj] Failed exitCode=1, command="D:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" "D:\home\site\repository\Hangout\Hangout.API.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="D:\local\Temp\8d6271783240a6c";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;UseSharedCompilation=false /p:SolutionDir="D:\home\site\repository.\" An error has occurred during web site deployment. \r\nD:\Program Files (x86)\SiteExtensions\Kudu\78.10925.3575\bin\Scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"
Getting the same kind of issue can you help me with a solution Thanks in Advance!
I am trying to deploy a bare-bones solution containing ServiceStack Nuget packages to an Azure Website from Bitbucket.
Deployment log file:
Command: deploy.cmd Handling .NET Web Application deployment. All packages listed in packages.config are already installed. D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Client". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Common". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Interfaces". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'Authenticate' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'AuthenticateAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Gauntlet.Service\Gauntlet.Services.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="C:\DWASFiles\Sites#1xgauntletapi\Temp\97125081-7aef-4d4e-bb47-8a99fc631a10";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="D:\home\site\repository.\" An error has occurred during web site deployment. Handling .NET Web Application deployment. All packages listed in packages.config are already installed. D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Client". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Common". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Interfaces". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ServiceStack.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(6,7): error CS0246: The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(10,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Hello.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'Authenticate' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(10,6): error CS0246: The type or namespace name 'AuthenticateAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] UserProfileRequest.cs(11,6): error CS0246: The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?) [D:\home\site\repository\Gauntlet.ServiceModel\Gauntlet.ServiceModel.csproj] Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Gauntlet.Service\Gauntlet.Services.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="C:\DWASFiles\Sites#1xgauntletapi\Temp\97125081-7aef-4d4e-bb47-8a99fc631a10";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="D:\home\site\repository.\" An error has occurred during web site deployment. D:\Program Files (x86)\SiteExtensions\Kudu\42.31118.1263\bin\scripts\starter.cmd deploy.cmd
Deploy.cmd contents:
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ---------------------- :: KUDU Deployment Script :: Version: 0.1.11 :: ----------------------
:: Prerequisites :: -------------
:: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment. goto error )
:: Setup :: -----
setlocal enabledelayedexpansion
SET ARTIFACTS=%~dp0%..\artifacts
IF NOT DEFINED DEPLOYMENT_SOURCE ( SET DEPLOYMENT_SOURCE=%~dp0%. )
IF NOT DEFINED DEPLOYMENT_TARGET ( SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot )
IF NOT DEFINED NEXT_MANIFEST_PATH ( SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest
IF NOT DEFINED PREVIOUS_MANIFEST_PATH ( SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest ) )
IF NOT DEFINED KUDU_SYNC_CMD ( :: Install kudu sync echo Installing Kudu Sync call npm install kudusync -g --silent IF !ERRORLEVEL! NEQ 0 goto error
:: Locally just running "kuduSync" would also work SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd ) IF NOT DEFINED DEPLOYMENT_TEMP ( SET DEPLOYMENT_TEMP=%temp%___deployTemp%random% SET CLEAN_LOCAL_DEPLOYMENT_TEMP=true )
IF DEFINED CLEAN_LOCAL_DEPLOYMENT_TEMP ( IF EXIST "%DEPLOYMENT_TEMP%" rd /s /q "%DEPLOYMENT_TEMP%" mkdir "%DEPLOYMENT_TEMP%" )
IF NOT DEFINED MSBUILD_PATH ( SET MSBUILD_PATH=%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe )
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Deployment :: ----------
echo Handling .NET Web Application deployment.
:: 1. Restore NuGet packages IF /I "Gauntlet.sln" NEQ "" ( call :ExecuteCmd nuget restore "%DEPLOYMENT_SOURCE%\Gauntlet.sln" IF !ERRORLEVEL! NEQ 0 goto error )
:: 2. Build to the temporary path IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" ( call :ExecuteCmd "%MSBUILD_PATH%" "%DEPLOYMENT_SOURCE%\Gauntlet.Service\Gauntlet.Services.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="%DEPLOYMENT_TEMP%";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="%DEPLOYMENT_SOURCE%.\" %SCM_BUILD_ARGS% ) ELSE ( call :ExecuteCmd "%MSBUILD_PATH%" "%DEPLOYMENT_SOURCE%\Gauntlet.Service\Gauntlet.Services.csproj" /nologo /verbosity:m /t:Build /p:AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="%DEPLOYMENT_SOURCE%.\" %SCM_BUILD_ARGS% )
IF !ERRORLEVEL! NEQ 0 goto error
:: 3. KuduSync IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" ( call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_TEMP%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd" IF !ERRORLEVEL! NEQ 0 goto error )
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Post deployment stub IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%" IF !ERRORLEVEL! NEQ 0 goto error
goto end
:: Execute command routine that will echo out when error :ExecuteCmd setlocal set CMD=%* call %CMD% if "%ERRORLEVEL%" NEQ "0" echo Failed exitCode=%ERRORLEVEL%, command=%CMD% exit /b %ERRORLEVEL%
:error endlocal echo An error has occurred during web site deployment. call :exitSetErrorLevel call :exitFromFunction 2>nul
:exitSetErrorLevel exit /b 1
:exitFromFunction ()
:end endlocal echo Finished successfully.