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

learn more… | top users | synonyms (3)

0
votes
0answers
5 views

warning : All projects referencing MyProject.csproj must install nuget package Microsoft.Bcl.Build

I have an ASP.NET MVC 4 app developed in VS 2012. The app consists of a main project (MyProject), a unit-test project (MyProject.Tests), an Azure deployment project (MyProject.Azure), and a couple of ...
-4
votes
1answer
28 views

Object reference not set to an instance of an object VB.net

I'm developing an application using vb.net using visual studio , but when I run my application I'm getting an error as the following : The translation of the error message is : Object ...
0
votes
0answers
14 views

Dictionary and WAV file playback issue in VB

each button has a wav file which plays when a button is pressed Private Sub soundButton_Click(sender As Object, e As EventArgs) Handles soundButton.Click Dim btn As Button For Each btn In ...
0
votes
2answers
30 views

Can I trigger a method by any event of a certain type

I'm building a simple windows form application. Every time the value of a control is changed the control will trigger an event that sends the new value to an object. The thing is that I want to set a ...
1
vote
0answers
33 views

Not able to start a new project in Visual Studios 2010

I looked around the website, but I can't seem to find any answer to the problem i'm having. My visual studios was working just fine yesterday (I could create new projects), but when i turned it on ...
0
votes
1answer
30 views

MVC 4 and Knockout

I am working on a relatively simple web application, and my supervisor recommended that I use a combination of Knockout, MVC, and Bootstrap to accomplish my task. Unfortunately, I got stuck on what is ...
1
vote
0answers
50 views

Determine the build status of a c# project

I'm building a simple Visual Studio add-in (for in-house purposes) that will monitor the time it takes to build a solution and log this. I have it almost where I want it, except for one small issue. ...
0
votes
1answer
16 views

Initializing a static vector with static objects in Microsoft Visual C++ 2008?

I have a class called Color which has some static Color objects in them. I would like to have a static vector of these static Color objects, but I do not know how to initialize the vector because the ...
0
votes
0answers
5 views

How do I create an add-in for Visual Studio 2008? Or, what am I doing wrong with the one I have?

I am mystified. As usual. I am trying to create my first add-in for use in Visual Studio 2008. Eventually, the goal is to add an item named "Rename" to the context menu that appears when you ...
0
votes
1answer
11 views

an added reference doesn't appear in the list of my .net project references

I have a web application developed under Visual Studio 2005. I have a dll (home made) that I need to add as a reference to my project. I do "Add reference", the dll is added to the Bin folder but It's ...
0
votes
0answers
5 views

Managing multiple versions of internal (private) NuGet packages

Our development team has been fairly small and, until now, all working on a single Visual Studio 2012 solution. We are growing and wanting to create better separation with multiple solutions for ...
0
votes
0answers
5 views

Can I reference intermediate nuget package versions without putting them into remote repository?

I have 2 solutions in Visual Studio 2012. One solution is a dll project and another one is a desktop app which is using that dll. I have a NuGet repository set up and all release versions of my dll ...
0
votes
3answers
45 views

Solution dependent properties

I have an application where I would like to have two releases, one releases will have everything enabled, in the other release certain menu items will be disabled. I tried creating a new solution ...
2
votes
1answer
21 views

Is it possible to build WinDBG extensions using Visual Studio?

To build WinDBG debugger extensions, must we use the Build utility that comes with the WDK, or can we use Visual Studio? (In particular, I'd be interested in VS2010 SP1.) According to the ...
0
votes
0answers
8 views

Microsoft Visual Studio 2012 jQuery 0x800200003 Javascript runtime error: Member not found

When I debug using Internet Explorer 10 I get the following error, which also highlights line 2582 of jquery-1.9.1.js. This error does not occur when I debug in Chrome. Under Open Exception Settings ...
-1
votes
0answers
71 views

CancelButton errors

I have this problem regarding CancelButton property. I set my CancelButton using my Mainform to set my Exit button as Esc so that whenever I press ~ the exit button will be clicked. But suddenly when ...
0
votes
1answer
11 views

How to reference custom WiX extension project in WiX installer project?

I have a WiX installer project and a DLL project with a custom WiX preprocessor extension in my project. The problem is that the WiX Visual Studio extension can reference WiX extensions only as DLLs, ...
1
vote
2answers
30 views

File template C++ Visual Studio 2012

Is it possible in Visual Studio, when creating a new file, producing automatically something like this: // <filename>.<ext> // Author: <name> // Update: <date> I'm ...
-1
votes
1answer
97 views

Creating a static library in C++, newbie [closed]

Just a quick question, that I'm sure will be easy for people on this forum to answer. How would I go about creating a static library, which I believe is a dll (but I am most likely wrong :S ), in ...
1
vote
1answer
28 views

Writing a DLL correctly

I'm still not completely sure about how to write correcly a DLL in Visual Studio. file .h #ifndef UPLOAD_H_ # define UPLOAD_H_ # ifdef UPLOAD_EXPORT # define UPLOAD_API __declspec(dllimport) # ...
0
votes
0answers
4 views

Chutzpah console runner failing silently

Just started to get Chutzpah with require (which was great fun). The problem I currently have now is that if there is a javascript error it seems to fail without picking any of the tests up. ...
0
votes
0answers
34 views

T4 subtemplates TransformText() not working

I have a very strange situation with T4 templates. I have a collection of strings which are representing entities to be generated with a template. Here I have such code: <#@ template ...
0
votes
0answers
11 views

Build Succeeded, but no .lib file gets created but succeeds when builds alone

I have a solution constructed out of two projects on VS2012. One project is depended on the second one (which is a library) and it is defined as such in the dependency dialog. When I rebuild the ...
0
votes
0answers
41 views

mix and deploy C# and VB.NET projects as one single program

So I have one solution with two C# projects and one VB.NET project, as the VB project is like the main part of the program and in it I use functions from the other two C# projects. But as I come to ...
0
votes
0answers
9 views

Is there a way to output binary file from visual studio text template?

I want to generate binary file, for example PNG with Text Templates, is it possible? Current TextTemplate uses StringWriter, however, I want to know if I can replace StringWriter with any BinaryWriter ...
3
votes
1answer
66 views

F# visual studio environment support [closed]

I developing a small project with F# on Visual Studio 2012. I'm used to C# development, and it seems to me that C# has a far far (far) better support in the environment than F#, and even better ...
0
votes
0answers
21 views

Pending Changes custom filter “Not in”

Is it possible to filter pending changes in the VS2012 using a "not" condition? For example, show everything except classes: "Not *.cs" or everything except forms "Not View.cs"? It could be ...
1
vote
3answers
35 views

Redirect to Chrome - Visual Basic

Supose the default browser of the user of my application is IE. I want my application to redirect to a website using google chrome by an click event For example: clicking a button and then a new ...
0
votes
0answers
40 views

Compiling Linux code in Visual Studio [duplicate]

We are developing our application for Linux platform. We are using Visual Studio 2012/2010 as IDE. But to compile we need to go back and forth from Windows to Linux. Is there any way to use g++ (gcc) ...
-6
votes
2answers
47 views

Call a dll function in C# with WINAPI

extern "C" __declspec(dllexport) void WINAPI CallBack(PFCALLBACK Func); How can call this function in C#???
-3
votes
0answers
46 views

C# Timer Application, having trouble with workout timer

I am doing a Timer type application in C# in Visual Studio. I need to do, Round, Interval, Work and Rest into the one timer. Kind of like a work out times
-1
votes
2answers
23 views

VB.NET Saving file without save dialog prompt

I need to know how I can save a file, without using save file dialog prompt. Currently my code is: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...
1
vote
0answers
14 views

Is there an elegant way to copy the details from the Exception Helper to the clipboard in code?

I'm spending a lot of time clicking on the Exception Helper, then clicking 'Copy to Clipboard', and pasting into Notepad++ just so I can view the error details. I could do something like ...
0
votes
0answers
33 views

Changing the display of errors / warnings

How is it possible to change the display of Errors and warnings in Microsoft Visual Studio 2010 from Rich text to the kind of Dynamic one with logos commands?
0
votes
1answer
16 views

Javasctipt development on Visual Studio but not use browser [closed]

I am new on javascript development. While I am doing traditional develeopment, I am using TDD tecniques. So I do not need create a test User GUI to test my working code. In my new project I need ...
-4
votes
1answer
68 views

Visual Studio 2010 - Debug version works fine but release version not working [closed]

The project works fine in debug version, but in release mode, I got: Unhandled exception at 0x77ad15de in Npptrail-Empty.exe: 0xC0000005: Access violation reading location 0xbaadf00d I tried to ...
0
votes
0answers
16 views

Javascript Dojo development script error

An interesting problem about dojo toolkit and javasacript. I am using a visual studio to developing application I have created a module as following and named its file as calc.js calc.js ...
5
votes
1answer
87 views

RAII wrapper for OpenGL objects

I want to write a simple RAII wrapper for OpenGL objects (textures, frame buffers, etc.) I have noticed, that all glGen* and glDelete* functions share the same signature, so my first attempt was like ...
0
votes
1answer
9 views

Nuget vs referencing another project in another team project in TFS

In general, when is it better to: set up cloaking or branching, vs. use nuget or another package manager (with the package restore feature) to reference a class library or other project that lives ...
2
votes
1answer
15 views

Option in Visual Studio 2012 that allows to see extended output during compilation

Please remind me where is that option. I want to see all events happening during compilation and execution, for example all libraries and their functions that are found in included external libraries. ...
-1
votes
0answers
24 views

Compare backup of SVN to the main SVN on different servers

I have a backup of SVN and the main SVN on different servers, I want verify that both the backup and the main svn have the same files, sub-folders, authors, structure, revision numbers, time stamps ...
0
votes
1answer
13 views

WebDev.WebServer40.exe has stopped working - File not found

If I try to run my asp.net mvc web app in Visual Studio Debugger (by pressing F5) I now get this error: WebDev.WebServer40.exe has stopped working Additional details: Problem signature: ...
0
votes
1answer
21 views

QBSDK Noob Issue with SDK and samples

I am using C# in VS 2010 I am using Quickbooks 2011 Premium I downloaded the latest QBSDK (v12.0) I open the QB sample data file (sample_product-based business.qbw) I open the InvoiceAdd project ...
4
votes
3answers
56 views

Visual Studio Solution Project Reference or Dll Reference

I'm looking for guidance on a project reference/dll reference practice. The situation is that we have utility dll's that are used in a bunch of projects and some team members reference by project ...
0
votes
3answers
86 views

Close form after stoppping background worker not working

I have been trying many different thing and can't get this code to work. My code to stop backgroundworker then close window. protected override void OnFormClosing(FormClosingEventArgs e) { ...
2
votes
4answers
43 views

Does my version of Visual Studio really matter

So I understand that there are new features with every new version of VS and .NET. My question is, does it really matter which version of the IDE I use as long as I use the correct .NET framework when ...
0
votes
0answers
25 views

Asp.Net Web Application Deploy multiple assemblies

I'm migrating a Asp.Net WebSite to Asp.Net WebApp. But, I would like to still generating multiple assemblies when publish the WebApp as the same my old WebSite. I did some research, tried to use VS ...
0
votes
1answer
28 views

How can I enable parenthesis matching highlighting in string literals with Visual Studio 2012

I am working on a C# project that has many large SQL string literals. It would be very helpful to have the editor highlight matching parentheses inside the literals (as is available in C# code). Is ...
0
votes
0answers
24 views

VS error referencing class-local typedef as non-inline template argument

The following bit of code (a MWE) compiles in gcc 4.5.3 and above but does not compile in VS 2008 and 2010. Is it a known VS compiler bug? And are there any workarounds, other than to define func() ...
0
votes
0answers
14 views

Cocos2D-X for IOS App but on a windows machine

I have bought a Mac Mini because I'd like to develop IOS game but I really don't like OS X, XCode, Mac Tactile Mouse, Mac Keyboard (sorry for the apple fans here). Apple make really great mobile ...

1 2 3 4 5 560