Browse by Tags

All Tags » Deployment (RSS)
So you become a pro SharePoint developer, you’re great at making solution packages , but now you’re feeling lazy and want to cut out a few steps when you’re just making some changes during development.  This post is for you.  In reality, the...
I am about to do start giving some training again, so I thought I would work on some more content for the blog that I could refer to people to when they are trying things out.  Today, I want to start out with the basic task of deploying a page to...
I am excited to see that SharePoint Saturday is coming to Tulsa this Saturday 3/28.  We look to have a lot of good local speakers plus several from out of town as well.  I am giving my talk on deployment that I gave at SharePoint Saturday Kansas...
On Saturday, I had the opportunity to speak at SharePoint Saturday in Kansas City. It was a fun event with a pretty good turnout and I had the opportunity to meet lots of new people. I gave a new talk on Deploying Code in SharePoint . The talk focused...
A common question I get with new SharePoint developers is "How do I deploy my user control in SharePoint?". Many times they know of the SmartPart or even how to make their own , but its the matter of deploying things that may not be clear. Before...
UPDATE: Building Web Parts in SharePoint 2010 I've recently helped out a number of developers new to SharePoint and I found that I have been often asked the same types of questions. Most of those involve getting started and deployment, so today, I...
Let's face it, any new SharePoint developer is going to run into an error such as the one below when starting out. [WebPartPageUserException: Cannot import MyWebPart Web Part.] at Microsoft.SharePoint.WebPartPages.WebPartImporter.CreateWebPart(Boolean...
There are a ton of tools out there to create SharePoint solution packages (.wsp files) for you, but it is still a good idea to know what those tools are creating for you exactly. Sometimes, things don't always work right, and you may need to customize...
In order to properly install a web part with Code Access Security, it is necessary to create a deployment solution. My next post will cover these and the proper way to specify code access security for a web part. In the meantime though, I wanted to post...