private void LoadFeedList()
        {
            feedlist = new FeedList();

            try
            {
                feedlist.Load();
            }
            catch (FileNotFoundException ex)
            {
                // This error is most likely caused by a missing interop assembly
                throw new NoInteropException(ex.ToString(), ex);
            }
        }
        private void LoadFeedList()
        {
            feedlist = new FeedList();

            try
            {
                feedlist.Load();
            }
            catch (FileNotFoundException ex)
            {
                // This error is most likely caused by a missing interop assembly
                throw new NoInteropException(ex.ToString(), ex);
            }
        }