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

learn more… | top users | synonyms (3)

0
votes
1answer
19 views

Setting up Qyoto in Visual Studio

I’m trying to develop an application using Qyoto with Visual Studio,but I’m having trouble setting up the IDE.I have downloaded the binary package for windows, but I could not find any documents on ...
1
vote
1answer
73 views

Xamarin IDE and visualstudio for windows +Mvvmcross

I have some confusions About the IDE to use for MvvmCross a) VisualStudio (VS) uses Xamrarin.iOS and Xamarin.Android plugin for iOS and Android development. But can we also use PCL(Portable Class ...
1
vote
1answer
58 views

The server tag is not well formed, gridview not fit to screen

I'm having this server tag is not well formed problem when i added this code Width="100%" into my source of my aspx file. My gridview is not fitting to page. Hence, the Width="100%" was one of the sol ...
-1
votes
0answers
39 views

Loading a JPG texture with SOIL (OpenGL)

I am currently using a raw BMP loader to load some texture files into OpenGL. However I would like to load some JPG files instead. I have included SOIL in my project and plan on using this. However I ...
0
votes
1answer
31 views

Maintaining Javascript Code highlighting inside @section tag with Razor

I've joined a new dev team. They have javascript & knockout inside a @section {} declaration in their razor views. The javascript has no color highlighting at all, how can I get around this? ...
2
votes
1answer
101 views

How do I uninstall Visual Studio 2012 Update 2? [closed]

I installed VS2012 and then I updated to VS2012 Update 2, so my Visual Studio version would be 11.0.60315.01 Update 2. But now I want to revert to 11.0.50727.1 RTMREL. How can I uninstall the update? ...
1
vote
0answers
19 views

Visual Studio 2012 Template Set Custom Start Options

Ok so I am creating a Node.js Template in Visual Studio 2012 Ultimate. I have the Project that I will use as a template completely setup with Intellisense, Syntax highlighting and the Start options ...
1
vote
1answer
54 views

Any good resources on Coded UI Tests? [closed]

Does anyone have any good resources for how to use Coded UI Tests? All the examples and tutorials and stuff that I've found are for very simple basic UI stuff and I just don't see how that can ...
0
votes
1answer
19 views

Issue with overlapping batch file runs

I am having an issue in my script with things running sequentially. I have an initial script to decompile an swf. A second that searches for one string in one of the decompiled files and a third for ...
1
vote
3answers
42 views

Can't seem to deserialize very simple xml using XmlSerializer in c#

I feel like I am going made. I have written a hundred deserializing routines, but this one is killing me! Below is what I get returned from a service. A very simple array of strings...I think. ...
0
votes
0answers
11 views

Alternative to Pre/Post Build Events in Visual Studio

The Pre/Post Build Events in Visual Studio has bugged me for a few years, but I just haven't got around to research a better alternative. The thing that I want to achieve is pretty much the same as I ...
1
vote
1answer
58 views

Is Visual Studio 2012 suitable for C (not C++) professional programming? [closed]

I've to develop a service for Windows7 in C. I've to use a few C libraries (GNU Scientific Library among others) and I'm wondering about what IDE to adopt. With C#, I'm used to both Visual Studio ...
0
votes
0answers
21 views

Create project from existing code in VS2012 Express Edition

I just downloaded VS2012 for Windows Desktop. I want to create a project using code that I already have (I am using it as a C/C++ text editor), at first I couldn't find the option under File->New ...
-2
votes
0answers
20 views

How to install Visual Studio 2012 Premium on comupter with visual studio 2012 Express (web and desktop)? [closed]

I have visual studio 2012 express (desktop and web versions) installed on my computer. I need to install visual studio 2012 premium on the same computer. how should i do it? Is it better to remove ...
0
votes
0answers
18 views

TFS 2012 Express breaking my files

I installed on my win8 machine TFS 2012 express 2 months ago. Everything worked great until two weeks ago. My TFS has annoying behavior - when I use "Undo pending changes" operation the TFS is ...
0
votes
0answers
16 views

Show MSBuild command during build or package in output window of Visual Studio IDE?

When Visual Studio build or package Solution, output window comes with ------ Build started: XXXX... But, can I see actual command to execute MSBuild with every switches, which are configured in ...
1
vote
1answer
64 views

Why the checkbox Prefer-32 bit is disabled in Visual studio 2012?

I came across a situation that I would like to set the Prefer 32-bit in true. But in the Visual Studio 2012 it is showing disabled. And no matter what I do it doesn't get enabled. I read that Any CPU ...
1
vote
1answer
32 views

Visual Studio: Debugging a referenced DLL, I have source in another SLN

Can anyone help? I am trying to debug a project that has a reference to a DLL that I added, the DLL is stored in an external directory and I just added a reference. Now of course I can debug my ...
3
votes
1answer
23 views

Visual Studio: Compiler Warnings and errors appear twice in different languages

I have the weird case that in some of my Visual Studio projects the warnings and errors appear multiple times: In my case, one time in english and one time in German. Does anyone know what ...
2
votes
1answer
108 views

Use C library in C++

I have C library with a header file. Now i want to make a wrapper in C++ in order to use it in .NET. When i include the library, the compiler reports an syntax errors regarding the variable types ...
0
votes
1answer
12 views

Unfold all values in Watch Window in Visual Studio

Is it possible to unfold all sub-values of an object at once in Watch Window? I'm currently using VS 2012. Here is an image (http://i.stack.imgur.com/YyJIm.png)
1
vote
1answer
21 views

VS2010 how to make output to show counter of projects built

I have solution with very big number of projects in it and would like to see somehow progress of compilation. As you probably know when compiling we see only those strings in Output Window (even if ...
0
votes
1answer
33 views

Using a new cultureinfo currency in Visual Studio 2010 C#

Thanks for answering my previous question, but I have a new one: I am writing a program that output monetary values/data, I want to know how to make my program format my value in other currency not ...
1
vote
1answer
35 views

Keyboard shortcut to switch between source and test files easily

Is there an extension or a keyboard shortcut like MoreUnit for Eclipse in Visual Studio that would allow me to quick switch between a source file and a unit testing file. Also in Eclipse, I used to ...
0
votes
0answers
24 views

VisualStudio.com TFSDeleteProject

Before last the update of last night I could use: Start Menu > All Programs > Microsoft Visual Studio 2012 > Visual Studio Tools > VS2012 x86 Native Tools Command Prompt And type: ...
1
vote
2answers
17 views

MSBuild copy entire directory while using metadata in path names

Here are few other similar answers that I've found, but none answers my question: Copying entire project structure into another directory using afterbuild task Copy all files and folders using ...
2
votes
1answer
23 views

Changing Conditional Compilation in project reference in Visual Studio

I have a class library A that is used in other projects in my solution like B and C. Class library A behaves differently based on the presence of a pre-processor directive, for example : #if ...
0
votes
2answers
65 views

Run Oracle Client in 32-bit mode on a 64-bit machine

I have just moved from a 32-bit Windows 7 desktop to a 64-bit Windows 7 Laptop. We have a C# program that we are developing that contains approximately 60 projects within the solution. I keep getting ...
0
votes
1answer
32 views

making my aspx (developed with html5 codes) as my master page for my web application

I have done a aspx file filled with my GUI, image button and image slide shows. I developed all these 3 functions by using HTML5, CSS and javascript. However, the html5 was completed in the aspx file ...
0
votes
1answer
40 views

How can I remove the trace of window movements when I move a form in windows xp?

I have a borderless form with a panel on top of it that I use to move and drag the form. This does okay in windows 7, but I found that it shows window trails (like Mouse Trails, shadows/copy/traces ...
2
votes
1answer
42 views

C++ binary compatible dll POD class member initialization causes crash

I'm trying to make an inter-compiler compatible class in a dll built with mingw that can be used in a Windows VS application. My issue is, my class crashes the moment it tries to initialize a member ...
0
votes
1answer
28 views

pubxml XML to change a web.config value on web deployment

Suppose I have a web.config parameter under <appSettings><add key="myParam" value="myValue"/></appSettings> and I want to modify the value for myParam depending on the publish ...
0
votes
1answer
31 views

Make Visual Studio more Eclipse-like

I've recently switched from Java programming in Eclipse to C++ programming in Visual Studio 2010. Visual Studio is a fantastic IDE overall but I found myself seriously missing three features from ...
0
votes
0answers
16 views

Cannot use most Behaviors in Blend for Visual Studio 2012 (Windows Phone 8)

I can't seem to access most of the behaviors under "Behaviors" in Blend's Assets tab. When I first started the program, I had access to 6 behaviors, including GoToStateAction. I dragged and dropped ...
1
vote
0answers
28 views

interface custom preprocessor task in WP7 project compilation by modying the csproj file

I have a Visual Studio solution with 2 Windows Phone 7 projects. One is the main project, the other links its xaml pages from the first. I try to modify the .csproj file of the second project in ...
2
votes
2answers
61 views

I can't see the folders I created in my project

I have been working on a project in C# in Microsoft Visual Studio 2012. Since I have a lot of C# files I decided to put them in a few folders based on their type. For example an interfaces folder and ...
0
votes
1answer
30 views

Refactoring project structure in Visual Studio 2012

Say I have a class library project that I feel is getting too large and unwieldy and I want to break it out into smaller class library projects for easier distribution and deployment. Is there a way ...
2
votes
3answers
48 views

Using a font that a user doesn't have installed

can't believe I don't know the answer to this already, but what happens if I use a font that a user then doesn't have installed. So if I set a label to use Segoe UI and then a user on Win XP (who ...
0
votes
0answers
8 views

How can you tell if a Visual Studio command was triggered by keyboard or menu?

Is it possible to know if a Visual Studio command was triggered from the keyboard or a menu? I'd like to write a plugin that monitored VS commands and suggested keyboard shortcuts for any commands ...
-5
votes
1answer
55 views

C# Pick random line from an embedded text file?

How do you pick a random line from an embedded text file? When I run the program it crashes and gives me this error (Illegal characters in path) On this line ( String[] randFirst = ...
2
votes
1answer
43 views

Temp path too long when publishing a web site project

I am trying to publish an ASP.NET web site project using the Publish Web Site tool but get this error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too ...
0
votes
2answers
55 views

Windows Application That Displays Pop-Ups While Other Programs Are Running

Firstly, I have zero experience programming with .NET so this could be a pretty nooby question... I'm wondering if it's possible to build an application like xFire - which displays pop-ups in-game to ...
0
votes
1answer
19 views

Trying to understand the difference between git repos and vss database

I've been a Visual SourceSafe user for years and for obvious reasons I'm trying to make the change to git. I've downloaded and have been trying the git extensions for Visual Studio 2012. I have a ...
0
votes
1answer
50 views

How to show Chinese character in visual studio 2012

I have a problem when showing the Chinese character in vs 2012. When I try to show them, they only show  (square symbol). How can I show it it visual studio 2012. Thank you so much!!!
0
votes
0answers
16 views

What problems can occur if I link a MT DLL with a MT application

What problems can occur if I link a MT DLL with a MT application. Even though both MT, will still exist two distinct copies of the CRT? What problems or limitations may occur? Compiler: VC++, MT: ...
1
vote
1answer
35 views

Corrupt project VS2012

Opening a solution (2 projects) in VS2012, I get several errors: 1. Unable to load one or more breakpoints. 2. Value does not fall within the expected range (opening web.config) Looks something is ...
0
votes
1answer
27 views

Why won't this program work in release mode?

#include <iostream> #include <fstream> #include <stdlib.h> // includes the "atoi" function #include <string> using namespace std; #include <sstream>; ...
0
votes
2answers
39 views

checkBox1.Checked throwing an error

New to C# and visual studio. When testing this line: string myString = (checkBox1.Checked) ? "It's checked" : "Not checked"; I get the following error. Error 1 The event ...
0
votes
1answer
30 views

Visual studio tablet simulator problems

I'm developing an app wiht VS2012, but when try to test it on the simulator, it never allow me to actívate tactile interactive mode. Gestures never work on it. There is a special setting ? TKS:
2
votes
1answer
117 views

“The system cannot find the file specified” when running C++ program

I installed Visual Studio 2010. I wrote a simple code which I'm sure is correct but unfortunately, when I run the code, I get the error below. Here is my code: #include<iostream> using ...

1 2 3 4 5 549