Top "Visual-studio-2010" questions

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

Why do I get a permission error when connecting to SQL Server from Visual Studio?

I have SQL Server 2005 SP4 Express, when I try to establish connection from VS2010 to my database, I get a …

visual-studio-2010 sql-server-2005-express
Dreamweaver CS5 Auto-Format source code like in VS2010 CTRL+K, CTRL+D?

Does Dreamweaver CS5 support auto-formatting feature similar to Visual Studio 2010 CTRL+K, CTRL+D? Thanks!

visual-studio-2010 dreamweaver autoformatting
How to uninstall the .net Productivity Power Tools (PPT)?

I have recently installed .net Productivity Power Tools and then ReSharper later some time. However most of the futures offered …

.net visual-studio-2010 visual-studio-power-tools
How do I use msbuild in Visual Studio's post build event?

I'm trying to configure the YUICompressor.NET in my Visual Studio project. As I've understood, I have to create a .…

visual-studio-2010 post-build-event yui-compressor
Newlines in the Immediate Window

Using Visual Studio 2010 Professional, I have a ToString() method that looks like this: public override string ToString() { return "something" + "\n" + "…

visual-studio debugging visual-studio-2010 newline immediate-window
Was Visual Studio 2008, 2010 or 2012 (v11) written to use multi cores?

Basically i want to know if the visual studio IDE and/or compiler in 2010 and 2012 was written to make use …

asp.net vb.net ide visual-studio-2010 multicore
How can I import color schemes into Visual Studio 2010?

I recently came across this website: http://studiostyles.info, which contains a list of color schemes that people have already …

visual-studio-2010 colors color-scheme
How to suppress code analysis on generated code?

I have a Silverlight project with a generated Reference.cs file where the service reference is in. The class is …

c# silverlight visual-studio-2010 analysis
How can I build this simple C++/SWIG/C# project in Visual Studio 2010?

I need help setting up a simple C++/C# SWIG project. I am having a hard time putting together a …

c++ visual-studio-2010 c#-4.0 swig
Fast gradient-descent implementation in a C++ library?

I'm looking to run a gradient descent optimization to minimize the cost of an instantiation of variables. My program is …

c++ visual-studio-2010 optimization numerical-methods gradient-descent