Skip to main content
1685 votes
7 answers
167k views

Why does this bit of code, const float x[16] = { 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6}; const float z[...
GlassFish's user avatar
  • 15.1k
782 votes
13 answers
978k views

I am trying to write a message to the output window for debugging purposes. I searched for a function like Java's system.out.println(""). I tried Debug.Write, Console.Write, and Trace.Write. It does ...
previous_developer's user avatar
737 votes
10 answers
440k views

I am creating a web application on the .NET 4.0 framework (beta2) in C#. When I try to use a assembly called "ActiveHomeScriptLib", I get the following error: Interop type 'ActiveHomeScriptLib....
Jan's user avatar
  • 10.1k
589 votes
21 answers
413k views

I recently discovered that even while logged into my personal laptop as an administrator, Visual Studio does not run in administrator mode and you need to explicitly use Run As Administrator. Is ...
Kumar's user avatar
  • 11.5k
572 votes
4 answers
556k views

A file named stdafx.h is automatically generated when I start a project in Visual Studio 2010. I need to make a cross-platform C++ library, so I don't/can't use this header file. What is stdafx.h ...
prosseek's user avatar
  • 193k
545 votes
57 answers
451k views

If I create a new project in Visual Studio 2010 SP1 and select "WPF Application" and tries to build the generated application, I get the error The name 'InitializeComponent' does not exist in the ...
user876402's user avatar
  • 5,459
543 votes
14 answers
885k views

In Eclipse there is a shortcut, Ctrl+Shift+F, that re-indents code and fixes comments and blank lines. Is there an equivalent for Visual Studio 2010?
user avatar
540 votes
25 answers
827k views

I've installed Visual Studio 2012 Release Preview, and it appears to be fine, but now when I try to use Visual Studio 2010 to compile C++ projects, I get the following error message: LINK : fatal ...
Orion Edwards's user avatar
533 votes
16 answers
1.1m views

I have a C# solution with several projects in Visual Studio 2010. One is a test project (I'll call it "PrjTest"), the other is a Windows Forms Application project (I'll call it "PrjForm"). There is ...
Anders's user avatar
  • 15.4k
451 votes
26 answers
366k views

I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try to build: This project references NuGet package(s) that are missing on this computer. I have the ...
Austin Harris's user avatar
417 votes
27 answers
260k views

We just upgraded our Visual Studio 2008 projects to Visual Studio 2010. All of our assemblies were strong signed using a Verisign code signing certificate. Since the upgrade we continuously get the ...
JasonD's user avatar
  • 7,652
386 votes
4 answers
170k views

I created a solution in Visual C# 2010 Express that contains two projects: one is the client, the other is the server. I would like to debug both at the same time, but I can only seem to run one of ...
user avatar
379 votes
13 answers
280k views

What is a good step by step explanation on how to use the Boost library in an empty project in Visual Studio?
OlimilOops's user avatar
  • 6,817
370 votes
17 answers
679k views

I have a WCF Data Service project built with Visual Studio 2010, which was working fine. All of a sudden, it didn't compile anymore. It was giving me messages like: Error 7 The type or namespace ...
Attilah's user avatar
  • 18k
346 votes
11 answers
188k views

Once code has been written, the only way I know of to view the overloads for a method is to actually edit the method by deleting the Parenthesis () and reopening them. Is there a shortcut key that I ...
user avatar

15 30 50 per page
1
2 3 4 5
3093