Tag: sharepoint 2007
-
Creating event receivers in SharePoint 2007 with WSP builder
In my last post I described how to create a list event receiver. However it assumed some pre-existing knowledge of to to build and wrap wsp solutions together. I realized that maybe I should have described the actual process of building the solution as well, because some newcomers may not be familiar with that part.
-
Finding the strong name of an assembly
Sometimes when you’re developing things for SharePoint, you need to reference the strong name of your assembly. It’s not inherently obvious how to do this, so here’s a quick heads on how to use Reflector to do it. First head over to Red Gate‘s website and download Reflector if you don’t already have it installed.