Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i have a project where multiple crystal reports are there and i created dll and this dll in other project .but crystal rpeort loading is getting failed when i try to load it from other projrct.
how do i give the path to access from other project

What I have tried:

r.Load("VALIDATION.CrystalReport1.rpt");


r.Load("CrystalReport1.rpt");
Posted
Updated 26-Nov-17 19:05pm
Comments
Suvendu Shekhar Giri 24-Nov-17 1:09am    
What is the error you are getting, can you share?
saimanisha 24-Nov-17 1:13am    
report loaidng failed.how to load a crystal report of other project .reference is added as .dll

1 solution

Run both projects same time and try
 
Share this answer
 
Comments
saimanisha 27-Nov-17 1:48am    
ITS dll file .i had set it as class library we cant debug it.i added this dll in other project when am running the code the report is failed .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900