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
  • complete project

    3
    0 Votes
    3 Posts
    0 Views
    L
    Start here[^]. The best things in life are not things.
  • Read Only? [modified]

    help c++ question data-structures
    11
    0 Votes
    11 Posts
    0 Views
    J
    Keep getting this problem in VS2008-SP1 (Win7 64bit) and all suggestion above don't seem to work for me??? Is there anything else I could do to get this sorted out. P.S. I'm getting this error while trying to add a handler to WM_LBUTTONUP in my view class!
  • VS2010 ABANDONED!

    csharp c++ debugging workspace
    4
    0 Votes
    4 Posts
    0 Views
    P
    If your computer is powerful enough for Visual Studio 2010, you should go with it. If the lack of Intellisence for C++/CLI is a problem for you, then you should look at products like Visual Assist X[^] I would particulary recommand that option is you like to uses new C++ features like auto keyword or want to uses STL.NET and if those overweight the fact that .NET 4.0 will be required for your clients. In my case, I do new development with Visual Studio 2010 but still uses 2008 for the maintenance of an existing application just to avoid for a time requiring or user to install a newer version of the framework. Philippe Mori
  • Mimicking folder hierarchy

    csharp visual-studio question
    2
    0 Votes
    2 Posts
    0 Views
    P
    Unfortunately I do not have the solution for you. However, if you have played with the Macro Language for extending VS or are willing to investigate, you should look at the sample macros that came with VS. The first is called "AddDirAsSlnFolder", it does the opposite of what you are asking for. It takes a directory folder, and creates a solution from the folder. It also creates folder (filters) in the solution that mimics the directory structure. One other function that may be useful, is in the Utilities group, and it is called "ListProj". This macro helps iterate through all of the project items (files). Good Luck
  • 0 Votes
    3 Posts
    0 Views
    L
    Read this free book[^]. The best things in life are not things.
  • Visual Studio Command Prompt - Xsd.exe

    xml csharp database visual-studio tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • VS2008 hot keys

    question
    3
    0 Votes
    3 Posts
    0 Views
    G
    In the end devenv /ResetSettings from the Visual Studio command prompt did it... Ger
  • Exception Hunter

    csharp visual-studio tutorial
    6
    0 Votes
    6 Posts
    0 Views
    M
    Exceptions and Exception Handling (C# Programming Guide) Exception Handling in C# more
  • Nav Keys Gone

    visual-studio com
    2
    0 Votes
    2 Posts
    0 Views
    F
    I've never had the nav buttons go but VS 2010 pro did decide it didn't like the right } anymore and refused to recognize it no matter how many times I smashed it :) . Also , it wouldn't let me add any break points. Closing and reopening fixed it though. Fallenangyl ~It's not my fault you suck.~
  • 0 Votes
    3 Posts
    0 Views
    E
    Hi tolw, thanks alot for your hint. I looked at the installed software, but all the updates and even the service packs are installed in English language (ENU), here is a screenshot: http://picfront.de/d/8cDs[^] I am totally confused now...
  • 0 Votes
    2 Posts
    0 Views
    S
    Please apply following patch, it will resolve the problem. ftp://ftp1.businessobjects.com/outgoing/CHF/crnet11win\_en.zip Salman Sheikh
  • 0 Votes
    5 Posts
    0 Views
    B
    I actually just have solved the problem here. It was bug to a custom macro I had installed. The macro was meant to change the text in the title bar but doing so was resetting the focus to the parent window and this was creating the above mentioned problem. I got rid of the macro for now. Maybe you could check if you too have unusual macros installed?
  • Assembly Manifest Error

    help question csharp visual-studio
    6
    0 Votes
    6 Posts
    0 Views
    L
    It has been a year since I didn't come across such a problem. I am on Visual Studio 2010 Ultimate now. This link might help. http://stackoverflow.com/questions/215026/the-located-assemblys-manifest-definition-does-not-match-the-assembly-reference[^] Regards Farhat.
  • Call stack window disappeared

    csharp visual-studio data-structures debugging tutorial
    3
    0 Votes
    3 Posts
    0 Views
    D
    You should have just edited your original question and added [SOLVED] to the front of the subject and added any comment you wanted into the body. Also your response is flagged as an Answer, and should really just be flagged as General. Cheers, Dave Find Me On: Web|Facebook|Twitter|LinkedIn Folding Stats: Team CodeProject
  • Intellisense in VS2010 using C++

    question c++ visual-studio
    2
    0 Votes
    2 Posts
    0 Views
    A
    actually... check this out... http://www.codeproject.com/Forums/3785/Managed-Cplusplus-CLI.aspx?fid=3785&tid=3840845[^] modified on Sunday, April 10, 2011 10:48 PM
  • 0 Votes
    2 Posts
    0 Views
    A
    I haven't done so (and really don't see too much use in doing so other than simulation) but it would be interesting to hear what you find out... post an update if you get it done or find a good resource. modified on Tuesday, March 29, 2011 11:53 PM
  • VS2010

    xml question
    8
    0 Votes
    8 Posts
    0 Views
    D
    Richard MacCutchan wrote: My advice is go with the freebies and spend your cash on grog. I approve of this! ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
  • Ctrl + F3 search not working

    visual-studio csharp help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    A
    Same problem, all the sudden CRTL+F3 doesn't work on both VS2008, VS2005, any idea?
  • unable to apply a change while debugging

    help tutorial question announcement
    3
    0 Votes
    3 Posts
    0 Views
    F
    Hi, no i wasn't changing any code. All I did was took down a latest from TFS and built the solution. But i've resolved this now. I tried building multiple times but no luck and also downloaded from TFS but no good. I restarted my VS and built it and worked ok. Cheers,
  • 0 Votes
    7 Posts
    0 Views
    P
    That's what it COULD say, but I don't want to make any assumptions because there is no context in there any more. It's based off an automated translation, which means it's lost the original sense. I'm not a stalker, I just know things. Oh by the way, you're out of milk. Forgive your enemies - it messes with their heads My blog | My articles | MoXAML PowerToys | Onyx