1
vote
1answer
20 views
Why does ReSharper’s “Rename” only sometimes display a prompt?
When I rename a variable using ReSharper 4.5 (VS2008), the rename is performed inline (I specify the new variable name in the editor itself) or via a prompt (a popup window where I specify the new …
0
votes
2answers
38 views
C# XmlTextWriter class and VisualStudio
Hi, I'm trying to use the XmlTextWriter class in C# but it only works if I give the complete path to the file (as in "C:\file.xml"). If I try to use relative path (as in "file.xml"), it creates the …
2
votes
1answer
28 views
Intellisense support in Visual Studio 2008/2010 for jQuery closures {
I'm trying to get Intellisense to correctly work for closure. As a plugin author, I always use a closure to create an isolated environment for my plugin code:
(function($) {
// code here
…
0
votes
0answers
13 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
28 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 …
1
vote
2answers
41 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 …
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
65 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
16 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 …
