OfficeDeveloper.NET
development

A Virtual Machine (VM) for the Office 2010 Developer Training Kit – (Includes SharePoint 2010)

February 1, 2010 by Staff · Leave a Comment 

  The Office 2010 Developer Training Kit requires a development environment to give you the full impact of the development experience which includes SharePoint 2010. There are many ways to go about setting up a Virtual Machine (VM) x-64 environment from using Windows Virtual Server 2005 R2 SP1 (x64) to running a VM under Hyper-V on Windows Server 2008/R2 or on Windows 7.

Original post:
A Virtual Machine (VM) for the Office 2010 Developer Training Kit – (Includes SharePoint 2010)

development

Setting up Windows 7 for Office & SharePoint 2010 Beta Development

December 2, 2009 by Staff · Leave a Comment 

So I decided to get my Windows 7 laptop installed with all the latest public Betas this week which includes Visual Studio Beta 2, SharePoint 2010 Beta and Office 2010 Beta. I had been using internal builds and thought it would be better to get in sync with everyone else in the community. I have to say there were a couple bumps that I experienced along the way that had me scratching my head and searching the web so I thought I’d consolidate all the resources I found and document the steps I did which resulted in a successful install.

See original here: 
Setting up Windows 7 for Office & SharePoint 2010 Beta Development

development

Channel 9 Interview: SharePoint Feature and Package Designers in Visual Studio 2010

November 19, 2009 by Staff · Leave a Comment 

In this interview I sit down with Lily Ma, a Program Manager on the Visual Studio Team building tools for SharePoint development. Lily shows off the new SharePoint feature and package designers in Visual Studio 2010 and how they make packaging up and deploying your SharePoint customizations easy. As she dives deeper into the tools, she also demonstrates the flexibility and control you have in specifying what features go in what packages across projects in your solution as well as how to modify the manifests to meet a variety of developer needs.

Read more from the original source:
Channel 9 Interview: SharePoint Feature and Package Designers in Visual Studio 2010

development

Visual Studio 2010 Beta 2 Training Kit

October 20, 2009 by Staff · Leave a Comment 

Jason just announced the Beta 2 version of DPE’s Visual Studio 2010 Training Kit is now live (you can find it at http://tinyurl.com/Beta2Training ). A training kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize a variety of Visual Studio 2010 and .NET Framework 4 technologies

See original here:
Visual Studio 2010 Beta 2 Training Kit

development

SharePoint Admin & Dev: InfoPath Form Integration with SharePoint …

June 27, 2009 by Staff · Leave a Comment 

InfoPath Form Integration with SharePoint List or Libraries. SharePoint Administration & Development – http://blog-sharepoint.blogspot.com/

Excerpt from: 
SharePoint Admin & Dev: InfoPath Form Integration with SharePoint …

development

Retrieve SharePoint List Data with XLINQ using VS 2010 Beta 1

June 17, 2009 by Staff · Leave a Comment 

One of the key things you’ll likely want to do with SharePoint is interact a lot with lists.

See the rest here: 
Retrieve SharePoint List Data with XLINQ using VS 2010 Beta 1

development

Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane

June 2, 2009 by Staff · Leave a Comment 

I recently downloaded the Visual Studio 2010 Beta 1 and have been playing around with the different features for Office Business Application development. For the public Beta 1, you’ll be limited to the 2007-centric templates (e.g. Excel 2007 Add-in, Word 2007 Document, etc.), but the nice thing is that if you’re familiar with these templates when future Betas are released you’ll already have had a chance to get experience with the Beta 1

See the original post here: 
Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane

development

Visual Studio 2010 Beta 1 & OBAs: Actions Pane, Word Content Controls & SharePoint List Integration

May 31, 2009 by Staff · Leave a Comment 

Last week, the Visual Studio (VS) 2010 Beta 1 was released to the public. I’m personally very excited about the VS 2010 release because of the additional support for Office and SharePoint development. While you won’t see the SharePoint 2010 project templates in the Beta 1 release, you’ll find the legacy templates (remember VS Tools for Office 3.0?) that have persisted forward to this release which are present in the Beta 1 drop.

Read more:
Visual Studio 2010 Beta 1 & OBAs: Actions Pane, Word Content Controls & SharePoint List Integration

development

TechEd Sessions on Office Development

May 7, 2009 by Staff · Leave a Comment 

If you’re going to TechEd in Los Angeles next week, then don’t miss these four sessions: DTL03-INT Meet the Microsoft Visual Studio Team Christin Boyd, Eric Carter , Paul Yuknewicz, Jay Schmelzer, Dustin Campbell , Jonathan Aneja, Luke Hoban , Igor Zinkovsky, Faisal Nasir, Harry Pierson , Lisa Feigenbaum Mon 5/11  2:45 PM-4:00 PM | Blue Theater 1 OFC325  Building Custom Applications in Microsoft Office Outlook 2007 Ty Anderson , Damon Armstrong Tue 5/12  2:45 PM-4:00 PM | Room 408A DTL324 – Microsoft Visual Studio 2010 Overview for the Business Application Developer Jay Schmelzer Tue 5/12 4:30 PM-5:45 PM | Room 515B OFC324 Advanced Microsoft Office Word and Excel 2007 Development in Microsoft Visual Studio 2008 with Visual Studio Tools for Office Eric Carter Thursday 5/14 1:00PM-2:15PM | Room 515A Of course, there are a dozen other sessions that appeal to Office developers and SharePoint developers.  These are the four that I highly recommend.  Originally I was going to list the 3 not-to-be-missed sessions, but then I couldn’t drop any of these from my list, so we have 4 Must See Sessions!  If you’re not going to TechEd, then please click the links on these speakers’ names to read their blogs where the will eventually post some of their demo code.  Expect the posts to happen the Monday after their sessions.  In the case of Eric Carter, he would probably love it if you’d buy his book, Visual Studio Tools for Office 2007: VSTO for Excel, Word and Outlook .  Or you could just download a zip file with all of the of code from the book here .  That should keep you busy for a while.  The explanations in the book really do add to the overall value.  I should credit the co-author, Eric Lippert.  Both men are brilliant and funny, and very modest.  At the Holiday Party this year, Eric Carter got up to sing karaoke and astounded us all with a bouncy rendition of “Sesame Street.” -Christin Boyd, Program Manager, Visual Studio

Read more: 
TechEd Sessions on Office Development

development

Issues with installing VSTO projects that were published from Visual Studio 2008 on Windows 7 RC (Saurabh Bhatia)

May 7, 2009 by Staff · Leave a Comment 

Many customers have reported issues with installing a VSTO project that has been published with Visual Studio 2008 running on the recently released Windows 7 Release Candidate. If you published your solution using VS2008 on a machine running the Windows 7 RC and then you try to install the solution on any machine you will see the following error: “The required version of the .NET Framework is not installed on this computer”   You will see this error even if you have the right version of .Net Framework installed. The issue occurs due to some differences in the publishing mechanism on the Windows 7 RC caused by a missing file in the .Net Framework 3.5.1 which was included in the RC

More here: 
Issues with installing VSTO projects that were published from Visual Studio 2008 on Windows 7 RC (Saurabh Bhatia)

Next Page »

OfficeDeveloper.NET