Visual Studio is an integrated development environment (IDE) from Microsoft. It supports many different programming languages.
0
votes
0answers
6 views
IntelliSence completion with () - For Resharper user on vanilla Visual Studio 2012 Express
Im a resharper user who has landed on VS 2012 express without r# loaded.
Basic VS intelliSense is working. Using ctrl-space i can do something like
Process.GetProcesses
but what about the method ...
0
votes
0answers
16 views
How to create a drop down box in Visual Studio C# (Windows Game 4.0) file?
Currently I am working on a kinect project and I am having difficulties as in Windows Game file, there are 4 sections: initialize, load content, update, and draw.
I know I should be using comboBox, ...
0
votes
0answers
16 views
VisualHG marks files with an [R] but TortoiseHg still removes/adds the files when committing
I'm using Visual Studio 2010 with VisualHG and TortoiseHg. I've noticed that if I move or rename a file using the Solution Explorer, a little [R] appears next to the file, which I assume indicates ...
1
vote
0answers
19 views
Edit and Continue will not work when modifying a comment
I'm using VS 2012 Express on Windows 8. Recently I tried enabling E&C and it worked somewhat then I made some configuration changes that were prompted, and I wasn't paying much attention to what ...
0
votes
0answers
6 views
What is the point of IVsPersistDocData.IsDocDataReloadable?
I'm slowly trudging my way through the Visual Studio SDK documentation, but I'm trying to understand what this means:
(IVsPersistDocData.IsDocDataReloadable)
Determines whether the document data can ...
0
votes
1answer
11 views
How does Visual Studio know that I changed the makefile?
I have a Visual C++ 2008 project where I first generate the project's files from a makefile using CMake. I noticed that when I change the makefile in Notepad++ with Visual Studio open, it ...
0
votes
1answer
23 views
Adding Dependencies In C#?
In C# you can add references to DLLs to get functionality.
But in C++ you can add dependencies that are included automatically when you compile so you don't have to copy them automatically into the ...
0
votes
0answers
5 views
how can the Visual C++ redistributable be included with an installer created using Visual Studio?
There is a specific version of the VC++ redistributable I need to include with this installer, but I'm not sure how to do it. is it just a matter of including vcredist_x86.exe with the rest of the ...
0
votes
0answers
3 views
How get warnings number from VS plugin?
Are any ways to get warnigs count from last build?
I only can get number of errors from DTE interface
0
votes
0answers
8 views
SQL Query in Visual Studio Report Designer
Can I write SQL queries in the custom code of Visual Studio Report Designer ? if yes How can I write it ?
0
votes
0answers
27 views
c# WinForm Inherited child (Form) cannot access parent collection property when parent has item populated
I have a BaseForm with a collection or a list, containing some typed objects which I want to share with child form. The idea is I want my child form to be able to add/remove those object as well. ...
-2
votes
1answer
97 views
How To Tell What Software Tool Created An EXE File? [closed]
Is there a way to determine what software tool was used to create a specific exe file? For example I'd like to find out if Delphi or Visual Studio or [Fill in the Blank] was used to create a program.
...
-1
votes
1answer
15 views
What is the best way to add customized button and link it to C# code in sharepoint designer 2007
I am trying to create a customized button in sharepoint designer 2007. What is the best way to do this? Using toolbox? or create a web part? And how to link the button I created to a piece of C# code. ...
-6
votes
1answer
64 views
What is a service reference? [closed]
In Visual Studio's solution explorer I see the words 'service reference' below a C# project. What is a service reference?
0
votes
0answers
12 views
Layout of an edmx diagram in VS2012
I have an entity framework diagram that has been generated from my database and updated several times. Upon adding new tables the placement of them seems to be a bit random and it has led to a pretty ...
0
votes
2answers
19 views
Prevent checkin of pdb files on Visual Studio 2012 with TFS 2010
We have recently move to Visual Studio 2012 from Visual Studio 2010. We are still using TFS 2010 and we use gated check-ins.
Since we started using Visual Studio 2012, when checking in VS ...
0
votes
0answers
8 views
Publishing external configuration files in ASP.Net MVC project using Visual Studio
I have a ASP.net MVC 4 web application and web.config is referencing some other external config files (e.g. ).
When publishing the website only web.config gets published and none of these external ...
0
votes
1answer
10 views
VS2012 Test explorer locks native .dll, making rebuilds fail
I am using Visual Studio 2012 for a solution with a C# and a C++/CLI .dll, with the C++/CLI dll referencing native .dlls such as boost. The C++ code is compiled as x64.
When I open VS, I can clean ...
0
votes
1answer
15 views
Put a text editor into a Visual Studio Pane?
I know there is a clipboard cycle in Visual Studio, but I need a "longer" lasting clipboard for code-parts I cut from one file and paste it into another part days later.
I just could use another ...
-2
votes
1answer
18 views
c/cpp project build in MS VS 2012 to be compatible with msvs 2008
I have created a c/cpp project in microsoft visual studio 2012, but the test machine has microsoft visual studio 2008, is there a way to tell visual studio 2012 to be compatible with 2008
0
votes
1answer
21 views
How to generate a full code map for the solution in Visual Studio 2012?
I want to know how to generate a full code map for the solution in Visual Studio 2012?
I want code visu
0
votes
0answers
19 views
Visual Studio 2012 Fatal error 0x80131c39
I am going bloody insane, I have installed a different type of Windows 8 (pro) at work, and now VS12 gives me this error. At home I have home edition W8 and everything works fine. I found ONLY ONE ...
0
votes
1answer
36 views
Visual Studio 2008 locks dll files
Imagine we have two project A and B.
Project B output is dll in C:\Proj_B.
Project A in csproj file use Task from proj B assembly:
<UsingTask TaskName="Task_B" AssemplyFile="C:\Proj_B\B.dll" />
...
0
votes
0answers
13 views
Find functionality within call stack
Recently when working on a legacy application I've often found the need to search for specific text within (what would be) the callstack at runtime.
For example:
int age;
void Method A() //Search ...
0
votes
1answer
38 views
c# and WPF texbox word selection between specified characters
I have a very tricky question for you guys.
Lets say i have a Textbox that I've created in WPF
<Window x:Class="WpfApplication1.MainWindow"
...
1
vote
1answer
37 views
MVC4 Viewmodel always empty on [HttpPost]
I have a simple model as follows:
public class MyRecordModel
{
public MyRecordModel()
{
}
public string Name{ get; set; }
public string Surname { get; set; }
public string ...
-1
votes
1answer
21 views
Does the web page developed in 4.0 framework will work in 2.0 framework?
I have asked to develop a web page for a website which is actually in asp.net 2.0.
I got code and opened in Visual web developer express edition 2010 it prompted me to convert that web site from 2.0 ...
0
votes
0answers
7 views
how to run code analysis for .sqlproj projects from command prompt
Is their any way to run Code analysis for any .sqlproj created in visual studio 2012..???
If you have any idea please help me out.
Urgency
Thanks
Karthik Vadla
0
votes
2answers
20 views
MVC4 in visual studio 2010 and visual studio 2012
What is the difference between using mvc4 in visual studio 2010 and mvc4 in visual studio 2012.
I have a project created in mvc3 using visual studio 2010, now I need to move it to mvc4.So much ...
0
votes
0answers
24 views
VS tries to compile Resharpers decompiled code
Sometimes when I have looked at decompiled code using Resharper's decompiler and then try to build my project, VS tries to compile the decompiled code that Resharper generated for me. When I look at ...
0
votes
1answer
14 views
Do I have to make regular payments for Microsoft if I created commercial site on ASP.NET MVC
I know that I pay for using Visual Studio as paid IDE, but if I already created site and I'm using it for commercial purposes do I have to pay them monthly or annually? Or I just give single payment ...
0
votes
1answer
13 views
TFS revert the current change
I changed several files in my project and I haven't checked those files in and I want to get the last version of the project from TFS. Right now all the local files have been changed (that broke the ...
0
votes
0answers
7 views
how to suppress dozens of “packaging files” messages visual studio
Someone from an alternate reality added an installer to my VS2010 C++ project, and now when I build my project I get about 43 "Packaging file ..." messages, 1 for each dll, png, etc that is part of ...
0
votes
0answers
8 views
Make visual studio stop running dev web server when I attach
Why the heck does visual studio (2012 I'm using, I think previous versions did this too) load the WebDevServer for all web projects in my solution when I tell my solution to attach to another process?
...
0
votes
0answers
9 views
Visual studio locks CustomMS Build dlls
I have a custom MS Build task.
Have another project which need to execute this Custom MS Build task whenever user builds the project.
After my project builds (along with the custom task), the custom ...
1
vote
0answers
46 views
Coding simple graphics (2d) and moving from console apps [closed]
A little background.
This is my first post on stackedoverflow however I have been using the site for the
duration of my experience which is about 1 year in Java and C#. I feel stronger in C# and I'm ...
1
vote
1answer
19 views
Azure SDK 2.0 Upgrade button not available
I installed the latest Azure SDK 2.0 on my development machine, but can't find the "Upgrade" button to upgrade my current project to the latest SDK. Googling how to upgrade show that previous upgrades ...
0
votes
0answers
25 views
CodedUI tests failing due to missing assembly reference?
I have a coded UI test built with VS2010 for TFS2010 running on machine A. I have a test agent installed on machine A that the tests run on successfully. My testsettings file>Roles is set to ...
-5
votes
0answers
33 views
How to have a running database for a c# visual studio windows application?(How does a database work) [closed]
I am planning on building a windows application in c# which would need user authentication. i.e. username and password.
The application would need to access the internet to authenticate the user. ...
2
votes
3answers
64 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
39 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
24 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
83 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
13 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
26 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 () {
// ...
};
...








