Hello,
maybe someone can help me with my problem:
I use a backgroundworker to scan pdf files in a directory. after that i fill one list of stream with these files.
When the backgroundworker has finished his job i connect these list of stream to my pdfdocumentviewer1 via .LoadFromStream
When i start, the "list of stream" is filled but after that the connection via LoadFromStream will killed by an error of "accrossing threading (i don't know the really word in english - my debugging is in german)" because pdfdocumentviewer1 seams to be created in another thread.
Hope you understand my problem, i'm from germany.
Thanks
Greetings
Christian