Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Visual Studio .Net 2003 : bugs?

  • 27-02-2004 11:16am
    #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