12 posts tagged with visualstudio. (View popular tags)
Displaying 1 through 12 of 12. Subscribe:
Where can I find good information about programming with C++/MFC in Visual Studio? [more inside]
posted by that girl
on Jun 7, 2009 -
16 answers
Is there any way that I can buy older versions of Microsoft software? [more inside]
posted by gregvr
on Feb 25, 2009 -
7 answers
When I do Add -> Existing Web Site in Visual Studio 2008, if the existing site was created in an earlier version of .net (say 2.0 and I'm running 3.5) Visual Studio automatically starts an update wizard to convert the site to 3.5. How do I turn off this behavior so that it simply imports the web site without updating it?
I know this is possible because the first time I did this it happened flawlessly, but at the time I didn't un-check the "automatically update sites next time" check box. Gah.
posted by ChasFile
on Dec 30, 2008 -
1 answer
Visual Studio for the confused: I've inherited a C#/ASPX Net 1.1 application from what appears to have been some fairly low-skill software developers. The language, systems environment, and cleaning up the software itself aren't problems, but what the hell am I supposed to do with all this IDE stuff? I need learning resources. [more inside]
posted by majick
on Sep 24, 2008 -
11 answers
SQL/MS Visual Studio help please! I have two tables. I need to present Table1 data grouped by SiteID, within time FROM and TO, on the report. Then I need to make one calculation on the report using Table 1 data totalled across all sites (and within FROM and TO) plus Table 2 data totalled between times FROM and TO. [more inside]
posted by inigo2
on Sep 10, 2008 -
10 answers
CompilerFilter: I've got an old project that was written with Borland C++ 5.0 for Windows. I've been tasked with porting this project to Visual Studio 2005. Easy way to do this?
[more inside]
posted by jozxyqk
on Apr 28, 2008 -
2 answers
Microsoft Visual C# 2005 Express Edition is no longer available via Microsoft. Anyone know of anywhere else it can still be downloaded ? [more inside]
posted by southof40
on Apr 1, 2008 -
2 answers
Give me your best Visual Studio tips. [more inside]
posted by A Kingdom for a Donkey
on Oct 18, 2007 -
11 answers
.NET build automation software experiences/recommendations? [more inside]
posted by mkultra
on Nov 13, 2006 -
4 answers
I'm writing a program that uses lots of memory. I'd like a utility that can show me what it's using the memory for.
For example, one part of the program processes an XML file, creates an object and loads a WebBrowser .NET control. I'd like to see how much memory was required to parse the XML file, how much memory my object is using, and how much memory the WebBrowser control uses. [more inside]
posted by matthewr
on Sep 14, 2006 -
3 answers
In C#, how can I at runtime create an instance of an ActiveX control and then use its methods, properties and events? [more inside]
posted by matthewr
on Aug 24, 2006 -
22 answers
Why can't I debug non-UI threads in Visual Studio 2005? [more inside]
posted by antifuse
on Nov 17, 2005 -
2 answers