For deploying you will need to install the MS report viewer. Heres a link: http://download.microsoft.com/download/6/e/d/6eda0f6a-4fb3-4880-bd96-fe71d7c12aa0/ReportViewer.exe[^] I have included a check within my installer to determine if its already installed. If not, it downloads and installs it.
G
Greg 0
@Greg 0
Posts
-
Recommendations for reporting solution -- shared hosting friendly -
Notepad Replacement -
Close all handles to a file ? -
Subersion - Anyone know about or use this?I did this myself not so long ago and have found it to be great. The only hurdle you might come across is the check in / check out model. Its a little different to what our team was used to (we used to use source jammer). SVN uses a non-locking model so it doesn't require you to lock the files while you're editing them. You can however set a flag to require a lock on the file. Greg