Hello

I'm wondering if it's possible to check in the application start if the system has the correct assemblies installed to my application to work?

Let me explain, i have a application that uses several reports, and to solve the problem of the first time open report, I run in another thread a dummy report. This works fine if the user has the crystal reports installed but if it doesn't the app stops working.

So, there is anyway to check if the assemblies that crystal reports need are installed?

Thanks