solution file(sln) contains multiple projects (website and wdproj(webdepolyment) projects when we tried to rebuild using VS.NET 2005 IDE its working.when we tried with msbuild commandprompt same solution we got this error.
ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory (\).
sln file look likes
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\TEST\", "TEST", "{C222080D-79F0-468C-AD02-BC9FCEC816BE}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = ""
SccAuxPath = ""
SccLocalPath = ""
SccProvider = ""
Debug.AspNetCompiler.VirtualPath = "/TEST"
Debug.AspNetCompiler.PhysicalPath = "..\TEST\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\TEST\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/TEST"
Release.AspNetCompiler.PhysicalPath = "..\TEST\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\TEST\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1254"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{2CFEAB61-6A3B-4EB8-B523-560B4BEEF521}") = "TEST_deploy", "TEST_deploy\TEST_deploy.wdproj", "{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Debug|.NET.ActiveCfg = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Debug|.NET.Build.0 = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Debug|Any CPU.ActiveCfg = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Release|.NET.ActiveCfg = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Release|.NET.Build.0 = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Release|Any CPU.ActiveCfg = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{C222080D-79F0-468C-AD02-BC9FCEC816BE}.Release|Mixed Platforms.Build.0 = Debug|.NET
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Debug|.NET.ActiveCfg = Debug|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Release|.NET.ActiveCfg = Release|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Release|Any CPU.Build.0 = Release|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3EBF6FC5-E649-4D95-BEF3-6BF983F5D8C1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
No comments:
Post a Comment