0
votes
1answer
51 views

Change background-colour in parts of sourcecode with roslyn in the VisualStudio-Editor

I am a bit confused, because I didn't find any information about colouring with the editor services of Roslyn. Probably I used the wrong phrases and expressions... But Anyway, my question is as ...
2
votes
0answers
106 views

Easy way to browse the .net source code downloaded from referencesource.microsoft.com?

I downloaded the .NET reference source code from referencesource.microsoft.com but I can't find an easy way to browse in the code base. I'd like to use VS, so I can use F12 or some other built-in ...
0
votes
1answer
529 views

How to add source code to .dll file in Visual Studio Express 2012?

I have a 3rd party .dll file and its source code as well ( written in C# ). I can create a new project and add reference of this .dll file to use its methods. But when I debug I want to step in to the ...
0
votes
0answers
50 views

Free C++ coding rules add-on for Visual Studio [closed]

I'd like to ask you if you know some free add-on for C++ coding rules (for example adding automatically "C" before class, etc.) for Visual Studio. It should also tell whether the code is valid for the ...
1
vote
1answer
623 views

Existing source code analysis (flow diagrams etc..) MFC/C++

I have an existing source code of a fairly big software written in C++ with MFC GUI, though I dont have a developer's documentation of any form and Im trying to analyse and understand as much as ...
0
votes
4answers
2k views

Visual Studio 2010 Source Control

I have recently switched over to VS 2010. I have been using Visual Sourcesafe (VSS) with earlier versions of Visual Studio and I have been very happy with VSS. (Note: I wonder why there is so much ...
2
votes
1answer
245 views

Project doesn't display “Import Project” referenced files (System.Data.SQLite solution)

I have some trouble with loading a System.Data.SQLite source solution. The System.Data.SQLite.2010 project seems to be empty, it is, indeed, does not contain references to files. However project file ...
1
vote
2answers
950 views

Best tool to keep track of code changes in Visual Studio?

I've just released my application to the public, and I'm working on an updated version, but I really think I should keep track of ALL the code changes. In case some functionality suddenly starts ...
0
votes
1answer
176 views

Visual Studio Code Analysis

I have just run the Code Analysis tool in VS over a few of our projects. I am not 100% sure what the results mean. Is there some sort of tutorial or somewhere I can find out what I should be aiming ...
3
votes
2answers
42 views

How to Search Multiple Projects to Find Where a Specific Class's Method is being Invoked

We currently have multiple .NET projects that we have developed using Visual Studio. Each project has a reference to a shared dll that contains some helper classes. Let's say I have an instance class ...
0
votes
2answers
179 views

Which method is better for debugging/profiling - .DLL or source code?

I am developing an application and I will need to take measurements on different aspects, namely time spent in each method and the strain on system resources as well as doing the occasional bit of ...
0
votes
3answers
57 views

What is the best practice for safely change a method name in a team project?

I often get scary whenever I need to rename a method since it's very likely to break other working codes. What is the best guidance to follow when doing this?
0
votes
3answers
929 views

Visual Studio to load Qt source code for debugging

I had compiled Qt 4.6.2 from sources with VS 2008. Now I would like to be able to step into Qt sources while debugging my application. How do I make VS to pick up the framework sources? Edit: I ...
5
votes
4answers
519 views

Sanity Check: Managing Visual Studio project references with source control

I've been asking, searching, rating and reading for about a week now trying to get a decent source control process up together and my major stumbling block has been references to projects in other ...
8
votes
1answer
12k views

Team Foundation Server 2010 Unmapping

Any idea how to unmap a project? Here is what I am trying to do, I changed the location of a source control, completely removed it from TFS source control.. but now it is showing up wanting to add ...
1
vote
2answers
41 views

Is there a preferred method of including the source code(s) of other software you've used in your application?

I've used a few F/OSS libraries in my commercial application. As per their licenses, I am obligated to include their source codes along with my VS2008 application. This is my first time making a ...
0
votes
5answers
457 views

Visual Studio - “{ }” settings

Seriously, I don't know what to google. Here's the thing, I like this java-like code writting: if (condition == true) { doSomeStuff(); } But VisualStudio "helps" me with his own "style", which I ...
3
votes
2answers
426 views

How can I hide tracing code in Visual Studio IDE C#?

As I'm starting to put more tracing in my code, i'm realizing it adds a lot of clutter. I know Visual Studio allows you to hide and reveal code, however, i'd like to be able group code into "tracing" ...
5
votes
3answers
3k views

Debugging x86 .NET application on Windows x64

I use the x64 version of Windows 7. My application use some COM servers (usual native x86 COM Servers) that can't be loaded in x64 context. So I decided run it as a x86 application using WOW so I set ...
0
votes
4answers
2k views

“The source file is different…” message in Visual Studio 2008 is result of debugging x32 apps on x64 Windows

I'm writing ADO.NET provider. For debugging I use class DbProviderFactories.GetFactory method. This method constructs my inherited DbProviderFactory class that i use for create DbConnection inheritor ...
9
votes
4answers
686 views

FogBugz On Demand + online source control at low/no cost?

I have a project in the free hosted FogBugz On Demand (FOD) product right now. This is great for feature/issue tracking. But I've been working from a codebase that is solely on my development machine. ...
1
vote
6answers
2k views

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...
3
votes
4answers
246 views

Best way to build websites or applications with modular / reusable components

If I come to the point where I get a job that has almost identical requirements as a previous job, I try my best to reuse and repurpose previous work. It is never that easy and it usually takes some ...
-3
votes
1answer
324 views

How Display data in asp.net Like www.visualthesaurus.com display Thesaurus

i want to visually display my data on asp.net website as www.visualthesaurus.com display for thesaurus. When the user click on the node then next child node displayed i want to know is this possible ...
16
votes
8answers
5k views

Is there a way to view .NET Framework library source code online? [duplicate]

...or do I need Studio to view it?
23
votes
7answers
19k views

Visual Studio: Find unused code?

In Visual Studio 2008, how can I easily find unused code in a source file? I've got a source file with 2800+ lines of code in it, and doing an individual 'find all references' would get a bit ...
1
vote
1answer
1k views

How can I automatically export XML source comments to a text document?

I have been using XML comments to document my source code in VB.Net (and C# when I get to). I seem to remember someone telling me a long time ago that there was a way to automatically export the XML ...
1
vote
2answers
1k views

Visual Studio: Easy Way to Move Source Code Between Projects

In the "old days" I was working with Linux to create C/C++ programs (really really BASIC...HA!...programs, just learning to program in the courses as an intro) by creating a text file with the source ...
11
votes
4answers
4k views

Project Structure for C# Development Effort

What directory/solution/project structure do you find to be the most manageable and convenient for medium to large projects written in C#? By "medium to large" I mean projects which include a diverse ...
6
votes
5answers
3k views

Visual Studio (or resharper) variable and method coloring

Ok, I am not sure what the naming for this is actually called, but I would like to know if the following is possible in Visual Studio. When I set my cursor on or highlight a variable, or method name, ...
6
votes
4answers
1k views

Free plugin for reordering (C#) members in Visual Studio 2008?

After reading Just say No! to C# Regions I'd like to find a Visual Studio 2008 add-in that will reorder my class members (constructors, properties, fields, methods, etc) in a consistent manner. I ...
0
votes
1answer
650 views

Visual Studio 2008 - Distribute library with sample-application - ensure no access to the source-code of the library

I guess that this is a really stupid question, knowing that .net-code can be viewed with tools such as Reflector but here it comes. I have written a library in VS2008 (vb.net) which I am distributing ...
6
votes
3answers
2k views

Visual Studio: Is there an incremental search for the entire solution?

I am very fond of the keyboard shortcuts built into Visual Studio. One of my favorites is Ctrl+i, which triggers the incremental search. It jumps over the text in the current document as I fill in the ...
5
votes
3answers
2k views

How to quickly organize functions in source code (c#) to order by alphabetical order?

I'm doing some class clean to organize the functions in cs file in alphabetical order. I'm using Visual Studio 2008. When writing them, I just put them arbitrarily, but it now looks quite messy. Is ...
1
vote
8answers
10k views

How to convert C# to DLL to hide the source code?

How can I convert my C# code to DLL file in a way that the user of DLL can’t view my source code? When I make DLL in the way I always do by making a class library project, importing my classes and ...
1
vote
1answer
345 views

Globalizing source code

I'm running an open source project and every now and then chinese users report build errors due to unrecognized escape sequences .cs and .js files. When they paste the files as they se them I notice ...
1
vote
4answers
749 views

Can you debug a .NET app with ONLY the source code of one file?

I want to debug an application in Visual Studio but I ONLY have the source code for 1 class. I only need to step through a single function in that file, but I don't understand what I need to do it. ...