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

learn more… | top users | synonyms (3)

2
votes
3answers
66 views

Can I have auto-properties in a COM Interface

I currently have an interface for a COM component that is something like this: [ComVisible(true), InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("aa950e58-7c6e-4818-8fc9-adecbc7a8f14")] ...
1
vote
1answer
38 views

How can I invoke CreateFile for something like /dev/null in Windows?

I need to call a function in a Windows library that takes as a parameter a handle to a file created by CreateFile. In my application, I am not interested in the output that the library generates on ...
1
vote
3answers
44 views

Winform app: Problems with threads and timers

I am making a very simple program in Winform (C#). However, I am having some problems with threads and timers. I am receiving a messaged called "The thread '' (0x1e30) has exited with code 0 (0x0)." ...
0
votes
1answer
25 views

How to set environment variables in vs2012?

How do I set environment variables in Visual Studio 2012? For example, I need to set this: $(MyDir) = "c:\my_dir"
0
votes
0answers
25 views

“Invalid cross-thread access” in XAML when adding Toolkit components to Maps

I have the following piece of XAML code in my Phone Application Page: <maps:Map x:Name="BigMap" Pitch="53" LandmarksEnabled="True" PedestrianFeaturesEnabled="True" ZoomLevel="12" ...
1
vote
3answers
85 views

Memory Leaks in Visual Studio

I have a memory leaks with this simple code using std::thread on Visual Studio Pro 2012: #include <thread> void f(){} int main(){ std::thread t(f); t.join(); ...
1
vote
1answer
29 views

Debugger shows invalid instruction

Sometimes it happens, that Visual Studio debugger shows invalid current instruction. The simplest possible reasons are: Outdated .pdb files. These files contain information about which offset of the ...
0
votes
1answer
14 views

Visual studio watch window not allowing to type

I am debugging my application. When I open watch window and click on new row to write variable name it shows error. Please see the image. It creates a file ...
0
votes
0answers
9 views

How to set vcxproj platform toolset using VisualStudio AddIn

I have a very large VS2012 solution with more than two hundreds vcxprojs which have been just upgraded from VS2008. By default VS2012 set the PlatformToolset to v110 for the upgraded vcxprojs. ...
9
votes
1answer
90 views

Template a shared_ptr argument

I get a compiler error for this code: #include <boost/shared_ptr.hpp> #include <boost/make_shared.hpp> struct Name { }; typedef boost::shared_ptr<Name> NamePtr; struct Foo { ...
0
votes
0answers
27 views

Visual Studio - intellisense for javascript custom object

I created the following javascript object: var Content = Content || {}; // Constructor defines properties and inits object Content.ProductManager = function () { // ... }; ...
1
vote
0answers
10 views

Visual Studio 2010 Database Unit Testing - Continue running tests after an error

Visual Studio 2010 Database Unit Testing I have unit tests that run great as expected. However, I want to test those cases that should throw an error (ex. insert char where expecting an int) but ...
0
votes
3answers
26 views

Search only text files in VS2012 “Find in Files”

In the Find in Files dialog (Ctrl-Shift-F), is there any way to search only text files in Visual Studio 2012? I am working on a website that has 100,000's of images. When I search for a string ...
0
votes
3answers
33 views

How to open project folder from Visual Studio in Windows Explorer?

I'd like to have easy access to my project's folder from within Visual Studio. What do I do to open its folder in Windows Explorer?
0
votes
0answers
23 views

Referencing a DLL at runtime, reference a local copy at design time

I have a project where I'd like to reference a managed assembly (DLL). The managed assembly is installed on the target machine somewhere in C:\Program Files. The target machine does not have Visual ...
-4
votes
0answers
20 views

“evt,canvas” in getMousePos funtion? [closed]

why does the getMousePos function include "evt,canvas" what exactly do they do? dfhfdghgfjhfdgjhgfhjgfhjgfhjfhgjfghjgfhjfghjgfhj <!DOCTYPE HTML> <html> <head> ...
0
votes
1answer
47 views

Why does the visual studio debugger show the wrong value and how can I correct this?

I have a simple program that gives me strange results in the Visual Studio debugger. Console.WriteLine("4280.159d * 1000000 = {0}", 4280.159d * 1000000); double D = 4280.159d * 1000000; ...
2
votes
2answers
48 views

Visual Studio - How can I see cout output in a non-console application?

It seems rather tedious to output to debug window. Where can I find cout output if I am writing a non-console information ? Like: double i = a / b; cout << b << endl;//I want to check ...
0
votes
1answer
31 views

Visual Studio 2010 Mismatch Detected _MSC_VER Value doesn't match

I'm getting the following error when trying to setup Directx11 in VS2010 on Windows 7. What is causing this? I have all my directories and linker files setup, and I keep running into this problem. ...
0
votes
0answers
10 views

Propagate “Resources” folder between C# projects dependencies

Consider the following 3-project set up: A template project (P1) that has a Resources folder with a bunch of templates that it uses to fill with user data. The Resources folder is copied to build ...
0
votes
0answers
10 views

How to Invoke dynamic controls that have withevents

How can I cause the following dynamic control in a module to fire off its corresponding event by invoking it from a web page codebehind. In reality i will be running a script with alot of controls ...
0
votes
0answers
13 views

how do I add a license agreement to the installer in visual studio 2012 express

How do I add a license agreement to the installer found in Visual Studio (i.e. through publish)? I just do not see it. I have looked on Stack Overflow and other places, but it must be possible. I am ...
1
vote
0answers
16 views

Visual Studio add files to project, copying them

Right now, when I drag and drop files into the solution explorer, it doesn't copy it to the project's directory, it just adds some sort of link where the "relative path" is something like ...
0
votes
0answers
6 views

Spinning MTM/VLM VMs in an AD

Could someone shed a little bit of light as to the requirements on SCVMM and each gold image for MTM and VLM based testing in an Active Directory? Our App is a WinForms app. We have a need to spin an ...
0
votes
0answers
33 views

Visual Studio 2010 Setup Dual Runtime DLLs

I've got a VS 2010 Setup Project that deploys a couple applications, and also VS item/project templates, which allow developers to create projects that plug-in to the applications. The ...
2
votes
1answer
49 views

how to access namespace “windows”

#include<iostream> #include<string.h> #include<Windows.h> . . . using namespace Windows::Networking::Connectivity; . . . ConnectionProfile^ internetConnectionProfile = ...
0
votes
1answer
24 views

Qt Removing a QGraphicsItem from QGraphicsScene with singleShot Timer?

While it is possible to automatically remove a QGraphicsTextItem from a scene using a timer and Qt's signal-slot mechanism like QTimer::singleShot(1000, QGraphicsTextItem*, SLOT(deleteLater())); ...
1
vote
1answer
42 views

Why using WIC in my 32 bit application fails in Windows 7 32 bit?

I have Win32 C++ sample application that uses Windows Image Component in Visual Studio Pro 2012 Update 2. I built this app for X86 and tested in Windows 7 X64 SP1 and Windows 7 X86 SP1. It works fine ...
3
votes
2answers
82 views

Differences between running an executable with Visual Studio debugger vs without debugger

I'm trying to debug an issue in which an executable produces repeatable output (which I want) when executed directly from Visual Studio, but does not produce repeatable output when executed from the ...
0
votes
1answer
21 views

How to Enable CoffeeScript Editing in VS2012 Update 2?

It used to work from Web Essentials until the author of that extension took out support. I'm completely up-to-date on Visual Studio updates, but for whatever reason, CoffeeScript does not get ...
-1
votes
3answers
45 views

c++, MCVS 2012, header file, vector and namespaces [closed]

I have a trouble with finding answer for my questions (Q), so I registered here to ask you guys how it really works (or don't works) ;) I am writing in c++, in Visual Studio 2012, but still don't ...
0
votes
1answer
26 views

Microsoft Visual Studio Tools for git push error

I'm trying to get used to the VS git plugin. I'm using it with bitbuket and GitHub remote repositories. Sometimes i get the following error : An error was raised by libgit2. Category = Net (Error). ...
1
vote
0answers
14 views

BIDS 2008 expand fonts available

I added new fonts in Windows. When preparing a new report in Business Intelligence Development Studio, the new fonts are not available in combobox for FontFamily in Properties of a report element. I ...
0
votes
1answer
25 views

open a .mdb database with a visual studio 6 program

I try openning a .mdb file using CDaoDatabase, but at Open() catches an error: Unrecognised database format. I created the database first in MSAcces2007 and saved the file as .mdb, then i installed ...
1
vote
1answer
23 views

VB.NET print pointer of COM Objects

I want to print the memory address of my .NET compiled object imported with DLL. The code for pinned object are (googling): ' dim managed variable Dim primitiveObject As String="HELLO WORLD" ' pin ...
0
votes
1answer
47 views

How to Loop through multiple Database connections skipping on connection error

I have a VB.Net program, that accesses 10 Databases, and fills 10 different datasets per database. The program runs automatically at 11PM when we do not have any activity so it didn't matter to me ...
0
votes
0answers
16 views

How do i find the default Iteration for an Area in a Team Project in TFS?

I am creating a SSRS report to show remaining works of a particular iteration. Now i am stuck at finding the default iteration for different areas of project. How do i determine the default ...
0
votes
1answer
38 views

Is there any open source solution of single-file storage for a C++ application on windows? [closed]

I'm trying to find an open source solution to supply a single-file storage layer of accessing lots of media files. Up to now, my method may be storing files to SQLite as blob data and what I have to ...
0
votes
1answer
34 views

“fatal error : Failed to open output file” when compiling CUDA programs under Win 7

whenever I try to compile a CUDA program (even the samples) on Windows 7 (64 Bit), using VisualStudio 2010 and CUDA 5.0, I get the error message below and nvcc crashes: 1>------ Erstellen ...
0
votes
0answers
13 views

batch file converted to .exe not running in xp - visual studio

I have created a batch file and then converted it to exe with the help of IEXPRESS. When i create a visual studiosetup and deployment project, my installer should call this exe. It works fine in ...
0
votes
1answer
12 views

Can't find the Visual Studio 2012 Express for Web installation

I am pretty sure I installed VS 2012 Express on my new laptop a month ago. I even posted on Facebook about how I didn't like the default themes because the window borders were too light in color. ...
1
vote
1answer
19 views

Get files hidden in msbuild from Visual Studio?

A file can be hidden from Visual Studio using the "Visible" metadata, e.g. <Compile Include="Hidden.cs"> <Visible>false</Visible> </Compile> The file is still built as ...
0
votes
1answer
28 views

Visual Studio Standard Style as CSS

I'm searching for the correct style to configure CopySourceAsHtml to change my Selenitic style to default Visual Studio style when I copy and paste it to e.g. an e-mail. Does anybody know what CSS ...
0
votes
2answers
20 views

Tortoise SVN update slow on the solution node but not on projects nodes

I am having a little problem with tortoise SVN: in Visual Studio 2010, when updating my solution to the latest version (right click on the top solution node), it takes 2 minutes. However, if I select ...
0
votes
2answers
62 views

Requirement for Namespace “Using java.lang;”

I am using Visual Studio 2010. There is a namespace "Using java.lang;" in the project and it is showing the error "The type or namespace name 'java' could not be found". What should I do for ...
0
votes
0answers
38 views

Namespace indentation in Visual Studio with C#

Visual Studio indents code within namespace. This can be avoided when disabling indentation globally, which is not what I want. In all other cases, the indentation is fine, I simply don't like the ...
1
vote
2answers
54 views

Visual Studio - How can I output debug information to debug window?

OutputDebugString method seems rather tedious and seems only limited to string and not polymorphic. What should I do if I want to output some integer or other variable type ? Hope some function ...
0
votes
2answers
24 views

how to make a foreign key a primary key in sql server

How do I make a foreign key as a primary key for my table? I'm using SQL Server 2008 for my web application developed with VS 2012. Currently, this is how my database is being designed. After ...
0
votes
1answer
27 views

“Csc.exe” exited with code -1073741819

Everytime I try to run my code, I am having this error that "Csc.exe" exited with code -1073741819 , I cleaned my solution and restarted Visual Studio with no gain. Can anyone help me?
0
votes
0answers
19 views

When I change one project in a solution, several other projects are rebuilt

I have a large Visual Studio 2010 solution with many C# projects in it. When I build the solution, then change one project in it (add a couple of Console.WriteLine statements) and build it again, ...

1 2 3 4 5 551