Top "Visual-studio-2010" questions

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

Any .NET examples for Yahoo Query Language (YQL)?

I'd like to make some simple calls to Yahoo Query Language (YQL). Has anyone implemented this in .NET? Here is …

c# .net visual-studio-2010 yql
VC++ LNK Errors With GLFW

I'm using VC++ 2010 to work with some OpenGL. However, it's becoming a pain. I keep getting error codes again and …

c++ visual-studio-2010 linker glfw
"The type or namespace name 'XmlSerializer' could not be found" error when System.Xml.dll is referenced

I've already wasted a few hours on this one: XmlSerializer serializer; YES, the using is there, the reference is there, …

c# visual-studio-2010 silverlight-4.0 xmlserializer
VS2010 - HLSL Intellisense?

Are there any free components out there that will give highlighting and/or intellisense for HLSL? I've seen mentions of …

visual-studio-2010 intellisense hlsl
Custom Action not working - Visual Studio Setup Project

In the past we have used Advanced Installer to build our .msi installers for a particular project. Our yearly license …

visual-studio-2010 installation registry setup-project custom-action
Running Visual Studio 2012 Express c# from USB

I recently joined a programming club at my highschool, and wanted to be able to use usb to run Visual …

c# visual-studio-2010 usb system icsharpcode
Import list template STP file to Visual Studio 2010

I have exported a Sharepoint 2010 list as a list template (.stp file) via the UI. Is there any way to …

visual-studio-2010 sharepoint-2010 stp
Can I use 32 bit Oracle Developer Tools with x64 ODAC in VS2010?

From the Oracle website here: http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html This is for their latest …

visual-studio-2010 oracle11g 64-bit odac odt
Deleting entire folder in Visual Studio Post-build event

I'm trying to delete a folder in my output directory using the following command line: del /F "$(TargetDir)Content\" Tho …

visual-studio-2010 visual-studio post-build-event
How to Change SharePoint 2010 Project from Sandboxed Solution to Farm Solution

I created a new sharepoint project in Visual studio 2010 and by mistake it was sandboxed solution, after finishing my development …

sharepoint visual-studio-2010 sharepoint-2010