FR hangs while trying to export
Hi, I use the newest fastreport.mono with Windows.
I have a really simple example with just a footer in it and i Register no data f??r the Export.
My issue is, that fastreport is not responding and won't show the SaveFile-dialog after choosing an Export to file type.
With Fastreport.net it works perfectly fine, with mono not. It does not matter which Export type I choose.
What could be the reason for not showing the SaveFile Dialog?
regards
I have a really simple example with just a footer in it and i Register no data f??r the Export.
My issue is, that fastreport is not responding and won't show the SaveFile-dialog after choosing an Export to file type.
With Fastreport.net it works perfectly fine, with mono not. It does not matter which Export type I choose.
What could be the reason for not showing the SaveFile Dialog?
regards
Comments
I tried it out in a simple console application. it Showed me in VisualStudio an exception that the main procedure must be marked as STAThread. Compiled -> it hangs as described.
Ok but i cannot Change my application to be STAThreaded. what Solutions exist? (I really dont want to start a new STA Threaded exe to avoid this)
It Runs.