Click here to Skip to main content
16,002,130 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to set Rdlc report path in winform application?
In my application i am using ' aplication.starup+ Report1.rdlc ' for getting path. it's working fine but when i creating setup file this path won't work.
Posted
Comments
Jibesh 18-Dec-12 23:07pm    
Application.Startup is the executables startup path. if you try to use the dll from other application path will be different
sai sagar 18-Dec-12 23:09pm    
ya. it's right but how can i get path from that dll
Jibesh 18-Dec-12 23:15pm    
you should consider using some other method to get the path if your dll is used by different executable. may be registry or expose a method or class to pass the root folder from outside. keep the dll free from fixed configuration if its consumed by diff application.

you may add some more details about how you are using the dll.

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