namespace name 'Data' does not exist in the namespace
I have opened my VS2005 web application on VS2010, so the wizard asked me to convert the application. After the conversion, when I tried to build the application. Its throwing one exception like...
View ArticleMVC application with MsBuild Extension Pack not generating published files
Hi,I am using MsBuild to created a buid and precompiled/publishable web views. It is working normally in 32 bit system. But when i use the same script with sample MVC application the publishable...
View ArticleVS 2012: fatal error C1083
I'm getting following error when I tried to compile my app with Visual Studio 2012:fatal error C1083: Cannot open include file: 'crtassem.h': No such file or directoryApparently crtassem.h and...
View ArticleUpgrade VS2010 to VS2012 - MSBuild Error MSB8020
Hello,We are currently upgrading many projects from visual c++ 2010 to visual c++ 2012.The operation went OK for most of the project, but for some projects, we are getting the following...
View ArticleMSBuild - error MSB3073: " exited with code -1.
I am trying to use a batch file in a make project in VS2010.The batch file launches various internal tools some of which are writing in Perl 5.8.8.I always see the 'exited with code -1' when the batch...
View ArticlePublishing geo replicated sites
I'm not having much luck searching for this topic. But I have an azure website published to 12 locations. It's a pain to walk through publishing each one individually. Is there a way to publish all 12...
View ArticleFxCop and MSbuild
I am trying to run FxCop from Msbuild. I have Visual Studio 2013 Ultimate and version 10.0 for FxCop. I have had zero success on trying to implement this. All of the documentation I have found is for a...
View ArticlePLEASE HELP
Hi, I need immediate help, because I am trying to make a windows application form, and I cant add the features, and I accidentally clicked 'hide' for me to change the name and size of the form... if...
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 ArticleError: MSB4018: The "SqlBuildTask" task failed unexpectedly.
Hello,I got filenotfoundexception while building my database project. i didn't change any file location though. How can i solve this?(Sorry if i post in wrong category). -Janak
View ArticleBuild process
I am working with existing solution that I am too familiar with. The solution when is run by MSBuild copies some files from one location to another. How can see where exactly that copy has been set?...
View ArticleStyleCop warning not suppressed
I want to suppress stylecop warnings for a method. So I added the following SuppressMessage:[SuppressMessage("Microsoft.StyleCop.CSharp.Naming", "SA1306:FieldNamesMustBeginWithLowerCaseLetter",...
View ArticleHow do we use Script (batch file with msbuild/msbuild project) to build...
I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova...
View ArticleBuild starts in Release mode then switches to debug
I have build that uses a tfsbuild.proj file and an Upgrade template.My build is set to build in Release|Any CPU mode. <ItemGroup Condition="'$(DebugOnly)' != 'True'"> <ConfigurationToBuild...
View ArticleVS2013: "A task was canceled" message during C++ builds
Hi, over the last week or so, most of my builds will result in lots of "A task was canceled" messages in the output window, and nothing else happens. At the same time, I can have over 30 instances of...
View ArticleHow to declare variable in solution file for use in project files.
Hi Folks, Apologies if this is not the right place to ask, but I would like to declare a variable in my solution file that can used by all of the projects (prof files) in that solution.More...
View ArticleTool to extract all dependencies and put them into a text file
Is there a tool of some kind that will allow me to read the *.sln file and extract all the references from the project for storage in a plain text file?Blog
View ArticleDecompiling a .DLL file to view Source Code
Hi guys,I have a DLL file which I would like to decompile in order to edit the source code... Does anyone have any idea of how I come go about doing this?I don not have the original solution (The...
View ArticleMSBuild Error MSB3169
So Im trying to publish my Excel VSTO project to a network drive and I get the following error:- An error occurred while attempting to persist the data. The message returned is: The process cannot...
View ArticleCan you identify which MS Update package contains build 34238
We discovered that a recent update had broken some code and we're trying to pin down which update was the culprit. We have a fix, so that isn't the issue. The issue is that the software is being...
View Article