Message 1 of 14

Not applicable
08-24-2020
01:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all ,
I would like to read out the messeges txt whats given by designdoctor sign (for childs files of an assy).
I tried this :
Dim em As ErrorManager = ThisApplication.ErrorManager MessageBox.Show(em.AllMessages)
The all mMesseges should give me a xml file as string whith all messages i supose.
It returns me just : <ErrorsAndWarnings/> as a string (not content)
Can anyone help me with this please ?
Kind regards,
Solved! Go to Solution.