Hi
I Applied a patch to a asp.net page using the tortoise svn "Apply Patch" command. The patch was created using the "Create patch" command.
The patch added a label control to the aspx page and some references to it in the codebehind. Now the solution just wont build unless I build the page seperately first. Sometimes even that wont work.
The page is perfectly valid asp.net and c# code that build and runs often. The only difference is that the code is added outside visualstudio, in tortoisemerge.
Any fixes
Comment: The file was already in the project. its just that a new control was added outside vs