C# Suppress MS Fakes warnings
How can I suppress the warnings generated by MS Fakes in a build ? I already edited the XML file to generate only the elements we need, but it’s not enough.My XML:<Fakes...
View ArticleProject converted from VS2008 to VS2010 causes circular build error.
I have project that was converted from Visual Studio 2008 to Visual Studio 2010. The executable was created but the following...
View ArticleNuGet Automatic Package Restore changes not retained
I currently have a Visual Studio 2013 which I have manually edited to use NuGet Automatic Package Restore based on this article:...
View ArticleVisual Studio 2013 builds .NET4.5 code when .NET 4.0 is specified
I have an application that will not run on XP. I build it with VS2013 with the project properties all set to use .NET Framework 4. However when the application runs on XP it throws a TypeLoadException...
View ArticleMSB4018 - The "METAGEN" task failed unexpectedly
I'm in the process of moving a large MFC application from VS2010 to VS2015. In the process, I'm trying to eliminate as many build warnings as possible (preferably all of them).Apparently the metagen...
View ArticleIssues running build template after customization.
TFS 2013 VS 2013A build process template was created so that i could add the Zip functionality and a couple other things as shown in the TFS 2013 Wrox book. I am running into issues with the reference...
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 ArticleWhere is Microsoft.Web.Publishing.targets?
My MSBuild proj file is referencing Microsoft.Web.Publishing.targets. Even though microsoft says MSBuild is standalone installation, i dont think this file is part of MSBuild. I am trying to setup a...
View ArticleHow to install Visual Studio to develop device drivers on a non-internet...
I burned a disk with the Visual Studio 2015 Enterprise ISO and installed. I went back and updated the install to install everything.The Windows 10 SDK and some of the Java options failed because they...
View ArticleHow to restore nuget packages when using MSBuild command line?
I'm using Visual Studio 2015 Update 1 and nuget 3.3.0.167, and I want to use MSBuild command line to build my solution. but it does not automatically restore nuget packages. i'm not using TFS or VSO, i...
View Articleweird error on release build
I can't seem to build my project on release build. Here is the error:5> Starting .NET Native compilation 5> Processing application code 5>C:\Program Files...
View ArticleIs there a non-network install for the WDK 10
I need to install the WDK 10 on a closed network is there an install that I can copy to that network?
View ArticleXML Document Writer
I would like to be able to take input from the GUI and create an XML document. All of the resources I have looked at are for older versions (I have the current version of Express 2015), where I cant...
View ArticleVisual studio compatability and recomendations
I currently have a project going in MSVS 2013, using SDL2. seeing that MSVS 2015 came out, will applications written in the 2013 version still carry compatibility with windows 10 and 'Project Red...
View ArticleOBJ's left behind when doing clean?
Is There any particular reason microsoft doesnt clean the obj directory when you do a solution clean? Do they help speed up recompilation? Any recommendations against using powershell to clean these...
View Article"Type or namespace name...could not be found", compiling to common folder
Hi- I'm trying to break a large solution down into a master solution and a set of independent sub-solutions. As part of that, I started to compile the output of the projects into a "/CommonLib"...
View ArticleConfigure Project with Alternate Files for Different Builds
So,We have a series of environment based configuration files. For analogy we can call them DEV.xml, TEST.XML, and PROD.XML.So I have a solution with a project (csproj to be clear) with source files,...
View ArticleMsBuild from command prompt is not generating the FakeAssemblies
Hi,I have a test project in my solution which uses fakes for testing, and I am faking one of my dll build in other project in the same solution.When i build the solution in VS2013 everything works well...
View ArticleTrying to use Continuous Integration with Visual Studio Online (Python / Django)
We have a Python 3.4 / Django 1.9 app that we built using VS 2015.We are using GIT under TFS for version control. We have a master repo in VSO and can see the code - all that is fine.I am trying to...
View ArticleVSIX in Silent Mode
Hi All,I want to know how can we install .vsix package from MSI in Silent Mode. I have a package that I want to install from MSI in Silent Mode. Thanks,Mohi
View Article