http://msdn.microsoft.com/en-us/vstudio/bb980963
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
http://issues.hudson-ci.org/browse/HUDSON-3636
http://visualstudiogallery.msdn.microsoft.com/site/search?f%5B0%5D.Type=VisualStudioVersion&f%5B0%5D.Value=10.0&f%5B0%5D.Text=Visual%20Studio%202010&f%5B1%5D.Type=RootCategory&f%5B1%5D.Value=tools&f%5B1%5D.Text=Tools&f%5B2%5D.Type=SubCategory&f%5B2%5D.Value=sourcecontrol&f%5B2%5D.Text=Source%20Control
http://www.richard-banks.org/2010/01/how-to-get-git-and-tfs-working-together.html
http://msdn.microsoft.com/en-us/library/ms252591%28v=VS.90%29.aspx
http://lajak.wordpress.com/2011/02/10/how-to-use-team-explorer-with-codeplex/
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57
MS Build Issues
Monday, June 13, 2011
Links for Team foundation server Details
http://msdn.microsoft.com/en-us/vstudio/bb980963
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
http://issues.hudson-ci.org/browse/HUDSON-3636
http://visualstudiogallery.msdn.microsoft.com/site/search?f%5B0%5D.Type=VisualStudioVersion&f%5B0%5D.Value=10.0&f%5B0%5D.Text=Visual%20Studio%202010&f%5B1%5D.Type=RootCategory&f%5B1%5D.Value=tools&f%5B1%5D.Text=Tools&f%5B2%5D.Type=SubCategory&f%5B2%5D.Value=sourcecontrol&f%5B2%5D.Text=Source%20Control
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
http://issues.hudson-ci.org/browse/HUDSON-3636
http://visualstudiogallery.msdn.microsoft.com/site/search?f%5B0%5D.Type=VisualStudioVersion&f%5B0%5D.Value=10.0&f%5B0%5D.Text=Visual%20Studio%202010&f%5B1%5D.Type=RootCategory&f%5B1%5D.Value=tools&f%5B1%5D.Text=Tools&f%5B2%5D.Type=SubCategory&f%5B2%5D.Value=sourcecontrol&f%5B2%5D.Text=Source%20Control
Links for Team foundation server Details
http://msdn.microsoft.com/en-us/vstudio/bb980963
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
http://issues.hudson-ci.org/browse/HUDSON-3636
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
http://issues.hudson-ci.org/browse/HUDSON-3636
Links for Team foundation server Details
http://msdn.microsoft.com/en-us/vstudio/bb980963
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\
Links for Team foundation server Details
http://msdn.microsoft.com/en-us/vstudio/bb980963
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6
Wednesday, June 8, 2011
ODP Net
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/dotnet/odpnetperf/odpnetperf_otn.htm
Thursday, April 28, 2011
aspnetcomplier Precompilation Issue
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
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
Subscribe to:
Comments (Atom)