Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

Dynamic link library does not generate a .lib file when compiled (Visual Studio C++ Express)

As part of learning C++, I wrote a simple class library + application that references it. Everything builds, except the class …

c++ visual-studio-2010 .lib
TF30063: You are not authorized to access Collection. Nuget and Tfs conflicting

Latest Comment I believe my problem occurs when using Nuget, however, if you are reading because of the TF30063 error. …

visual-studio-2010 visual-studio version-control nuget
Why doesn't VS2010 debugger stop at my breakpoints?

I am working on a C#.NET class library project in VS2010. In my project settings -> debug settings, …

visual-studio debugging visual-studio-2010 breakpoints external-process
Green Bars in Visual Studio 2010

I am wondering what these greens things are in Visual Studio 2010. What are they for? They look pretty random but …

visual-studio visual-studio-2010
'LIBCMT' conflicts with use of other libs + unresolved external symbols

I have a program using OpenGL 3.2(+libs) and FreeType2. Then an other program with Boost and OpenSSL. The OpenGL side …

c++ visual-studio-2010 linker-errors unresolved-external linker-warning
Using Visual Studio project properties effectively for multiple projects and configurations

I have always used Visual Studios built in GUI support for configuring my projects, often using property sheets so that …

c++ visual-studio-2010 visual-studio build projects-and-solutions
C++ Visual Studio: linking using pragma comment

I came across a piece of code which uses #pragma comment(lib, "libraryname"). Why this type of usage as opposed …

c++ visual-studio-2010 static-linking dynamic-linking
How to open black Console(Output) Window in windows form application in Visual Studio

I can't find how to open that black window that I can cout and stuff. I would appreciate if anybody …

visual-studio-2010 output-window
Epplus not reading excel file

Below is my code to read excel file. Code. FileInfo newFile = new FileInfo("C:\\Excel\\SampleStockTakeExceptionReport.xls"); ExcelPackage pck = new …

c# visual-studio-2010 epplus
How to embed a manifest file at compile time in Visual Studio 2010

I have a project with a manifest file with the following node: <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> ...meaning …

visual-studio visual-studio-2010 uac manifest