Do as I say, not as I do
After spending a looong time trying to figure out why my code behind for my page layout wasn't updating after making a simple change and doing an STSDEV Release build, I found out the hard way that you have to do a DebugBuild before you do a ReleaseBuild, otherwise it won't update the dll. Save yourself some frustration and add this to your list of todos each time you do a release in STSDEV.
Thanks to fellow SharePointers blogger Grant for providing with technical/emotional guidance as I troubleshooted this issue.
Thanks to fellow SharePointers blogger Grant for providing with technical/emotional guidance as I troubleshooted this issue.
Comments