diff -r 43bb1b8ed555 -r b6df6fce6e5d client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs --- a/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs Mon Jan 25 09:30:22 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs Wed Jan 27 10:37:39 2010 +0100 @@ -386,7 +386,8 @@ new KeyValuePair("newAnnotation", newfile.ToString()), new KeyValuePair("msg", "303")); helper.ResponseComplete += new HttpResponseCompleteEventHandler(helper_ResponseComplete); - helper.Execute(); + // helper.Execute(); + MessageBox.Show(newfile.ToString()); _refElement = null; OnPropertyChanged("IsControlEnable");