how to get the path of application
hi iam giving path to my crystal report
crystal reportviewer.reportsource="C:\\project\\myreport1.rpt";
but if i move to other system it will be a problem with the path
so i want to get the path of my application with c# code
how to do that...