Top "Visual-studio-2010" questions

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

"Provider Load Error" when deploying SharePoint 2010 solution

Occasionally, seemingly randomly, about once a week, I get the following error in the output window when trying to deploy …

visual-studio-2010 sharepoint-2010
LoadLibrary returning Null

I just tried the following code(windows xp sp3, vs2010) and LoadLibrary seems to be returning Null. #include "windows.h" #…

c++ visual-studio-2010 visual-c++ loadlibrary
Linking library without a header file?

I'm attempting to link a static library in C++ using Visual Studio 2010. Trouble is, the library (and accompanying header ) have …

c++ visual-studio-2010 mfc linker static-linking
Create entire DataSet from existing stored procedure

I have stored procedures (they accept parameters) that return multiple result sets and I'd like to have this saved in …

visual-studio-2010 stored-procedures dataset strongly-typed-dataset
Silverlight 5.0 debugging issue on Windows 10

I've recently upgraded my OS to Windows 10. I have a very basic Silverlight 5 application which gives me Unable to start …

visual-studio-2010 silverlight-5.0 windows-10
CA1014 Mark 'some.dll' with CLSCompliant(true) error message with StyleCop of VS2010

When I run StyleCop, I got this error message saying that I need to Mark the dll with CLSCompliant(true). …

visual-studio visual-studio-2010 dll stylecop cls-compliant
Removing the namespace from SOAP request

I have imported a WSDL and use it to send a SOAP request. It looks like this: <?xml version="1.0"?&…

java delphi visual-studio-2010 soap delphi-2007
How do I fold code for comment blocks inside method blocks?

How can I fold comment blocks inside method blocks to be folded (outlined), just like methods and regions, etc.?

visual-studio-2010 ide folding
OpenMP: Huge performance differences between Visual C++ 2008 and 2010

I'm running a camera acquisition program that performs processing on acquired images, and I'm using simple OpenMP directives for this …

c++ performance visual-studio-2010 openmp
Extract/Decompile source files from exe

There is a client specific solution that we cannot find the source code for, but we do have the .exe …

c# visual-studio-2010 decompiling reflector .net-reflector