المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : I am getting some unhandled exception after installing when i include crystal reports in the project with reports its working.



C# Programming
06-08-2009, 09:50 PM
the project which i am doing is windows based project . In that i need to generate some reports , so i did that with crystal reports and then i created a setup file and then i installed in another system, then i am getting the exception . After that i removed crystal reports from my project and again i installed the setup file , then its working fine. I want to know how to include the reports.

And also i have one more doubt, that is for a label control i dynmically changed the font and color of the text and then i stored those values in the database 'access' and i want to apply the values stored in the database to other labels. How to apply those stored values to other labels from the database. I retrieved from database i got the values as string , then how to apply these string values to change the color of the label.