Visual Studio is an integrated development environment (IDE) from Microsoft. It supports many different programming languages.

learn more… | top users | synonyms (3)

1
vote
1answer
22 views

Locate linking location used by visual studio

This seems like it would be a common question, but I can't seem to find an answer: Is there a way to locate the specific library that VS uses to link a particular function at link time? I'm using ...
0
votes
1answer
14 views

SSRS data-driven subscriptions saving pdf file on the parameter value passed

I have a SSRS 2008 R2 report, with a parameter employeeID. When we do the data driven subscription I am exporting the report into a PDF file. The PDF is saved/generated as reportname.pdf by ...
2
votes
1answer
50 views
+100

Why Visual Studio doesn't like this XML schema? (Prefix '' cannot be mapped to namespace name reserved for “xml” or “xmlns”)

FictionBook (also known as FB2) is an XML-based format of electronic books. Its schema can be found here: http://gribuser.ru/xml/fictionbook/2.0/xsd/ However, when I downloaded this schema and ...
2
votes
0answers
32 views
+50

Building on Team Foundation Services and Testing in Azure?

I'd like to run some integration tests in Azure. I can't run these in TFServices because they require a database. I'm wondering if it would be possible to push my project up to TFS, have TFS build ...
3
votes
4answers
6k views

Dll not copying to bin folder

I'm having an issue with Devart DLLs not getting copied to the bin folder of my web app. I have my web app project that references projectA. ProjectA references projectB. The Devart Dlls are used in ...
1
vote
1answer
25 views

Can Visual Studio 2012 Express for Windows build a Windows store app?

I'm puzzled about what version of Visual Studio 2012 Express I should go with: Windows 8 or Windows Desktop. The Windows Desktop version is double the size of the Windows 8 version, so does the ...
0
votes
1answer
21 views

Create empty DLL project to generate DLL from static library

I have a project which is a static library and I want to create another "wrapper" project which will simply reference this project and exports functions/classes which I have marked with ...
4
votes
1answer
4k views

Visual Studio 2010 C++, Cannot open include file: 'afxwin.h', 'TCHAR.H', and 'cassert'

I'm new to VS2010 and tried to compile a project ever worked in VS2008. The error looks simple: stdafx.h(43): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory ...
0
votes
0answers
14 views

Relocating an entire source controlled Visual Studio solution

I've been building a large N-Tier application with many projects in the solution and has been kept under source control since day 1. I have the solution and all the project directories in TFS at ...
0
votes
2answers
30 views

Is it possible to change the debugging shortcut keys in IntelliJ IDEA

I have spent s lot of my time in VS, and have recently started working in IDEA. the debugging shortcuts in VS and IDEA differ. For instance Idea use F7 for stepping in, whereas VS uses F11. I am ...
0
votes
1answer
116 views

Extract Interface

I often use the 'Extract Interface' feature of Resharper for my existing classes, but is there a way to do this for other types where I do not have the source code, just a reference, using resharper ...
0
votes
2answers
54 views

Visual Studio 2012 crashes and restarts every time I run a test

I have a unit test project in my solution and every time I run a test, my vs2012 crashes and restarts itself. Basically the test finishes and then a popup shows up saying Microsoft Visual Studio ...
8
votes
5answers
2k views

VS2010 (Express) debugger trapping Ctrl+C in Console app

Summary of Answers To avoid the debugger trapping Ctrl+C first turn off the Visual Studio Hosting Process (found in project properties, Debug tab) If you're using the Express version of ...
6
votes
1answer
36 views

Visual Studio load test results repository is out of space

Running my Visual Studio load tests results in the following error message: Error occurring running test. Results collection stopped due to the following error. Could not access the load test ...
1
vote
1answer
21 views

How do you exit from Edit Style in Visual Studio 2012

Once you enter into Edit Style.. Edit Current from the Format menu how do you return to the regular Designer mode where you can edit individual components? I've looked all over the program and ...
1
vote
1answer
20 views

Creating a PCL that targets Monodroid

I am looking at the shiny MVVMCross project, specifically the N+1 days of MVVMCross series, and I notice that @slodge creates a PCL that targets Mono for android and Monotouch (at 1:10). I have ...
18
votes
2answers
12k views

What key shortcuts are to comment and uncomment code in Visual Studio 2012?

There were Ctrl+E+C (comment) and Ctrl+E+U (uncomment) in older versions, or Ctrl+K+C and Ctrl+K+U. But in VS 2012 I can't see key shortcuts (look at screenshot) ... Maybe I should enable those ...
0
votes
1answer
28 views

MS Visual Studio Unit Tests take forever to close - even if there's no code in the test

Why would this be happening? I have a no code in my test: [TestClass] public class ApiClientTest { [TestMethod] public void ApiTestSampleUseCase() { TestCleanup(); } ...
1
vote
3answers
30 views

Images don't show up after VS 2012 Publish

I have created asp.net web project. I have included some files in this project. Following all CSS standards required. background-image: url('~/Images/sideheader.png') I can see all pictures when I ...
2
votes
1answer
23 views

DirectX SDK project - porting to VS2012

I'm porting to visual studio 2012 a solution with a project which uses some headers from the directX SDK in this path: C:/../Microsoft DirectX SDK (June 2010)/Samples/C++/DXUT11/Core the problem ...
0
votes
2answers
1k views

Breaking program into multiple files - getting error “redefinition; different basic types”

I want to break my program into multiple files 1. main.c - is the main function 2. definitions.h - contains #define, typedef, function prototypes 3. functions.c - contains function(prototypes in ...
16
votes
4answers
724 views
+100

Debug .NET Framework Source Code in Visual Studio 2012?

I am using Visual Studio 2012. I want to Debug .NET Framework source code. I have tried nearly all the options but I am still getting There is source code available for Current Location. Symbols are ...
-3
votes
0answers
31 views

How to display with something other than Command Line with C (Visual Studio) [closed]

I want to start trying out different ways to display things in C. So far in my college classes, all of the things we've done as far as displaying goes is text, but I want to see if there's some way ...
-5
votes
0answers
43 views
0
votes
0answers
19 views

Cannot Connect To Sql Express Database On Other Computer In VS2010

I have a website I created with VS2010 on my work computer that uses a Sql Server Express 2012 mdf file. I store the website on my dropbox so I can work on it from home easily. My home computer aslo ...
36
votes
1answer
5k views

What is the _references.js used for?

What is the _references.js file used for in a new ASP.NET MVC 4 project?
-1
votes
1answer
20 views

Sorting a generated table in my view (visual studio .net)

<h2>Documenten</h2> <table border="1""> <tr> <th"> title </th> <th> description </th> <th> ...
0
votes
2answers
1k views

Where can I get a standalone nmake.exe?

nmake.exe, a Microsoft Windows port of make, used to be available for download at the Microsoft knowledge base servers. They've since taken the article down, and I don't know where I can reliably get ...
2
votes
4answers
3k views

No Linker option in Visual Studio Project Properties

Im trying to add a library to a visual studio c++ project, however, when i go to project properties I only have options for Common Properties Startup Project Project Dependencies Debug ...
0
votes
1answer
19 views

Building my project sets the database to read only?

I have developed a program in Visual Studio using VB that connects to a .db database. When I debug it, it works fine as the database on my computer is not set to read only (I checked by right clicking ...
0
votes
4answers
42 views

How can I modify VS_VERSION_INFO from the cpp file

When I go to Resource View -> myproject.rc -> Version -> VS_VERSION_INFO I've got the fields I can change. It is possible to change these fields through cpp file? so I could use something like: ...
2
votes
1answer
36 views

Implementing an html/css framework with a master page in visual studio

I'm working on a website for a school project and I designed it in photoshop with 9 columns. To make life easier I want to use the 960 grid system (Custom for 9 columns) in order to build the design ...
3
votes
1answer
368 views

Accessing the runtime library property in visual studio 2010

This is basically a follow up question to: Using Visual Studio project properties effectively for multiple projects and configurations Our library's target name is currently in this format: ...
2
votes
3answers
2k views

How to Install Portable Library Tools on Visual Studio 2010 Express for Windows Phone

I've been trying to install the Portable Library Tools and create a Portable Class Library using Visual Studio 2010 Express for Windows Phone. It seems like it should work as PCL says it supports ...
0
votes
4answers
77 views

Minimal double type number in C aften which comupter start thinking that its zero.

Sorry for my english. Can you tell me minimal double type number aften which comupter start thinking that double type number equals zero?
0
votes
1answer
18 views

WebBrowser Object under other objects

I have a WebBrowser object in my WPF GUI. I want to use this object with the Kinect. I use Kinect SDK 1.7, Visual Studio 2012, and I configure the WebBrowser object in IE10 emulation. The problem is ...
2
votes
4answers
361 views

Visual Studio 2012 Line-Number/Outlining Gutter Missing

The gutter that runs down the left hand side of the code display has disappeared from my install of visual studio 2012. Bellow is a picture of my current install which is missing the gutter and inset ...
1
vote
1answer
18 views

Is there a command to add a project reference?

I'm loving the copy paste of a nuget package id from another packages.config into the command line with install-package on it, was hoping to do the same with project references. Is there an already ...
0
votes
0answers
18 views

Visual c# SMTP Receive mail and download attachment

I am looking to build a solution for handling zip attachments, currently our firewall cloaks all incomming zips and a user has to ask to me to unlock them with a simple unlock app we use, however this ...
1
vote
1answer
42 views

How to determine if a type implements an interface in Powershell

I have a Member class in a project. I find this class by using powershell on package manager console in Visual Studio. public class Member : ICacheable { public string FirstName; public ...
-1
votes
0answers
22 views

How to change defaut code formating? [duplicate]

I prefer 1TBS style: if (a) { b(); } But when I write the code, the IDE automatically changes my writing to Allman style if (a) { b(); } Is there an option where I can change this? I ...
0
votes
1answer
8 views

How to turn off Quick Info inVS10

I need to turn Quick Info off in my VS10. The biggest problem is not the code obstruction but i have installed some extensions and this original Quick Info is overpainting the info shown by the ...
3
votes
4answers
641 views

On Memory Allocation and C++

And I quote from MSDN http://msdn.microsoft.com/en-us/library/aa366533(VS.85).aspx: The malloc function has the disadvantage of being run-time dependent. The new operator has the ...
2
votes
3answers
5k views

Changing background image in ASP.net with c#

Im currently trying to design a webpage, I have set the background image to a image in my website folder. The asp.net code shows up as: body background="ProtectedPages/Storage/green.png" I was ...
11
votes
8answers
7k views

Why is System.Web.Mvc not listead in Add References?

Using C#, Visual Studio 2010. There is a namespace called System.Web.Mvc documented on MSDN. The documentation for all the types in that namespace says that they are in System.Web.Mvc.dll. However, ...
1
vote
2answers
22 views

Release mode still dependent on MSVCP110D.dll (C++ MSVS)

I am new to C++ programming and had just finished making a simple calculator. I decided to share it with my friends and after several attempts figured out how to compile it in release mode. However, ...
0
votes
0answers
18 views

Hide export symbols without using a DEF file

I would like to hide exported symbols from a DLL for obfuscation purposes. That is pretty neatly doable when using a module definition file (.def) looking something like this; EXPORTS ...
23
votes
4answers
4k views

How to output namespace in T4 templates?

I have a T4 template for a class set up with TextTemplatingFileGenerator Custom Tool in Visual Studio: <#@ template language="C#v3.5" hostspecific="True" debug="True" #> <# var className = ...
2
votes
5answers
2k views

Visual Studio keeps crashing

Visual studio team system 2008 keeps crashing on me. Sometimes it just freezes, or certain parts of the UI get messed up or a weird popup box saying something about unable to load parameters or saying ...
0
votes
0answers
27 views

Why does debugger show errors in browser and not break into code

Basically whenever I debug through my asp.net MVC application and hit an unhandled exception I get the error in the browser - it doesn't step into the application as usually allowing me to view ...

1 2 3 4 5 548