Once-click deployment and RDLC file folders
-
2012년 3월 14일 수요일 오후 12:31
Use VS2010 with Once-click deployment for VB forms and reports. Applications and ReportViewer work fine on all clients. However, I have to manually copy all the .rdlc files to the C:\Users\UserName\AppData\Local\Apps\2.0 folder on XP and Win7 workstations.
How can I get the deployment to copy these .rdlc files to the correct folder?
모든 응답
-
2012년 3월 16일 금요일 오후 12:28
Okay, that did not get a response so I'll ask this:
How do I set the the build action to "Content" and change "copy to output directory" to "copy always" in VS2010?
-
2012년 3월 16일 금요일 오후 6:35
Hi LHendren,
1 ) Go To Solution Explorer
2) Select your RDLC File
3) Right Click on File and Select Properties Option
4) Set "Build Action" as per your requirement
5) Set "Copy to Output Directory" as per your requirement
Regards
Alisha
- 답변으로 표시됨 LHendren 2012년 3월 19일 월요일 오후 12:32

