I'm used to using the "Detach All" function on the debug menu to allow me to go back to editing and compiling, with the intent of re-attaching later.
This menu option disappeared on me after I installed Windows 7 64-bit. I've heard from others that it didn't exist under 32-bit Vista, either.
For the record, the option appears when debu...
Out of nowhere, Microsoft Visual C# 2008 Express Edition decided to stub debugging with a certain project of mine. I didn't add any breakpoints. When I run the program through Other projects debug perfectly fine. I am currently running Windows 7 Home Premium 32-bit. Has anybody else experienced this? Anybody know how to fix it?
...
Hello
I need a file search for my Visual Basic 2008 program. Do you guys know a way to start off? I've heard that you need admin priveledge for some file searches, but I don't want any of those kind of things since it would be a bug to the user.
Thanks,
KEvin
...
Hi All,
I've been using resharper with the resharper automplete off (just find VS better for my purposes currently), but despite trying every setting I've tried, whenever I use a resharper template (such as tab-completing an if -> if block), the resharper autocomplete dialog comes up in addition to the visual studio dialog (thus if they...
Hi all,
I've installed a copy of a Spanish version of visual studio 2008 (professional edition) on my computer and I was wondering if there is a possible or if exist some language pack that change this interface to English.
I did some research but I wasn't find anything useful for VS2008 professional.
Thanks
...
While inspecting the the .net object model in the Object Browser window, I came across the lack of information on sealed classes.
If for instance, one navigates to the mscorlib container -> System namespace -> String class, the details pane displays the following:
public class String
Member of System
Summary:
Represent...
When a compile fails in VB.NET in Visual Studio 2008, an Error List pops up at the bottom of the screen. To jump to an error, I double click on an error in the error list.
Is there a shortcut to automatically jump to the next error in the list? It gets a little bit tedious at times having to reach down and double click a list that I lik...
I need a C# WinForms app to host multiple WCF services. So which of these (1 or 2) would be suitable?
Should I create a C# WinForms project and another WCF Service Library project?
Or simply create a Form in the WCF ServiceLib project? -- Will I still be able to do all these:
control service lifetime, set the properties of the servi...
I'm no longer getting intellisense in my XAML. Not too long ago, I changed some settings within VS 2008. I believe one of them had to do with auto-loading the toolbox. Secondly, I changed the default XAML editor to the XML editor instead of the designer. Visual Studio was just acting too slow and this seemed to fix my problems. Now,...
I'm coding in VS2008 using C#.
On my form, I have a ListView control. Now, it's purpose is for the user to add items to it. However, each new item is added AFTER the last item in the list.
Is there any way to have each new item be put as the first item in the list?
...
Hello
How would I be able to make a variable that holds the value of the directories that exist in the C:\ Simple question to answer...
Thanks
Kevin
...
Hey guys.
I need(want) to enable/access the bug tracking for team foundation server 2010 beta 2, and I don't know how to get it.
Can somebody tell me how or point me were to read?
thanks in advance
...
I recently moved from Vista 32 bits to Windows 7 64 bits, and I notice Visual Studio 2008 is slower when it comes to initialising certain things, like the delay when you first use the toolbox is longer, opening a project for the 1st time is longer etc. For the rest it runs smoothly. For the record, I'm using a fairly new dual core pc wit...
I have a new solution that is an ASP.NET MVC 2.0 application. I have added a porject to the solution which is a console application. The console namespace is foo, and it has a data repository called FooDataRepository which is a public class. I also have a public class in the foo namespace called FooLinkList, which is also public.
In ...
I have a master page which is using the style sheet..
My problem is that my vertical scrollbar does not work and horizontal scrollbar is not showing when i restore down the page.
here is my .aspx code..
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD X...
Obviously VS2008 is written in part in c# but I'm wondering to what's extend. Is c# the driving force with win32 interop or is it mostly win32 with some c# interop
...
I am working i a big solution with much projects and items. It would come in very handy if there was an add-in in visual studio where i can group some items together according to their function. that way when i work on a specific functional task i can immediately see all items that i need.
Simple example:
I have a MVC project with
-Cus...
Dear ladies and sirs.
We have a .NET project consisting of multiple subprojects (around 20). There are several solutions, each containing only those subprojects which are relevant to the particular solution.
To allow for arbitrary solutions, our subprojects never reference each other by means of project references, but rather by direct...
I accidentally mashed a couple of keys together at the same time and now delete and backspace no longer work inside code blocks on aspx pages. ReSharper functionality such as autocomplete (Alt+Enter) is still working just fine. I've tried
devenv /resetuserdata
but with no luck. With ReSharper disabled everything works just fine but I ...
I just got into the office, and booted up my computer to work on my current project.
I hopped into a class file, and selected (through mouse highlighting) a group of events to delete.
What happened though was it only erased one character. Wondering what happened, I clicked at the beginning of the selection and re-highlighted the text t...