PDA

View Full Version : Use of DLLs


MushroomBill
05-13-2010, 01:50 AM
Can i check my undertanding?

I need to get my asp.net application hosted

If I choose your service - can my app still use a 3rd party dll that is referenced in the project? (itextsharp)

What happens with regard to the crystal report viewer - will my crystal reports run or do I need it support library installed too? Can I do this?

Thanks.

ASP 3.5 NET app
SQL Server 2008 DB

MushroomBill
05-13-2010, 02:16 AM
from further research in the forums it would appear that Crystal is out.

Thats not a big problem as so far I'd only written 1 crystal report and will switch over to MS Reporting Services.

Unless otherwise advised I understand that this is supported!

Thanks.

wisemx
05-13-2010, 02:53 AM
Hi,
Crystal is not supported, that part is correct.
The latest Microsoft ReportViewer (v10) is supported.
You can use it with or without SSRS and it is very much like CR.

If the library components run from your /bin/ and no GAC is needed, yes.
All the best,
Mark