Top "Visual-studio-2010" questions

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

the application for project is not installed

I'm opening a solution that was apparently built on Visual Studio 2003 (not sure, I don't know anything about it) and …

visual-studio visual-studio-2010 visual-studio-2003
How to debug in release mode?

I have to debug a c++ project, but as one dependency doesn't compile in debug mode and I haven't been …

c++ visual-studio-2010 debugging visual-c++ release-mode
printing from cuda kernels

I am writing a cuda program and trying to print something inside the cuda kernels using the printf function. But …

c visual-studio-2010 cuda gpgpu
rdlc report in vs2010, how do i repeat column header on every page?

How do I repeat column header (captions) in RDLC reports? It says here http://msdn.microsoft.com/EN-US/library/735D1…

visual-studio-2010 rdlc ssrs-2008
How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?

There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 …

visual-studio-2010 msbuild msdeploy
What is the significance of ProjectTypeGuids tag in the visual studio project file

What is the significance of the ProjectTypeGuids tag in a visual studio project?? When I created a WPF application, i …

.net visual-studio visual-studio-2010 projects-and-solutions
JavaScriptSerializer namespace issue

I am having a problem trying to implement the JavaScriptSerializer to parse a JSON string received from a server. I …

c# json visual-studio-2010 javascriptserializer
Visual Studio SP1 error: silverlight_sdk.msi is unavailable

I'm trying to install the SP1 for Visual Studio 2010. I first installed the beta and it worked fine. Then I …

visual-studio visual-studio-2010
Create a parameter in rdlc report

I am a newbie to rdlc reports. I need to create a parameter that i will pass to a subreport. …

visual-studio-2010 c#-4.0 report rdlc
How to get Visual Studio 2010 to highlight instances of a variable

I'm new using vs2010 I've read that when you click on a variable its suppose to highlight all the instances …

visual-studio visual-studio-2010 editor highlighting