SGEN "Could not load file or assembly file '' or one of its dependences....
I am getting the following error when I try to build an ASP.NET 4 project in Visual Studio 2010: "Could not load file or assembly 'file:///C:\Dev\project\trunk\bin\Elmah.dll' or one of its...
View ArticleMicrosoft.Cpp.Win32.user property sheet file shared by both VS2010 and VS2012?
I have both VS2010 and VS2012 installed. The problem I had initially was that VS2012 projects would not build complaining of a missing Kernel32.lib file. Subsequent searching through the forums...
View ArticleHow to build a solution within C# (.NET 4.0) ?
With .NET 3.5 I could build a solution or a project with the following code:Engine e =newEngine();BuildPropertyGroup properties...
View ArticleTFS Build Definition Configurations to Build
In a TFS build definition, the "Configurations to Build" field's tooltip states:"If no configurations are specified each solution or project will be built using its default configuration."How do you...
View ArticleWildcards with
Is there any way to import all of the targets files matching a wildcard? It would be nice if one could do this:<Import Project="Custom.After.Bentley.*.targets" />Since that doesn't work , is...
View ArticleVS2012 Won't Publish Website with Virtual Folders
I have several web sites that contain virtual folders in the project and will not publish. The error is "/website/virtualfolder/foo.ascx does not exist.If I run the project in debug mode using IIS...
View Article'System.Windows.Input.ICommand' claims it is defined issue with MSBuild
I am running a continuous inspection system in which I use msbuild for building solutions and part of the analysis is done with fxcopcmd (10.0). With one project of one solution, the fxcop however...
View ArticlePackage deployment through web application
Hi, I am working on a web application, and I have such requirement where user can install a package in running application.I have 5 Packages in my application, so it will be a free option to...
View ArticleTFS Build Drop folder structure
Hello,I'm completely a noob to the MSBuild and TFS Build so please forgive me if this is a very basic question. I've tried to found informations about it but it still obscure for me.I've a solution...
View ArticleLNK2011 -- but stdafx.obj *is* linked in
I have a customer w/ a large solution composed of many projects. Several of the projects are getting LNK2011. When he compiles w/o using PCH, everything is fine, (but slow). Additionally, there is a...
View ArticleWhat happens to CodeBehind file after publishing - Visual Studio 2010
During deployment to dev site my code was erased and I have no backup accept for when I published to production site. When taking files from prod I do not see the codebehind files anymore. What...
View ArticleAuto Publish WinForm Application through ClickOnce Deployment on a specific...
Hi,I wanted to auto publish the winform application using TFS 'Click Once Deployment'. I am publishing the application to a network share. I have several build definitions for the project like CI build...
View ArticleMSBuild error "CSC : error CS2001: Source File 'x' could not be found" with...
Greetings,After automatically upgrading the project file for a .Net 4.0 web application to work with Visual Studio 2012 everything worked ok at first however when compiling I got lots of errors like...
View ArticleError signing assemblies in VS2012
I am upgrading several VB projects from VS2010 on Windows Server 2008 R2 to VS2012 on Windows Server 2012. They all produce signed assemblies which have been built without issue in VS2010 and prior...
View ArticleTracker/Stampinf error
Hi I get below err when I try to compile for win8 or 8.1 x64 bit? Pls let me know how to resolve this. Issue happens only with x64 bit with any of VS (12,13) or WDKs' (9200, 94*) 1>------ Build...
View Articleerror MSB3323: Unable to find manifest signing certificate in the certificate...
Problems began when I received the MSDN Final VS 2005 v8.0.50727.42 and uninstalled the RC build which I had worked with without issue and replaced it with the previously mentioned.After four or so...
View ArticleProblem building
I'm developing a fairly largish project in VS2005. A problem I'm having at the moment is that it intermittently displays the error “Unable to copy file ‘obj\Debug\xxx.dll’ to ‘bin\Debug\xxx.dll’. The...
View ArticleAutomating visual studio 2010 builds
Our windows application projects are made on visual studio 2010 and .net framework 4.0.we are using TFS 2010 for check in and check out but make a build on developer machine, it uses local machine's...
View ArticleHow to solve warning MSB8004 ?
Dear all, I developed an application in vc++. In that I am getting 1 warning:warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is...
View Article