Search This Blog

Thursday, March 11, 2010

February 2010 Cumulative Updates for SharePoint

Microsoft release on February 23, 2010 the February 2010 Cumulative Updates, they are available for download:

Have also updated the list of the SharePoint Levels in a previous post – Determining the current SharePoint Level, in order to make it easier to keep track of all the versions.

Saturday, March 6, 2010

Lanzamiento Oficial de SharePoint y Office 2010 Anunciado!

Asi es, segun el blog del SharePoint Team blog la fecha de lanzamiento es: Mayo 12th 2010; adicionalmente mencionan que RTM esta calendarizado para Abril 2010.


Agreguen a su calendario el lanzamiento, estas son definitivamente excelente noticias!

SharePoint and Office 2010 launch date announced!

This comes directly from the SharePoint Team blog, the date: May 12th 2010; it is also mentioned that RTM is scheduled for April 2010.

Start marking your calendars for the launch, this is really exciting news!

Friday, February 26, 2010

Fixing a reverted Visual Studio 2010 Beta 2 from Visual Studio 2010 RC

As mentioned in the previous post: “Issues when developing with Visual Studio 2010 RC and SharePoint 2010 Beta 2” the process was not as smooth nor as polished as it was expected.

While the uninstall and re-installation process was easy enough, there were some items left behind. After spending a considerable amount of time and though thinking what the issue at hand could be the solution ended up being answered with the following questions:

  • What was the version of the Framework that was removed?

  • Where was that Framework installed to?

That said, the numbers of the RC version are: 4.0.30128 and they were installed to \Windows\Microsoft.Net\Framework64\. It would not hurt to check the other folder to ensure that everything is back to normal ( \Windows\Microsoft.Net\Framework\ ).

The solution is

  • Navigate to \Windows\Microsoft.net\Framework64\ folder
  • Check if there is a folder prefixed “v4.0.” asides from “v4.0.21006
  • Prefix any folders that begin with “v4.0” with “Old” , in this example it was : “Oldv4.0.30128

Once this is accomplished, the errors disappeared immediately even while the Visual Studio 2010 Beta 2 instance was still open.

Hope this helps others as much as it did help me getting back into developing with Visual Studio 2010 Beta 2, not to mention avoiding the rebuild of the entire Virtual machine.

Tuesday, February 23, 2010

Issues when developing with Visual Studio 2010 RC and SharePoint 2010 Beta 2

Recently, since development with SharePoint 2010 Beta 2 had been going so well; decided to jump into installing Visual Studio 2010 RC.

Followed the common steps:

  • Uninstall Visual Studio 2010 Beta 2
  • Uninstall .Net Framework 4 Extended Beta 2
  • Uninstall .Net Framework 4 Client Profile Beta 2
  • Install .Net Framework 4 RC
  • Install .Net Framework 4 RC Client Profile
  • Install Visual Studio 2010 RC

Immediately assumed that SharePoint 2010 Beta 2 and Visual Studio 2010 RC would get along well and for the most part they did.

While in the IDE was able to perform pretty much all the necessary tasks a developer does:

  • Add and Configure Controls
  • Add References
  • Configure Project Settings
  • Build

The issue would arise when attempting to Debug or Run the application:

Capture 

The error is caused because the Frameworks are not the same, in other words to develop solutions with Visual Studio 2010 RC and SharePoint 2010 you must have also SharePoint 2010 RC. At the moment of this posting SharePoint 2010 RC is only available to selected partners.

The solution or so I thought was to revert back to:

  • .Net Framework 4 Extended Beta 2
  • .Net Framework 4 Client Profile Beta 2
  • Visual Studio 2010 Beta 2
  •  

    After reverting completely to a complete set of Visual Studio and .Net Framework Beta 2, was still receiving errors.

    That’s the price you pay for being on the bleeding edge, right?

    It has been a frustrating experience, but in the end I found a solution.

    Will post it on soon; stay tuned!

    Saturday, February 13, 2010

    Determining the current SharePoint Level








    Like many other fellow SharePointers, I have found myself looking more than once for a list of the Versions detailing which level of SharePoint a SharePoint implementation is currently situated at.
    Initially, I started with the links mentioned in my previous post December 2009 Cumulative Updates. Since, I have had the need for a list like the previously mentioned with the latest updates decided to compile an list of my own. Once I had it completed thought it could be useful for the SharePoint community.
    Updates:
    12.0.0.6036
    August 24, 07 hotfix
    12.0.0.6039
    October Public Update
    12.0.0.6219
    Service Pack 1
    12.0.0.6300
    Post-SP1 Hotfix (KB941422)
    12.0.0.6301
    Post-SP1 Hotfix (KB941274)
    12.0.0.6303
    Post-SP1 Hotfix (KB9418945)
    12.0.0.6318
    Infrastructure Update
    (KB951695 & KB951297)
    12.0.0.6327
    August 08 Cumulative Update
    (KB956056 & KB956057)
    12.0.0.6331
    October 08 Cumulative Update
    ( KB957691 + KB957693, KB958567 and KB958569 )
    12.0.0.6335
    December 08 Cumulative Update
    ( KB960010 + KB960011 )
    12.0.0.6341
    February 09 Cumulative Update
    ( KB961755 + KB961756 )
    12.0.0.6421
    Service Pack 2 ( KB953338 + KB953334 )
    12.0.0.6504
    Service Pack 2 + April 09 Cumulative Update
    ( KB968850 + KB968851 )
    12.0.0.6510
    Service Pack 2 + June 09 Cumulative Update
    ( KB971538 + KB971537 )
    12.0.0.6520
    Service Pack 2 + October 09 Cumulative Update
    ( KB974988 + KB974989 )
    12.0.0.6524
    Service Pack 2 + December 09 Cumulative Update
    ( KB977027 + KB977026 )
    12.0.0.6529
    Service Pack 2 + February 2010 Cumulative Update
    ( KB978396 + KB978395 )
    12.0.0.6535
    Service Pack 2 + April 2010 Cumulative Update
    ( KB981043 )
    12.0.0.6539
    Service Pack 2 + June 2010 Cumulative Update
    ( KB 983311 + KB983310 )
    14.0.4536.1000
    SharePoint 2010 Beta 2

     * Update: Added April 2010 Cumulative Update
    Since its completion, it has become very useful to me.

    Tuesday, January 19, 2010

    December 2009 Cumulative Updates – SharePoint Version Level

    The SharePoint December 2009 Cumulative Update was released on December 15, 2009, it consists of two particular updates WSS 3.0 – KB 977027 and MOSS 2007 – KB 977026.

    Once the updates are applied the new version is: “12.0.0.6524”, as always make sure you backup properly your Farm in case of any possible disaster.

    Dec2009_SharePointLevel

    In case you are interested in finding in more details about the current SharePoint Level the following links are very useful:

    Sunday, January 3, 2010

    Happy New Year 2010!

    To all readers and followers, hope you had a great Happy New Year!

    Thursday, December 24, 2009

    Merry Christmas

     

    Wish all blog readers and followers the Merriest Christmas of them all!

    Wednesday, December 23, 2009

    A geeky Christmas Blog Posting

    Recently, I came across a blog posting that a T-SQL Script that generates a Christmas Card. It is the best one I have encountered yet.

    Hope you enjoy it as much as I have:

    T-SQL Script Christmas Card Generator

    Tuesday, November 24, 2009

    Single Server Install – SharePoint 2010 with a Local Account

    If you have had the chance to download either SharePoint Foundation 2010 or SharePoint 2010 it is most likely that you have attempted to install with a local account on a Single Server Install. Odds are you have probably gotten disappointed because the wizard did not allow the installation with a local account. You were not the only one disappointed, although that disappointment did fuel the need to find a solution.

    After some research, I did find a useful blog posting from the field that had the exact solution to my dilemma. The solution consisted in using PowerShell and a script named: “New-SPConfigurationDatabase”; this script is to be executed through the SharePoint 2010 Management Shell.

    The step-by-step process would be like this:

    1- Open the PowerShell Management Shell

    Entering the prompted items:

    DatabaseName

    DatabaseServer

    FarmCredentials

    Passphrase

    001

    The process will take a while, when completed the cursor will appear in the command line.

    2- Open the Configuration Wizard

    002

    Click Next Button

    3- Restart the Services

    003

    Click Yes Button

    4- Leave the Do not disconnect from this server setting selected

    004

    Click Next Button

    5- Continue the normal course of the Configuration Wizard

    There you go, now you have a Single Installation Server with a local account, this will work for both SharePoint Foundation 2010 and SharePoint 2010.

    Tuesday, November 17, 2009

    2010 Suite esta disponible para descarga!

    Microsoft mantuvo su promesa, estan disponibles:
    • Office 2010
    • Visio 2010
    • Project 2010
    • SharePoint Designer 2010
    • SharePoint Foundation 2010
    • SharePoint Server 2010 

    Apurate a descargarlos, estan en MSDN

    2010 Suite is available for download!

    Microsoft did keep their promise, the download of:
    • Office 2010
    • Visio 2010
    • Project 2010
    • SharePoint Designer 2010
    • SharePoint Foundation 2010
    • SharePoint Server 2010 

    All are available on MSDN, go check them out!

    Monday, November 9, 2009

    Office 2010 Public Beta as early as next week?

    I also was very excited as soon as I heard that news to, while it is not set in stone. Some CTP participants for the Office 2010 have received an email that hints to something like that.

    If you would like to see more details about that email it can be found at this link:

    http://www.neowin.net/news/main/09/11/09/offcie-2010-public-beta-to-begin-next-week

    Friday, November 6, 2009

    What to expect with SharePoint 2010

    The details regarding SharePoint 2010 have long been awaited and while many have listed or blogged about it, this a compilation of many of these changes and enhancements.

    While it is not in depth, it can be expanded with your comments and suggestions; feel free to leave comments so that we can improve upon this list.

    • Exclusive for 64 Bit Operating Systems
    • If you thought that MOSS 2007 was big SharePoint Server 2010 is huge!
    • No backward compatibility
      • In case you wanted to use SharePoint Designer 2010 to modify SharePoint 2007 sites; it is not possible
    • User Interface is Ribbon based
      • It is all over the place and a major and welcome improvement
    • Composites
      • A nice word to describe applications that have been created by the use of InfoPath, Designer, BCS, Web Parts, etc.
    • Improved and Enhanced Lists and Document Libraries
      • These can go easily into the millions!
      • External Lists – residing outside of SharePoint
      • More Event Receivers!
    • Editions
      • MOSS no more - It is SharePoint Server 2010
      • WSS - Now SharePoint Foundation
    • Services
      • PerformancePoint – Improved Business Intelligence
      • Visio
      • Project Gemini – An attempt to simplify BI for everyone
      • Access
    • Business Connectivity Services – New naming for what Business Data Catalog
    • Enhancements to the API
    • Online Services
      • Standard
      • Dedicated
      • Multi-Tenancy
    • Search
      • Improved and faster responses
      • Ability to deploy with FAST Technology
    • Social Computing Integration
    • SilverLight Integration
      • Through out of the box Web Part
    • SharePoint Designer 2010
      • Reusable Workflows – Same workflow can be used on multiple Lists in different Sites
    • New Theming Model
    • Content Types
      • Can be shared to other Site Collections
      • Improved Management
    • No longer tied to Windows Server Operating Systems
      • You can install on Windows 7
    • Shared Services Providers are no longer used
    • Visual Studio 2010 Integration
      • Interface for Web Part Development – Finally!
      • SandBoxed Solutions
        • Method to restrict Object Model and Resources based on a point based system, when a Solution reaches it it can be shutdown
      • Support for REST, LINQ
    • Office 2010 Integration
    • Workspace
      • Ability to customize the Forms for entering Data into Lists or Document Libraries