Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-2003I 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-modeI am writing a cuda program and trying to print something inside the cuda kernels using the printf function. But …
c visual-studio-2010 cuda gpgpuHow 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-2008There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 …
visual-studio-2010 msbuild msdeployWhat 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-solutionsI am having a problem trying to implement the JavaScriptSerializer to parse a JSON string received from a server. I …
c# json visual-studio-2010 javascriptserializerI'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-2010I 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 rdlcI'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