active questions tagged visualstudio - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T12:14:34Zhttp://stackoverflow.com/feeds/tag/visualstudiohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1858906/how-to-reference-on-cobol-projects-without-compiler0How to reference on cobol projects without compiler?DocSnuggles2009-12-07T09:41:15Z2009-12-07T09:41:15Z
<p>Is it possible to make different Configuration of one project one with and other without a installed cobol compiler?</p>
<p>I have a big project general written in VB.Net with some underprojects written in cobol.
Is it possible to create different Configs like "DebugVB" for the VB-Programmers and "DebugCob" for the cobol cracks?</p>
<p>I think of a project reference for the cobol solution. And just a reference to the coboll .dlls for the vb one.</p>
<p>The target is to eliminate the need for a cobol compiler for the VB-Coders. </p>
<p>Is that possible in a solution?</p>
<p>Finally, excuse my bad english. It´s not my motherlanguage ;)</p>
<p>Greetz
DocSnuggels</p>
http://stackoverflow.com/questions/1853514/is-it-worth-reinstalling-to-enable-ahci-on-my-ssd-in-order-to-improve-compile-per0Is it worth reinstalling to enable AHCI on my SSD in order to improve compile performance under Visual Studio? [closed]sludge2009-12-05T21:21:34Z2009-12-05T21:27:05Z
<p>I am compiling to an SSD connected through SATA using IDE emulation on Windows 7. </p>
<p>Unfortunately, I forgot to enable AHCI when I installed, and though there are ways of performing surgery on Windows to get it to use AHCI after the fact, they do not apply to my specific situation. I would need to wipe and reinstall the OS which is a pain.</p>
<p>Do any of the advantages of AHCI apply to compilation such that they could improve the compile and link time performance of my C++ applications? I am not doing much else in the background (I've disabled indexing of the SSD).</p>
http://stackoverflow.com/questions/1846054/is-there-a-tool-to-automatically-convert-a-make-file-to-sln-vcproj1Is there a tool to automatically convert a make file to sln/vcproj?Andy Patrick2009-12-04T10:16:31Z2009-12-04T20:21:20Z
<p>Google reveals many tools for taking Visual Studio format sln/vcproj files, and producing a make file from them. But I can't find one that solves the opposite problem - I have a make file that references hundreds of .c and .h files and (for convenience, for debugging, for writing code in the VS IDE) would like to open it as a Visual Studio project.</p>
<p>Where can I find a tool to take an arbitrary make file as input, and produce Visual Studio project/solution files as output?</p>
http://stackoverflow.com/questions/1847247/visual-studio-2010-beta-does-not-attach-to-w3wp-exe-automatically-on-debugging-ii0Visual Studio 2010 Beta does not attach to w3wp.exe automatically on debugging IIS7Markus Wolters2009-12-04T14:22:43Z2009-12-04T14:22:43Z
<p>I don't know if this a bug of VS2010 Beta, but right now breakpoints don't get hit, when I start an ASP.NET debug session by pressing F5 (Web settings configured to "Use Local IIS Web server".)</p>
<p>I always have to switch back to Visual Studio, press Alt+Ctrl+P and manually attach to w3wp.exe process. Then, after reloading the website in Internet explorer, my breakpoints are working.</p>
<p>What is the catch? Am I missing something?</p>