ALT+A in Find and Replace Not Working
Hi folks:For some reason, VS 2013 on my work machine seems to have assigned the ALT+A binding to something else when in the Find and Replace dialog window when I want to replace all items for a...
View ArticleIncrease indentation manually in MSVC editor
How can I increase or decrease indentation for a source code selection manually?In MSVC there used to be nice buttons "Increase Indent" and "Decrease Indent".I can't find them in MSVC 2013. I've found...
View ArticleTabcontrol and stopping sound from textboxes
Hello! I'm using a tabcontrol which has textboxes scattered throughout. I'm capturing the keydown event and I continually get a ding from the textboxes. First I notice that the tabcontrol gets the...
View ArticleOffice Developer Tools for Visual Studio 2013 update blocked
I am trying to get the update for Office Developer Tools for Visual Studio 2013 but it is being blocked. The error message does not show the complete address so I cannot get IT to white list it. What...
View ArticleUnrecognized attribute 'targetFramework'. Note that attribute names are...
Hi Folks, I haven't programmed for 10 years, so forgive me if I sound like a newbie. I wrote a simple little page to filter and display a table from a MS Access database on a webpage, and the program...
View Articlehow to exit from a c# program if condition is not fullfilled
I have this condition i am writing in a WCF.if (condition) {<do stuff>} elseif(condition1) {<do sm stuff>} else {exit}How do I implement this exit or in other words, do nothing and finish...
View ArticleMigrated from vs2010 to vs2012, Edit and Continue does not work any more
Hello,I have a c# solution for the .NET Framework 4.0, created in Visual Studio 2010. It contains several projects (all c# / .NET 4.0) that can be build on x86 and x64 platforms. Some projects need...
View ArticleHiding platform toolset in solution explorer for C++ projects
I am using Visual Studio 2013 on a solution where all c++ projects have platform toolset of Visual Studio 2012 - Windows XP. I cannot upgrade them for compatibility reasons with the rest of the...
View ArticleVS 2013 Crash on Startup after opening solution
I have a VS 2013 project that crashes VS 2013 immediately after being opened. What I believe happening is when the project is opened it tries to display a Windows Form with a bug in it. Is there a...
View ArticleDeveloping on two different PC's
I don't carry my laptops around - so, have one at work and one at home. I would like to work on the same code on both laptops. This is not a team environment as I operate alone. What is the best way...
View ArticleFeature comparison between Visual Studio 2012 and Visual Studio 2012
Hello all,My group is looking at purchasing Visual Studio 2012 or 2013, but we'd like to know what the differences are between the two versions, i.e., what features are present or have changed in 2012...
View ArticleCan WDK 8.1 be integrated to VS2012 in Win7?
I have WIN7, VS2012 and WDK 8.0 installed. Now I need to add WDK 8.1 on top of them and have it shown from the Platform Toolset in the project property. Can this be done?
View ArticleVS 2013 Express for Web web.config transforms
I am using VS 2013 Express for Web with Update 1 installed.I was considering implementing the transform of the web.config file.When I right click on the existing web.config file the option to "Add...
View ArticleVS 2012 Projects "Unsupported" in VS 2012
Hello,I have a solution with several projects in it that were created with VS 2012 Ultimate that was pushed to TFS. When I pull it from TFS and try to open the solution fromVisual Studio 2012 Shell...
View ArticleRDLC Multiple Columns and Page Breaks
I am grouping on a report with multiple columns. When a break occurs it continues to the next column instead of the next page. I can't figure out how to fix it. Is this intended behavior and if so is...
View ArticleVisual Studio Crashing Frequently.
Hey,I am using Vs 2010 Pro. It was working fine till now. Suddenly it started to crash everytime i open a form.I have no clue and i never faced this issue earlier. I tried resetting user data +...
View ArticleRunning command prompt with Visual Studio Express 2013
I need to run the Visual Studio Express 2013 for desktop with command, however I heard Express does not contain a devenv. How do I run it with command prompt?
View ArticleVS 2013 Folders not accessable
Hi, I am using VS 2013 Professional - I created a WEB Form application. I created folders (core, dao, etc). I am able to reference some of the folders (eg. using Applicationname.core;), I can reference...
View ArticleCreate an .exe file from a generic test_
Create an .exe file from a generic test Folks,I am new to VS, and am trying to create an .exe file from a generic test. I use a generic test as a wrapper to run other tests. I built the generic test,...
View Article