Skip to content

Visual Studio

Discussions on the Visual Studio .NET IDE

This category can be followed from the open social web via the handle visual-studio@forum.codeproject.com

3.1k Topics 7.8k Posts
  • Command line/scheduled builds

    question
    6
    0 Votes
    6 Posts
    0 Views
    A
    Trollslayer wrote: I'll bear it in mind for future stuff, thanks. You are welcome. Trollslayer wrote: I'm building a single project so in this case MSBuild looks sufficient MSBuild should be fine. The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.
  • Importing project between IDEs

    csharp visual-studio help
    3
    0 Votes
    3 Posts
    0 Views
    A
    See here[^]. The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.
  • TO EDIT FLEX GRID

    css com
    3
    0 Votes
    3 Posts
    0 Views
    A
    Sorry but no one is going to send you any code. Tell us what problem you are running into and someone will try and help you. Also, avoid posting your question in caps. Also, you should edit this message and remove your email address to avoid spamming. The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.
  • Can't get Properties window description box back

    help tutorial question
    4
    0 Votes
    4 Posts
    0 Views
    R
    That answer is VERY CLOSE. I just had this problem, found your message, and it led me to a solution. Sorry for the reply an old thread. PROCEDURE: Right-click on properties and turn off "Description." Close the Properties window. Close Visual Studio. Restart Visual Studio and load your project/solution. Open the Properties window. Right-click on a property in the window and turn on the "Description" option. When I turned the "Description" option back on, the description pane reappeared.
  • Does vs saved values after closing the program?

    visual-studio question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • TeamFoundation and unit tests

    visual-studio csharp testing collaboration help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    S
    Thanks.. My small attempt...
  • Getting Symbols Working

    csharp c++ visual-studio debugging help
    9
    0 Votes
    9 Posts
    0 Views
    C
    Hehehe... then you've been lucky. =) However, the symbols aren't much good for that, but they are very helpful to see why you're being called. I'm currently working on a plug-in, and I don't always know why the host app is doing something, and have some named function trace can be very helpful indeed.
  • VC6 SP5

    sharepoint com question
    5
    0 Votes
    5 Posts
    0 Views
    C
    thanks! image processing toolkits | batch image processing
  • Second Question

    question c++ visual-studio debugging tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Test Driven Development - is it worth it?

    testing beta-testing question discussion
    4
    0 Votes
    4 Posts
    0 Views
    A
    Very often clients like it if you can boast of, say. 85% test coverage. The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.
  • What is considered an Upgrade?

    question visual-studio help announcement
    8
    0 Votes
    8 Posts
    0 Views
    S
    Thank you for your reply. I've found that your answer may only apply to VS Professional though. Concerning VS Premium, it appears that Steve Maier, in his answer below, was correct after all - what he said was confirmed by MS licensing customer support. I did find however that there are actually versions of both VS Premium and VS Ultimate without MSDN subscription, for some resaon they're not advertised openly on the MS homepage - I only found out by looking at a MS whitepaper about upgrade licenses. I even found a shop offering these versions, they are advertised as: 'MS Visual Studio 2010 Premium Single MSDN Software Assurance (SA) - Open License ' These licenses appear to be full licenses, but come at half the price of the standard version with MSDN. They even include the SA part of MSDN (i. e. upgrade rights), just lack the 12 month support via MSDN. P.S.: I've got to correct myself again: The product mentioned above appears to only include the software assurance for a limited time (one year?) for one user, but not the software itself. This is rather confusing - why purchase a license separate from a priduct?? :confused: I also finally found out the upgrade mechanism for VS Professional: There are actually two different mechanisms in place which is why it was so hard to get consistent info on it. 1. There's a promo which is about to run out these days, or even may have run out already - couldn't find a definite date for that. This promo is explicitely limited to owners of Visual Studio 2005 or 2008 only. 2. There's also a 'normal' upgrade package that requires 'any' previous IDE, including the free Express version or a third party product. This pack is somewhat cheapr than the full version, but still considerably more expensive than the promo version. Both upgrade packs include a 1 year subscription of 'MSDN Essentials', but do not require an active subscription. Once the subscription runs out, the product may still continued to be used, but not the software that MSDNe grants you licenses for (Windows 7 Ultimate, SQL Server, and a few others) - unless you upgrade to a full subscription of course. modified on Friday, September 17, 2010 12:12 PM
  • 0 Votes
    2 Posts
    0 Views
    L
    yes. why do you doubt it? I'm developing on a dual-core laptop most of the time (still using a lot of VS 2008 though). :) Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
  • Issues with VS 2010 editor

    help question csharp html dotnet
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Creating VS project files using VS object model

    question visual-studio com xml
    2
    0 Votes
    2 Posts
    0 Views
    N
    Sounds like you would like something like custom project template wizards? I have done those for VS 6 and VS 2003.NET, and it's not too hard (obviously since I managed) This[^] is an article here containing a few demonstration videos describing how to do it for VS 2010. home
  • 0 Votes
    2 Posts
    0 Views
    L
    that looks like a programming language or a Windows question, not a Visual Studio question. This forum is for tool-specific questions only. :) Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
  • Environment variables

    question csharp visual-studio workspace
    2
    0 Votes
    2 Posts
    0 Views
    K
    Found a temporary solution for now: I open the Process Explorer, find the right process (devenv.exe, in my case), right-click for properties and go to the Environment tab to see currently defined environment variables. It's a huge help for me. What I am going to do next is either to find a tool or to write some extension that would allow me to access those variables easier and faster.
  • Where is CRRedist.msi for VS 2010???

    visual-studio question
    3
    0 Votes
    3 Posts
    0 Views
    S
    It's actually in C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5