----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: NetPointer Message 1 in Discussion Hi guys, It seems purely unexpected behaviour to me. (Although I do not DARE to say it is a Bug, but it seems so.) Steps to reproduce. -Create a console application. (or any kind of app) -Create Enum like this. Public Enum Numbers Zero One Two Three Four End Enum -Check the value of enum member Sub Main() Console.WriteLine(Numbers.Three) 'will print 3 Console.Read() End Sub -Now drag any member below or above three and change its position. for example put two below Three or take Four above Three. -mind well, you are not supposed to use Keyboard here. ONLY USE MOUSE TO DRAG AND DROP THE LINES. -compile and see the result. (will still print 3 if you drag drop and modify code) It seems that if u modify the code with drag and drop, and any of the signatures do not change, then VS.NET considers it as unchanged code, and it does not Rebuilds it. If you Rebuild the project instead of just pressing F5 or build, then it works ok. Regards, NetPointer ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
