
I have 1 situation though where I recieve an error message.
This is on a web project in VS2005
If I doubleclick, lets say, Default.aspx and start editing the html, the file automatically get checked out and everything works fine.
Now, if I try do do the same with the codebehind file, Default.aspx.cs, I get the following error message "Check out failed for $/..Default.aspx: you already have the file checked out". (Default.aspx not beeing checked out from before) Although the message is displayed the checkout has actually gone good, and only the check out status icons are a little off.
If I manually choose to check out Default.aspx first, then the autocheckout of the code behind works fine.
Any ideas ?
Normal class .cs files works fine, so it must be related to the codebehind files.
Using 3.1.5