Tagged Questions

2
votes
2answers
33 views

Speeding up deploy operation in Visual Studio

Hello everyone! I'm building an application for windows mobile devices, which deals with a database composed of approximately 1500 files. However, the size of each file is under 50kB, and the overall …
1
vote
1answer
15 views

Disable Microsoft Visual C++ Runtime Error

If my application crashes, a Microsoft Visual C++ Runtime Library "Runtime Error!" occurs. The text of the message is: This applicaton has requested the Runtime to terminate in an unusual way. Please …
0
votes
2answers
41 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 …
1
vote
1answer
26 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 …
2
votes
1answer
38 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 …
1
vote
1answer
36 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
20 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 …
0
votes
0answers
73 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 …
1
vote
2answers
50 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
18 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
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 …