Msbuild publish profile not being passed to second web project for solution...
I am trying to deploy via Hudson and there,I have a solution file which has two web projects. Each web project has a publish profile of the same name.It seems only the first web project built is taking...
View ArticleThe project needs to be deployed
Unable to deploy any app to phone or emulator using latest versions of Windows (14393.5) on phone and desktopTest:Create a blank application (File | New project | Blank App | Blank App (Universal...
View ArticleWix installer project freezes
I've got a wix installer project that works fine when I build it in visual studio, but when I check it in the build server just freezes when it runs the linker (light) (see image).Any thoughts as to...
View ArticleCheck the existence of the given folder in MSBuild props file
I want to perform a task in which I need to check whether the folder mentioned in the given path is available or not.If the folder is not available in the given path,then it has to make use of other...
View ArticleSolution with .csproj and ASP.NET Core .xproj on a build server
I have a solution (.sln) that contains multiple projects of C# (.csproj) and ASP.NET Core type (.xproj). All projects target the full .NET 4.6 Framework, not .NET Core. The ASP.NET Core project has...
View ArticleHow to update Platform Toolset to GCC 5.0 in VS 2015?
How to update Platform Toolset to GCC 5.0 or above in VS 2015 Community Edition?or when will VS 2015 provide the option of GCC 5.0 or above?
View Articlerun code in visual studio code c++
how to compile and run my code in visual studio code please help me
View ArticleISPROJ file built with MSBuild does not include all necessary dependencies in...
Greetings, I am using the InstallShiled LE Spring 2012 version. I have several projects that are using some Third party controls. In order to use these controls we add some file references for a set of...
View ArticleWhy is the ResolveProjectReferences taking a really long time?
In our project ResolveOrojectReferences taking very long time:Is there a way we can reduce this time?
View ArticleHow MSBuild behaves in DependsOnTargets case?
If I am having below scenario:<Target Name="Serve1" DependsOnTargets="Chop;Cook" /><Target Name="Serve2" DependsOnTargets="Chop" /><Target Name="Chop" /><Target Name="Cook"...
View Article"TransformXml" "Destination" is not working because $(DeployPath) returns blank
In my ASP.Net Umbraco MVC application, I am trying to apply config file transformations to a config file other than web.config.In my case the config file is at "Config/FullTextSearch.config". I am...
View ArticleTFS 2015 msbuild fails to resolve project reference.
Msbuild is failing to resolve the project references correctly, causing a build error. I don't understand why. The solution builds correctly in visual studio on the same machine using exactly the same...
View ArticleThe command exited with code 3
I keep getting this error when I try to build one of my projects: Error1 The command ""C:\work\.....PreBuildStep.bat" C:\work\"ProjectName".csproj C:\work\...." exited with code 3.I haven't entered the...
View ArticleMSB3073 VCEnd exited with code 1
Error102 error MSB3073: The command "copy C:\Users\Bike Simulation\Desktop\testing_dll\DrivingSimulator_DLL\example\DrivingSimulatorTextClient\..\..\bin\VS2010\Win32\DrivingSimulatorProxy.dll...
View ArticleAdd context menu in Visual Studio
Hi,I would like to add my own context menu on the visual studio editor. My actual scenario is that new context menu should be shown/visible only when right clicked on specify file extension that are...
View ArticleError occurred while publishing web app (Hexadecimal value 0x12 is an invalid...
Hi, everyone.I was about to publish my web app on the server with Visual Studio 2015. However, the Visual Studio 2015 yielded an error'', hexadecimal value 0x12, is an invalid character. Line 1,...
View Articlewhat's happenning?
I am posting a screen that says it all. The projects I have attempted to run in debug are derived from an almost identical solution that runs successfully. I cannot understand the diagnostic that is...
View ArticleCompilation failed, error in MSBuild: Object reference not set to an instance...
I've installed Visual Studio 2015 Update 3 and the ASP.NET Core tools preview 2 on Windows 7. Then I tried to build a solution that contains .NET 4.6 C# projects, and one ASP.NET Core .NET 4.6 project....
View ArticleDeployment and modification of web.config file
I could not find a better place to pose this question. I am looking for a method of transforming my connection strings from my VS environment to my web server. I have already accomplished this...
View ArticleRead/Write Permission
I have developed an application using C# that using a serial key that generates a licenses file once activated successfully. However; after creating the setup file it the application is unable to...
View Article