Visual Studio is an integrated development environment (IDE) from Microsoft. It supports many different programming languages.
0
votes
0answers
5 views
Couldn't Debug the Complete Code to Create the Window
As what have said on Creating a Window (Windows):
“Congratulations, you've created a window! Right now, the window does
not contain any content or interact with the user.”
But I couldn't debug ...
0
votes
0answers
51 views
Console.WriteLine isn't working anymore in VS2012
All of a sudden my Console.WriteLine isn't displaying anything anymore in the "Output" window. Debug.WriteLine does work though. I already checked with right-click on the "Output" window that all ...
2
votes
1answer
30 views
Setting multiple breakpoint in Visual Studio 2012
I would like to set breakpoint all Convert.ToInt32 lines.
I have tried to replace all Convert.ToInt32 to System.Diagnostics.Debugger.Break(); Convert.ToInt32 but it did not work because some of the ...
0
votes
0answers
6 views
How to view all events belonging to some class?
I am using a Visual Studio 2012 Express. When I load some class, IDEs like IntelliJ IDEA offers me a way to see all events which can be implemented in a certain class.
Does such feature exist in ...
0
votes
0answers
7 views
Issue about XML summary comments in VBNET
Intellisense is not showing my parameter names in blue color like I saw in other xml comments from 3rd party projects where Intellisense prints all the information, this is what I see:
What ...
0
votes
0answers
6 views
Adding an image results to GenerateResource Error
I was working with background images in Visual Basic 2010 and successfully debugged the program during the first tries. However, after experimenting with some images using my Resources, my project ...
2
votes
0answers
16 views
What's the industry standard way to organize Visual Studio projects and code for .NET Cross-platform development
I have a rather large solution of C# projects in Visual Studio. I want to port some of those projects to work in MONO and to run say on a MAC. Of course some things don't work and some things I don't ...
0
votes
1answer
14 views
Adding Controls to View Without IG
I have a very simple question--it is so simple that I find it a bit embarrassing. How do I add controls to a view when I do not have access to the window from the appdelegate class. Here is a screen ...
0
votes
1answer
10 views
What does this Azure deployment error mean?
I'm getting the following error when I try to deploy to my Azure Cloud Service through Visual Studio 2012:
Windows Azure could not find the resource Diagnostics in the service package. To
upgrade ...
0
votes
0answers
10 views
How to remove all white space with shift+tab in Eclipse, like in Visual Studio
Often when I'm grabbing code snippets and dropping them into my IDE, I have to either tab or shift+tab them so the indentation is proper. In Visual Studio, if I shift+tab a line enough all white space ...
0
votes
1answer
13 views
Generate Bare Definitions for a Project or Namespace (Visual Studio)
In developing an SDK for use within our product, we want to provide users (developers) a Visual Studio plugin, mainly to provide them Intellisense during their development and ensure their code ...
1
vote
1answer
28 views
are visual studio macros available in the Command Tool window?
Macros for Build Commands and Properties like $(SolutionDir) and $(ProjectDir) are available as Arguments for External Tools.
Are the same macros available to the Shell Command of the Command Tool ...
0
votes
2answers
29 views
How to replace a character in a String^ at an index in C++ in .net CLR application?
I have a String^ variable. It's a string, I would like to replace a character at ith position in it. I have seen C# examples where they use StringBuilder. What will work for C++ ?
I am using VS 2012 ...
0
votes
0answers
10 views
Unable to drag ocx to Visual Studio 2010 in Windows 7 32 bit
The Problem:
I have a VB6 OCX using SaxComm. When I drag the OCX from the Toolbox onto the Windows Application designer in Visual Studio 2010 in Windows 7 32 bit, I get an error:
However, when I ...
0
votes
0answers
8 views
Opening files from sharepoint network share in visual studio
I have mapped my sharepoint documents folder to windows explorer as a network drive and I am able to manipulate files just fine through windows explorer. However, when I go into visual studio and do ...