Tagged Questions

0
votes
0answers
7 views

Ajax Minifier Visual Studio include all javascript files

I am using the Ajax Minifier http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=766 and have embedded it in the csproj file for use in Visual Studio 2008 (not the free version). I have two …
1
vote
1answer
20 views

How to stop “Just In Time Debugging” messages blocking a buildserver

Our buildserver (TeamCity, much recommended), runs our a whole bunch of testsuites on our finished c++ program. Once in a whole, a test causes our program to crash, often bringing up a VisualStudio …
0
votes
0answers
16 views

How to reference on cobol projects without compiler?

Is it possible to make different Configuration of one project one with and other without a installed cobol compiler? I have a big project general written in VB.Net with some underprojects written in …
0
votes
0answers
63 views

Is it worth reinstalling to enable AHCI on my SSD in order to improve compile performance under Visual Studio? [closed]

I am compiling to an SSD connected through SATA using IDE emulation on Windows 7. Unfortunately, I forgot to enable AHCI when I installed, and though there are ways of performing surgery on Windows …
0
votes
0answers
15 views

Visual Studio 2010 Beta does not attach to w3wp.exe automatically on debugging IIS7

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".) I …
1
vote
2answers
35 views

Is there a tool to automatically convert a make file to sln/vcproj?

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 …