visual-studio

Problem Extending Python(Linking Error )?

I have installed Python 3k(C:\Python30) and Visual Studio Professional Edition 2008. I'm studying this. Here is a problem: C:\hello>dir Volume in drive C has no label. Volume Serial Number is 309E-14FB Directory of C:\hello 03/21/2009 01:15 AM <DIR> . 03/21/2009 01:15 AM <DIR> .. 03/21/2009 01:14 AM ...

Split old .NET code into designer partial class

I'm working on an older .NET code base that has all the designer code stuffed into the same code file as my code (pre - partial classes). Is there a mechanism to tell Visual Studio 2008 to go back and refactor designer code into a X.designer.cs partial class file? ...

Where is the 'Autos' view in msdev 2005 ?

When debugging in msdev 2003, there is a very convenient 'Autos' window that show vars and values around currently-executed line. I cannot find anything similar in msdev 2005. Is it dead? ...

Visual Studio 2008 - show heap

Hi Is it possible to view the heap and stack during debugging? ...

How do I get a code window to split vertically in Visual Studio 2008? (not HTML mode)

In Visual Studio 2008, it seems that Window -> Split only gives me a horizontal split, and Window -> New horizontal tab group does not allow me to edit the same file in both panes. Note that I am talking about C# code windows, not HTML editing mode. I want to edit the same file in two horizontally arranged panes. Is this possible? Fre...

Is there an easy way to use InternalsVisibleToAttribute?

I have a C# project and a test project with unit tests for the main project. I want to have testable internal methods and I want to test them without a magical Accessor object that you can have with Visual Studio test projects. I want to use InternalsVisibleToAttribute but every time I've done it I've had to go back and look up how to do...

ListView with LVS_OWNERDATA flag

Hello I want to make a CListView that will read his rows from e remote server using socket. The rows may be more than a million that's why i need to read rows only when I need them and may be read them in a groups (with more that 1 row per request). I also need to support sorting by rows. May be I have to use List Control with LVS_OWNE...

Force xml comment for all members

For public members I get a warning "missing XML comment for publicly visible type or member ...". That is great, but not enough. I would like to enable this warning for all (or at least internal and protected) members. Is there a way to get a warning or information about missing xml comments? Are there any tools at runtime (like Reshar...

Can I change properties of inherited controls at design time?

I am using visual inheritance and was wondering if there is a way to change the properties of inherited controls at design time, preferably in the form designer. If not, then in the designer code. I have my control declared as Public in the base class. I can access it in the child form code, but not in the form designer. Is this just no...

publish a website using msbuild

How can I publish a web app using msbuild through the command line or insdie a batchfile?? ...

Resolving resx references

When I compile my .NET 1.1 ASP.NET app, I'm getting RESX reference problems. How can I easily force VS2003 to dump all these references (I'm not using them) and force a rebuild of them? ...

Avoiding too many configurations for a Visual Studio project

I'm currently porting a large Linux project to Visual Studio. The project depends on a number of third-party libraries (Python, MPI, etc.) as well as a couple of in-house ones. But it can also be built without these libraries, or with only a few of them. So I don't want to create a different configuration for each possible combination, e...

Help installing Visual Studio Tools for Office System

I have VS 2008 Standard and I'm trying to open a project that is a plug-in for Outlook, the project fails to load showing the message "C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\Office Tools\Microsoft.VisualStudio.Tools.Office.Office2007.targets was not found". The Office Tools directory is missing yet I have installed the Offi...

Does VS 2008 SP1 support Property Editing for Silverlight 3?

I'm a Silverlight newbie. Just downloaded version 3.0 after the Mix announcement. I'm running VS 2008 SP1. When I select a design element in the preview pane or in XAML, the properties window is disabled and displays Property Editing Not Available I can open the solution in Blend and have no problems with it's property editor. ...

Using '_svn' directories instead of '.svn' in a working copy

I've heard that Visual Studio doesn't like the .svn directories in a working copy from a subversion repository, and that using '_svn' is a better choice. Apart from not being hidden by the explorer, what is this mysterious advantage, or is this all a dirty rumour? ...

Custom ListViewItem

I must customize .NET ListView control. ListViewItem must have following structure: Is there any good tutorial which will help me to make this customization? I am using Visual Studio 2008, C#. ...

Reporting Services - Report Model (SDML) reference to Data Source View (DSV)

Hello, We have a ad-hoc reporting projecto where we created several data source views (DSV) and several Report Models (SDML). Frequently we need to change the DSV associated to a particular SDML, but we only found it's reference in one place: the "Data Source View Name" property (availabe through the VS properties pane) of the sdml file...

Visual Studio 2005 - C++ - What controls the manifest creation

I was trying to figure out why a debug build was blowing up with the "dependent assembly microsoft.vc80.debugcrt could not be found" event error. After deleting everything (anything not .cpp or .h) and recreating the solution - I still had the problem. A google search was fruitless and a re-install of VS didn't produce any change. I d...

opencv : How to set Project Dependencies in Visual Studio 2005 ?

I have four projects: cv cxcore highgui TemplateMatching The project dependencies: project cv depends on cxcore project highgui depends on cxcore project TemplateMatching depends on cv, cxcore, highgui but there are still some errors: Build started: Project: highgui, Configuration: Debug Win32 ..... LINK : ....\b...

Can't add resources to visual C# 2008 express??

I'm trying to add an image to the resource area of my application and not having very good luck. Is this broken in C# express? I've tried: Add image to project using 'Add->Existing Item'. I have marked it as 'content', 'resource', and 'embedded resource' and nothing works. here's the c# code: ResourceManager oResource = new Resourc...