Hi,
we have a web application with reports.
to print a report I use to use an aspx page with a crystalreportviewer and a crystalreportsource in Visual Studio 2010.
when I tested this application in localhost anything goes fine. but when I published this web application to an host ( aruba for example ) I get an error, exactly an error for publik key.
I found a suggestion here, http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ…
and I put the correct dll. but when I published the code, I got another error..
Method 'CreateRowsetCursor' .... PublicKeyToken=692fbea5521e1304' does not have an implementation
now I think that if I can install crystal package on a server I'll resolve any problems. but if I have only access to the host with ftp and access to bin etc....and I only can publish dll..page..etc...how I can resolve this problem?
thank you