Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
Occasionally, seemingly randomly, about once a week, I get the following error in the output window when trying to deploy …
visual-studio-2010 sharepoint-2010I 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++ loadlibraryI'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-linkingI 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-datasetI'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-10When 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-compliantI 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-2007How can I fold comment blocks inside method blocks to be folded (outlined), just like methods and regions, etc.?
visual-studio-2010 ide foldingI'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 openmpThere 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