whenever i open a new file, class or aspx page, the regions are always closed.
I don't save it this way to Visual source safe so what's up with that?
Printable View
whenever i open a new file, class or aspx page, the regions are always closed.
I don't save it this way to Visual source safe so what's up with that?
More than likely your project csproj.user (or vbproj.user for vb) files were added to source control and are being overwritten when you get the latest from source safe.
The answer would be to remove the user files from source control, so your current ones are never overwritten.
Same for the solution .suo files (solution user options).