开发者

Migrating SharePoint 2007 to 2010

开发者 https://www.devze.com 2023-01-05 16:14 出处:网络
Is a sharepoint 2007 webpart likely to work on 2010 without any modific开发者_运维技巧ation? If not, what are the main areas that would require modification? Have a look at my series of posts about po

Is a sharepoint 2007 webpart likely to work on 2010 without any modific开发者_运维技巧ation? If not, what are the main areas that would require modification?


Have a look at my series of posts about porting a SharePoint 2007 WSPBuilder Project to SharePoint 2010.


Most likely it will migrate without issue. If you are using the ASP.NET namespace to inherit from for the web part (as opposed to the SharePoint one) you will be fine.

The SharePoint OM hasn't dramatically changed either. A lot of the changes have be on how you can access the data (Client Object models), workflow changes, etc.

Of course, test :)


Most of your code will probably work as expected. Please notice that because of stricter adherence to W3C standards you may experience some UI issues (that really depends on how strict you were in the first place, IE quirks would not work).

Also pay attention to the changes in the SSP functionality, well, for once, there is no SSP any more. Namespaces having to do with user profiles and such have been changed and your code could be broken now

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号