Oracle Database Deployment using Microsoft Release Management Tool.
Hi, We are planning to use Microsoft Release Management Tool for the deployment of the Application as well as Database. While doing the Proof of Concept for the same we encountered an issue on how to...
View ArticleLaunch web browser from Visual Studio
I have a simple project which is running in a console window. I want to run it in a web browser. How can I achieve it? That means, I want to convert that project into a web browser runnable project....
View ArticleHow does the BUILD menu work?
I have a game project created and I am trying to get it built so I don't need a collection of 15 different folders and files to get it to work. So, How do I use the Build function to get the project...
View ArticleTFS: Check-ins to TFS projects are triggering a separate Git project to build
We have TFS2013 set up hosting multiple team projects. All but one use TFS for source control, and the other one is a Git project.The problem is that when other teams check in on their non-Git...
View ArticleError: AL.exe could not be run in VS 2013
Hi, I installed VS 2013 premium (update 4) in my WIN 7 machine. When I try to build a project it is throwing an error,"The specified task executable "AL.exe" could not be run. The specified executable...
View ArticleErrors running MSBuild after targeting the 4.5.1 framework - Websites not...
What I'm trying to do; Update a lot of projects in a solution because a necessary .dll now targets the .NET 4.5.1 framework and is used by several of my projects in my solution Platform; My Machine;...
View ArticleProject doesn't deploy some parts
Not sure if this is the correct stream, but I originally thought this was a WCF issue (WCF vs API2 template), now I'm not so sure I think its a TFS/Build issue OR possibly a VS Solution/Project...
View ArticleVC++ 2013: warning MSB8028 when multiple cpp files have same filename in same...
Example folder layout:main.cpp Furniture/Table.cpp Furniture/Table.h Data/Table.cpp Data/Table.hThis causes an issue since both Table.cpp files are built to Table.obj in the interim folder...
View ArticleFalse warning C4389 with Microsoft compiler
UINT uLong = 0; WORD byVal = 1; WORD byVal1 = 3; if (uLong != (byVal * byVal1)) { printf("Correct"); } else { printf("Incorrect"); }Above code gives me "warning C4389: '!=' : signed/unsigned...
View ArticlePossible to use command line argument in project file?
In my CI build process I would like to have a command line argument "customer" that should be used in the project file to include customer related files into the project like this:<Content...
View ArticleMSBuild Custom Task LogError and VS double-click in JS file
Hi,I have a MSBuild custom task which works nice, and log error into the Error Panel.I am using the TaskLoggingHelper API LogError, passing the fileName, lineNumber, etc...When I double-click on the...
View ArticleTask 'ValidateAppxPackage' failed. Value cannot be null.
Please help,after installing WDK with WinDbg faced problem when try to build windows store app package:Error 2 Task 'ValidateAppxPackage' failed. Value cannot be null. and second:Error 3 The...
View ArticleMicrosoft.Cpp.Win32.props(44,3): error MSB4067: The element beneath element...
HiI am trying to build solution file on VS2010 on .net frame work 3.5. when I build the solution file am getting below error. Please help me resolve the below issue.C:\Program Files...
View ArticleRetaining the AUT after CodedUITest completes it's execution. Can we make it...
Hello Everybody, I must use the ApplicationUnderTest.Launch() method and I would like to retain the Application Under Test (AUT) even after the test run. I tried setting the...
View ArticleMSBUILD Could not copy back original file Access to the path is denied
Having a very odd error when compiling me solution. I have a solution with about 19 projects, we control the AssemblyVersion, and AssemblyFileVersion using a shared AssemblyInfo.cs this keeps all our...
View ArticleMS BUILD - During "Publish" , is there a way to suppress Core-compile .
Hi ,Currently in our Azure Project , we have a .proj file that executes the targets = Build and Publish (Where Build has DependsOnTarget="Publish) to generate cspkg files.For measuring the code...
View Articlepost build event failing
content of Post-Build Stepset UGII_BASE_DIR=%SystemDrive%\UGSNX85 %UGII_BASE_DIR%\ugopen\signcpp $(ProjectDir)$(Platform)\$(ConfigurationName)\$(AssemblyName).dllcontent of output...
View ArticleAppX Packager: directory structure for referenced .dll(s)
I'm trying to use precompiled NuGet packages, like zlib, for WinRT Universal App development. Everything installs and compiles just fine, but running app ends up with "Unable to locate DLL" exception....
View ArticleRegarding Building of the Project .vcxproj Files
Hello All; I have made GUI type application and i want to build projects containing (.vcxproj) files by clicking the Button named as "Build" in the GUI application. I have the list of projects that is...
View ArticleVS 2013 Pro update 4 - linker is hanging
helloI'm having a problem linking my small c++ application since applying visual studio 2013 update 4.It just sits there forever.I increased linker verbosity to look for clues - didn't spot anything...
View Article