Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Visual Studio .Net 2003 : bugs?

  • 27-02-2004 12:16PM
    #1
    Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭


    Has anyone else run across this....

    Every so often, particularly when working with Windows Forms in a C# project, my code gets corrupted and starts throwing compiler errors.

    Typically, this seems to be activated by me being foolish enough to use the "folding" feature in the editor to fold some code away. It doesn't happen all the time, but when it does, ends of lines inside the fold get truncated.

    Another variant I've seen is that if you fold away the Initialisation section and then modify the UI through the graphical-layout, then the auto-generated code gets corrupted.

    Oh yeah - and search/replace doesn't seem to search inside folds which are collapsed.

    Is this just me, or has anyone else run into these?

    jc


Comments

  • Registered Users, Registered Users 2 Posts: 629 ✭✭✭str8_away


    Originally posted by bonkey
    Oh yeah - and search/replace doesn't seem to search inside folds which are collapsed.

    Make sure "Search hidden text" is ticked.

    As for other issues I have not experience them on VB.Net :dunno:


  • Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭bonkey


    Originally posted by str8_away
    Make sure "Search hidden text" is ticked.

    D'oh.


  • Registered Users, Registered Users 2 Posts: 640 ✭✭✭Kernel32


    I experienced some problems in Webforms and code regeneration in the first version of VS.Net but I am using the lastest version, 7.1 I think, VS.Net 2003 Enterprise edition and the bugs seem to be gone now.


Advertisement