Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am starting work on a SharePoint 2010 Project and using the Visual Studio 2010 Built-In Magical Extension to do so. However, the turn-about cycle to re-deploy the solution is terribly long (build, package, retract, deploy, then restart, etc.) The only changes during this time have been to the individual Web Parts.

In the past I have used WSP Builder and for minor updates on the dev box just using the Copy-to-GAC/Copy-to-Hive features which has a much shorter turn-about to see changes to a Web Part. I was wondering if there was a similar (or alternative) method to get a similar quick turn-about in VS2010? The Mapped Folders address say, a changing view, but it's the Web Parts that interest me most now.

Please, if you are going to say "but you should always re-deploy", please do so only as a suggestion with other [useful] advice -- the testing servers get a full re-deploy. This is simply about helping me reduce the development cycle times.

share|improve this question

2 Answers

up vote 2 down vote accepted

Copy to 14 / Copy to GAC functionality in Visual Studio 2010

share|improve this answer
Thanks for the link (and tip-off to sharepointoverflow). I'm using CKS now and the quick-deploy from the context-menu works (but no hotkey? :-/), but the deploy from the Deployment settings determines the wrong local path and fails. – user166390 Dec 17 '10 at 18:41

If you deploy the BIN directory rather than the GAC then you can just do a copy on postbuild - no restart/deploy etc needed.

share|improve this answer
Thanks for the suggestion -- Separated BIN and GAC now (and shut down all "extra" SharePoint services/features/timers) -- works much quicker. – user166390 Dec 17 '10 at 18:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.