Top "Visual-studio-2010" questions

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

Is it possible to deploy SSIS 2012 package on SQL Server 2008

I have a package that is developed in SSIS 2012 using Visual Studio 2010. Is it possible to deploy/attach this package …

sql-server-2008 visual-studio-2010 ssis ssis-2012
Windows 10 and Unable to find vcvarsall.bat

When I try to build one package: C:\Linter\intlib\PYTHON>python setup.py build I get this error …

python windows visual-studio-2010 python-3.4
Using port 80 with IIS Express inside of VS2010

I've got an app that I am trying to run on my dev system under IIS Express from VS2010 that …

asp.net-mvc visual-studio-2010 http asp.net-mvc-3 iis-express
A project with output type of class library cannot be started directly - with a startup exe

Firstly I'm completely aware of this message and why it happens normally. It's not that I'm just trying to run …

visual-studio visual-studio-2010 visual-studio-2005
Visual Studio 2010 is asking to convert RDLC created on VS2008 to RDLC 2008 format?

I've created my project on Visual Studio 2008, as well RDLC files on it. But now, when I open the solution …

visual-studio-2008 visual-studio-2010 rdlc reportviewer2008
PostBuildEvent Create Directory

I'm trying to create a folder named Design in the build output folder using th following commandline in the PostBuildEvent …

c# visual-studio-2010 cmd post-build-event
Oracle ManagedDataAccess - Connection Request Timed out - Pooling

I'm finally admitting defeat and asking for help. I've done everything I can think of to solve this problem, but …

c# oracle visual-studio-2010 odp.net-managed
Use static_assert to check types passed to macro

I unfortunately have several macros left over from the original version of my library that employed some pretty crazy C. …

c++ c visual-studio-2010 g++ static-assert
What is the difference between "windows application" and "windows forms application"

I was trying to use a third-party component developed in C# in a VB.NET project. When I tried to …

c# .net vb.net visual-studio-2010 visual-studio-express
convert vb6 project to .net using VS2010 Express?

I can't seem to convert my vb6 ActiveX dll project (.vbp) to .net using VS2010 Express. Is there another way? …

visual-studio visual-studio-2010 vb6 vb6-migration