Partilhar via


BB13: SharePoint 2007 Creating SharePoint Applications with Visual Studio -- Sample Code

Here are the code samples I demonstrated in my PDC Session last week as promised.

You can watch the recorded session here: https://channel9.msdn.com/pdc2008/BB13/ 
(Silverlight streaming Video & slides + demo side by side)

Please read the “Contoso Sample Setup.rtf” file for setup instructions.  

There are a few things you need to do!

The best place to start is to download the WSS developer VPC from here.  The PDC session was conducted on this VPC and the setup instructions are built assuming you are using that VPC.  Of course you can use this on any machine, but the setup instruction may vary slightly.

Please leave a comment or use the “Email” feature of my blog if you experience any setup issues.

Comments

  • Anonymous
    November 04, 2008
    PingBack from http://mstechnews.info/2008/11/bb13-sharepoint-2007-creating-sharepoint-applications-with-visual-studio-sample-code/

  • Anonymous
    November 05, 2008
    Top News Stories The Sharepoint Sessions Revisited – Part Two – EMC Documentum and SharePoint

  • Anonymous
    November 05, 2008
    Lots of work has gone into the new Patterns and Practices SharePoint Guidance. I'm very excited to see

  • Anonymous
    November 06, 2008
    I tried to follow the directions to propare the vpc, but cannot uninstall the SQL compact. Has something changed?

  • Anonymous
    November 06, 2008
    The comment has been removed

  • Anonymous
    November 06, 2008
    Chris, I followed those directions before I wrote my first post and it does not work. Upon trying to remove it asks for the msi. I browse to the msi click ok and get a message back that says it needs the Sql Server Compact 3.5 ENU. Isn't that the msi? I am trying to remove it from Add/Remove Programs. Am I doing something wrong? Thanks, Michael

  • Anonymous
    November 06, 2008
    Hi Michael, I think my link in the doucment is to the wrong MSI.  Try this one: http://www.microsoft.com/downloads/details.aspx?FamilyID=7849B34F-67AB-481F-A5A5-4990597B0297&displaylang=en I will update the setup document. My appologies. Thanks, Chris.

  • Anonymous
    November 10, 2008
    The rip in the fabric of space time between our universe and the bizzaro universe , where I am a SharePoint

  • Anonymous
    November 12, 2008
    My talk today in Barcelona was a walkthrough building a SharePoint solution with the Visual Studio 2008

  • Anonymous
    November 13, 2008
    Does the Tools msi link need to be updated? I am getting a similar error when I try to uninstall that. Michael

  • Anonymous
    November 13, 2008
    The comment has been removed

  • Anonymous
    November 19, 2008
    Hi Chris, I just wanted to thank you sharing your PDC source code... I'm watching and learning at the moment  :) regards, Michel

  • Anonymous
    December 04, 2008
    Hey, Been reading your blog for a while and thought you'd be interesting in knowing about a utility that we've just open sourced. ShUIE = SharePoint User Interface Extender It allows you to dynamically (according to context) insert JavaScript and CSS into any SharePoint page. The announcement is here: http://www.buro9.com/blog/2008/12/04/announcing-shuie-sharepoint-user-interface-extender/ And the code and documentation is here: http://www.codeplex.com/ShUIE Cheers David

  • Anonymous
    January 16, 2009
    Hi Chris, thank you for the demo, very impressive. But I feel really frustrated with Sharepoint. At first I tried to override the default list menu action "add a new item" by a customized aspx page, that's when I got the codebehind issue. Then I realize that if I add or remove a menu action on a specific list, I need to have the ListItemTemplateID, which I dont know how to get from an existing list. Therefore I decided to use a web part instead. I created a web part with UC in path, it worked fine when imported to the web part gallaries. But when adding to a page, it got error "Could not find a part of the path 'H:InetpubwwwrootwssVirtualDirectories6888Orderbooking'".....Can't debug, attach w3wp, nothing worked. It got even weired after I made some changes to the user control, error said "'ASP._layouts_webparticlecontrol_ascx' does not contain a definition for 'Calendar1_SelectionChanged'RenderContents". I dont know where the codebehind of the user control was, isn't it inside the dll ? Either I'm too stupid or the Sharepoint is too hard to use. I'm so frustrated. Please help...

  • Anonymous
    March 12, 2009
    I got  !-- #RENDER FAILED -- > Error Message when I deployed "Forecasts List". Any idea about that ?