Hi to all.
I work in a software house in Italy and I extended SharpDevelop to manage our proprietary language. This include support for a custom project type. In some cases we have to load projects with a lot of components. So I added a feature to load project asynchronously. I added a reference to the Microsoft Async CTP Framework to use async and await keywords.
I have a problem. The project is loaded asynchronously. But the IDE is freezed until itfinishes loadingthe project.
Any suggestion?
Thanks a lot.
Andrea