MSBuild web.config transformations and publishing Web App to Azure
I have raised this originally in the TFS support forums (with the same title) but was directed to this forum as a more appropriate one.I have an ASP.NET MVC application published to Azure Web APP from...
View ArticleDeploy 72002 - Unable to connect to master or target server
Hi Folks, I am trying to use TFS Build to build and deploy a Visual Studio Database project using a publish.xml file. I can build and deploy the project in Visual Studio by right clicking and...
View ArticleERROR: Cannot find outputs of project output group
I am trying to automate build on my visual studio project from command prompt. The following is the code which I have tried."C:\Progra~1\Microsoft Visual Studio 9.0\Common7\IDE\devenv"...
View ArticleBuild Tools 2015 Update 3 build server error MSB3644 only .net 4.0
We use custom build server on Windows Server 2012 R2 64bit. The build server uses MSBuild for building C# and C++ projects.Installed programs areMicrosoft Build Tools 2015 Update 3Microsoft .NET...
View Articleerror MSB6006: "link.exe" exited with code -1073741816.
VS2015, Update 2When running devenv commands entered at the command prompt our example test application builds OK. When we enter the same command from our application (which monitors the build process)...
View Articlesqlclrtypes_x64/sqlsysclrtypes.msi has changed since it was initially published
HiI updated VS 2015 community to Update 3 yesterday. Went to publish and install my application (which previously worked absolutely fine) and I now get sqlclrtypes_x64/sqlsysclrtypes.msi has changed...
View ArticleSelecting the toolset in continuous integration (error MSB8020)
Hello,we have a continuous integration server in an experimental state. It runs builds under Visual Studio 2012 without problems. Then I upgraded one project to Visual Studio 2015, and installed VS2015...
View Articleassembly not found with deployed WindowsFormsApplication
Hello community!I wrote an easy Code with 1 assembly with Visual Basic!The assembly was chosen by VisualStudio2015Community during a new Toolbox itemOn the development-PC is all fine.The exe does not...
View ArticleNot a valid Win32 FileTime. Parameter name: fileTime
Hi, I've been using Visula Studio 2008 Professional for almost 2 yrs already. Just this week, I am currently receiving a "System.ArgumentOutOfRangeException: Not a valid Win32 FileTime. Parameter...
View ArticleError MSB4019: The imported project "C:\Microsoft.CSharp.targets" was not found.
Hello, Here is my code: static void Main(string[] args) { // Instantiate a new Engine object Engine engine = new Engine(@"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\");...
View ArticleHow to create a wrapper class in Visual Studio 2013 for activex control
I am not sure which forum I should post my question. If this thread should not be here, please forgive me.I have built an COleControl under VC6 which can be used as an activex control by inserting it...
View ArticleInvalidProjectFileException when trying to load a UWP project
I am writing a small application that loads project files, until now it has worked fine for all sorts of visual studio project files.But it fails with UWP projects.When I do:var p = new...
View ArticleCode Analysis Resultfile with Suppressions
Hello,i want a Code Analysis Resultfile to not just have violations of Status "Active" but also the violations that have a Suppression Attribute. When i set the...
View ArticleCopy .xbap file to subdirectory Publish\Application Files\MyApp_A_B_C_D
I have an AfterPublish Target task in my project file.I'm trying to copy the .xbap file to the subfolder that is created Publish\Application Files\MyApp_A_B_C_D where A,B,C,D is the version...
View ArticleCompiling the driver code along with the UI application written in C#
I'm very new to this. My question might look silly.I had found an open source application busdog (just bing to find it on Github). It has two visual studio solutions in two different folders. One...
View ArticleI cannot find signtool.exe after downloading Visual Community 2015
Hi, I hope someone can help me - I am a complete numpty and not a programmer - however, I have developed an excel-based tool and I have software from Excel Software that builds a license wrapper round...
View ArticleInstallShield Path Variable Overrides not working in .isproj file when...
Currently we're using MSBuild to build an InstallShield .isproj file. However, in the .isproj file I have a path overrides that doesn't seem to be, well, overriding. I'm posting this here in hopes...
View ArticleUWP Build is extremely slow (VS 2015)
Just upgraded to Windows 10 and VS 2015. On a basic UWP app with some nuget references the building process takes almost 1 minute. It stays mostly at "1> Generating native code"Then to create store...
View ArticleProblem using PDB with native C++ Visual Studio 2012
I have two separate team projects in native C++, the main project and a core library used by this project.I use a build server to build both projects. The problem is that the main project is not able...
View ArticleWindows runtime metadata is invalid
Hello,I'm working on a Unity deployment for the hololens and have run into a little snag. I was able to deploy to the device with no problem until just yesterday I'm getting the above error when trying...
View Article