ASPNETCOMPILER error, can not load assembly (in msbuild only)
问题 I am using VS2015, and MSBuild 14. My solution has many projects, but three of them are old ASMX web sites. The ASMX website "projects" don't have their own project files, but are detailed in the XML of the solution file itself. The solution builds fine inside Visual Studio. However, when I try to build on the command line with MSBuild, I am getting an error message. Here is my MSBuild command: C:\> msbuild MySolution.sln /t:MyAsmxProject All the dependent projects (mostly c# class libraries)