If you see this exception on your sharepoint site – open your master page in Sharepoint Designer (!), and find a line that reads “<%@ Register TagPrefix=”wssuc” TagName=”Welcome” src=”~/_controltemplates/Welcome.ascx” %>“.
Make sure the tilde isn’t missing from src attribute (if it’s “src=”/_controltemplates/Welcome.ascx”” – this is the issue).