Good Evening,

I have been modifying the cart and so far when moving the things I want a simple build of the application sorts any problems out.

However, I have moved the cart and wish list into the third column on my masterpage and it puts out a compilation error.

Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1513: } expected

Source Error:

Line 981:        }
Line 982:        
Line 983:        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 984:        private void @__BuildControlTree(masterpages_twocolumn_master @__ctrl) {
Line 985:            

I think maybe that I need to inherit the HeaderControl...... but cant work out how to do it. Can anyone offer any advice if they have done a similiar thing?

Thanks

Dave.