Hi,
I worked with Visual Studio 2008 in a C project without problems. Now I added the same source files to Visual studio 2010, compiled it without problems but when I debug the program I get:
Unhandled exception at 0x00417257 in da34.exe: 0xC0000005: Access violation reading location 0x00030000.
Looking at the code I just can see this...
What is this Error For?
I repaired my Vs but this did not solve it.
My OS : Windows 7 64 bit home edition.
Visual studio 2010 Ultimate.
Does My question need more information?
...
I have huge Visual C++ project, which contains around 40 projects. Few of them need to be ported to UNIX environment. Is there any reliable tool available which can convert .vcproj file to make file so I can compile and build the project on UNIX environment ??
Any help will be appreciated
...
Hi
I have a new mouse that has the ability to scroll right and left using it's scroll wheel.
While this feature works on web pages, Photoshop and etc., it wouldn't do anything when I use it in the Visual Studio when looking at code that is longer (horizontally) than the window.
Is there a way to make it work?
Visual Studio is 2010 exp...
I'm wont working with netbeans, and with Visual studio i can't find the way to view an hierarcal relation of the control(Parent container ---> Child) in the form, something like this :
Is there a way to have a view like this in Visual Studio 2010 with c# programming language ?
...
Hi,
We would want to have Visual Studio 2005 working on a local copy of a SVN repository; this local copy has been checked out by Mac OS X (and updates and commits will only be made under Mac OS X, so no problem with that), and as a consequence the end of lines are UNIX.
We fear that Visual Studio will introduce WINDOWS end of lines. I...
Hi!
Maybe a stupid question... currently I'm stuck sine half an hour. How do I I change the perspective. I did something F# but now I need to to do C++. Practically - like in Eclipse - I want to be switch the programming language now...
;) Sorry... doesn't seem to be too intuitive.
...
I'm currently using Visual Studio 2010, but I don't think this is a version specific issue (think it was the exact same way in 2008 as well).
When I want to find out where in my solution some variable/function/whatever is used, I right-click it and select "Find All References". This gives me a long list in the Find Symbol Results view o...
I'm writing a Visual Studio Add-In, nothing serious, just to experiment.
I need to evaluate a piece of code when the debugger is running, and It's being very hard for me to google / search in SO for it.
Let's say that hovering Person1.Name it will display "JustAName". I want from my add-in code, when a command is executed, evaluate the...
In Visual Studio (specifically, 2008 and 2010), when you invoke the View.PropertiesWindow command (default key, F4) in a C# project, you get a property grid with a standard set of properties that apply to all project items.
Is there any way to customize that list of properties? Specifically, I'd like to associate additional information ...
So I'm left maintaining a proprietary codebase from a third-party vendor. The vendor is still sort of around, but support is limp. The site is ASP.NET.
I have made some changes but I am having a really hard time getting IIS to compile these changes in. The bin/ directory has what I believe is a precompiled dll for the core classes. I've...
This page talks about a Sprint Work Item in the Scrum Template in TFS/VS2010.
However, I cannot figure out how to create a Sprint Work Item. What is the menu option I'm supposed to click? Where do I find this Sprint Work Item?
...
This is with VS and TFS 2010. I have multiple TFS servers and multiple collections. When I launch VS, it connects to the "last used" collection. If I had multiple instances of VS open, connected to different collections, whichever exits last appears to "win" as the last used collection. This is annoying.
Really what I want is multiple d...
I like using Visual Studio 2010, but miss having support for Smart Device Projects and Compact Framework (i.e. Windows CE, Pocket PC and Smart Phone).
Where and how can I make my voice heard? Does MS have a public "feature requests" site where I could propose / vote on such support?
...
I have been happily using VS 2010 for several weeks without any performance problems.
I installed dotCover from JetBrains several days ago and things continued to run well, but ran my first code coverage test earlier today. I double clicked on one of the report results and it successfully took me to the referenced line of code.
I inadv...
I compiled my C++ project under release mode in Visual Studio 2008. My development OS is Windows XP. The compilation works fine. But when I try to register the Dll using regsvr32 on another machine, which is a Windows 7, this error appear:
dllunregisterserver failed with error code 0x80070005
Anyone call tell me what is wrong?
...
Hello all, I had been looking for a "variable highlight" feature which can be found in Netbeans or Notepad++.
This means, when I select a variable, the same variable which is being scattered around other place will be highlighted as well. This feature is very valuable, to help me scan the code quickly.
May I know is it possible I can h...
I'm trying to get a DataRow[] DebuggerVisualizer working for VisualStudio 2010 and unfortunately I can't get it work work. I'm able to get the DataRow one working but not the DataRow[], I would love any please?
The meat of the code is here.
[assembly: DebuggerVisualizer(
typeof( PCHenry.DR ),
typeof( PCHenry.DRObjectS...
We work on XP Pro workstations and use Visual Studio 2008 & 2010 to develop winforms, web and web services against local IIS and SQL Express instances.
We currently have local admin rights on our main machine account. The proposal is to move to a low rights account for our amin login but to have another local account with local admin r...
Hi,
Is there any way to make code blocks highlighting/collapsing in Resharper ?
In CodeRush it is called "structural highlighting" feature:
Or maybe other Visual Studio 2010 add-on(preferably free) which would do this simple job and would not conflict with Resharper.
thanks
...