visual-studio

Change scrollspeed for ctrl+arrows in Visual Studio?

I don't want to take my hands of the keyboard every time i scroll in a document so i have started to use ctrl+up and ctrl+down a lot. But it's so sloooooow, is there any way to make it scroll more than one row per click? ...

Adding a tab to the "Add Reference" dialog in VS?

Been working on a personal add-in for VS 2008 and have been researching automation and control. I see there are lots of examples for adding a .dll reference to the registry so they show in the ".NET" tab in the Add Reference dialog. What I would like to do, however, is add a new tab to the reference dialog with some functionality therei...

visual studio 2010 beta 1 slow? on 64bits/windows7

I have visual studios 10 beta installed on my windows 7 64bit laptop with 4gb and dual cores. I notice while developing ASP.NET app going to a page can be slow. After loading the first page it can take 3.5 seconds average to load the following pages. That shouldnt be. The same webapp on XP, 32bits, 512mb, single core visual studios 9 is ...

Other Flex IDEs?

I am an Adobe Flex developer and I am sick of Eclipse. Is there an alternative (free) IDE for Flex? I am aware of Tofino, but I can't get that to work on my MSVS Express editions, and I don't want to buy the whole thing. Help is greatly appreciated. ...

How to avoid the underscore prefix from the auto-generated property names for imported resource files in VS2008?

For some reason VS2008 adds a '_' prefix to the property names of the resources in the auto-generated Resource class. I get this when I add multiple image files to the project using the "Add existing file" dialog. How can I avoid this? Google failed me, or, I might have failed google, either way, please help me! :) ...

VS2008 - How do I automate Edit.FindAllReferences methods in my source files?

I'm trying to find all unused references in my source files, like unused properties, methods and constants. I hope to incorporate this into my daily build. I do not use reflection in my project so this means that if a property has 0 references, I can safely remove it. The only clue I've got so far is that I need to write some macro to ru...

Where Visual Studio install ProjectTemplates and ItemTemplates

I have Visual Studio 2008 and i installed and removed StrataFrame Framework. This framework installed in my system some ProjectTemplates and ItemTemplates, when i removed this continue visible in VS. Where VS save ProjectTemplates and ItemTemplates files? ...

Other way to Debug ASP Classic (VBScript) aside from Attaching Process using Visual Studio

Is there any other means to debug an ASP Classic application using Visual Studio? Right now, I have a classic ASP application and I use the IIS 5 of WinXP. I debug the ASP application right now by attaching the DLLHOST.EXE from (Debug > Attach Process) in Visual Studio 2005. This works fine except sometimes when debugging like this the...

Stop VS from automatically opening the folder for the active item

Hi guys Just wondering if anyone knows how to stop VS from automatically opening the folder for the active item. On my work computer it does this but my install doesn't, but I can't find the setting that I need to change. Cheers Anthony ...

Extending Visual Studio 2003 C++ debugger using autoexp.dat and DLL

I know a solution would be to use VS 2005 or 2008, but that's not an option at the moment. I am supposed to write an extension to the VS 2003 C++ debugger to improve the way it displays data in the watch window. The main reason I am using a DLL rather than just the basic autoexp.dat functionality is that I want to be able to display thin...

NUnit tests in a separate project, same solution

I have a solution containing my main project and a test project using NUnit. Everything compiles but when I run NUnit I get the exception below after the tests load, and the tests fail. I've added the main project as a reference, and I have $(ProjectDir)bin/Debug/$(TargetName)$(TargetExt) in the arguments for NUnit in the external tools ...

In Visual Studio, how do you make a specific window open during a build?

Hi Everyone, I've recently become a fan of the VSBuildStatus Visual Studio add-in which shows the status of your build in a nice graphical way. Its much more informative than the current progress bar or "Output" window. However, I can't seem to find an easy way to make it pop up during the build, then hide itself when done, which is s...

Why doesn't URL routing work in Visual Studio?

Does anyone else have problems with running URL routing projects in Visual Studio? The Visual Studio Web server doesn't seem to want to play nice with URL routing. It doesn't invoke the engine at all in fact, which means you can't debug, and have to run the project out of IIS to get it work. Is there a workaround for this? Edit: By "...

Is it possible to reference another application via an environment variable in visual studio?

Here is the scenario. I have application A, which is a add-on tool of application B (a third party product). I need to install a file in a directory of application B during the install of app A (Using Visual Studio 2005). I know the default directory location of app B, but the user could change that location during the install of app ...

Share a web service among projects

In one Visual Studio solution, I have several projects. A couple of them access a certain web service. How can I add a service reference once, and have it used by both projects? I do not want to create an extra assembly for the sole purpose of providing access to the web service. ...

When creating a multiple project template for visual studio is there a way to use parameters in the root template file?

Hi, I am trying to create a multi project template. I wish the sub projects names to contain the solution name. I have tried the following however $safeprojectName$ doesn't work in the root template for some reason. It tries to create the folders with $safeprojectName$ in the name rather than the actual project name. <VSTemplate Ver...

"detach all" vs "stop debugging"

When using the "Attach To Process" feature in Visual Studio 2008, what is the difference between "detach all" and "stop debugging"? ...

why did asp.net just delete my entire php code directory?

Everything was working just fine and on the last publish my wordpress directory is now gone. I don't have a folder with the same name in the project/solution. I've been using visual studio for over 2 years but not doing webpages with it. ...

Visual Studio 2003 productivity tips

I have been using Visual Studio 2005 and 2008 for a long time now, but now I'm consulting somewhere that has all ASP.NET 1.1 apps, so I need to use Visual Studio 2003. Can anyone recommend some good add-ins, settings, general tips, etc when using VS2003 to make it a little more like...well...VS2008? Note: I've heard about MSBee, but VS...

Why does my STL code run so slowly when I have the debugger/IDE attached?

I'm running the following code, using Visual Studio 2008 SP1, on Windows Vista Business x64, quad core machine, 8gb ram. If I build a release build, and run it from the command line, it reports 31ms. If I then start it from the IDE, using F5, it reports 23353ms. Here are the times: (all Win32 builds) DEBUG, command line: 421ms DEBUG...