Try sp_refreshview.
sp_refreshview [ @viewname = ] 'viewname'
From BOL :
Updates the metadata for the specified non-schemabound view. Persistent metadata for a view can become outdated because of changes to the underlying objects upon which the view depends.