blog.devbroker.org author="Patrick Rabian" about="c#, sharepoint, biztalk, team system resources" more="news, samples, tips for .NET world's developers !"

Installing ADO Entity Framework Beta3 on Visual Studio 2008

Sunday, 17 February 2008 15:19 by prabian

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Installing Web Services Software Factory on Visual Studio2008

Sunday, 17 February 2008 15:06 by prabian

  • Install "GuidanceAutomationExtensions -  July 2007 CTP". Download it here (this version can be attached to VS 2005 or 2008 Orcas)
  • Install "Software Factory - Modeling Edition Feb 2008 CTP". Download it here (this version is attached to VS 2008)
  • Apply this fix to avoid the following error "Project Creation Failed" from Visual Studio 2008 while creating a new project. This is due to some assembly redirects that are added to the devenv.exe.config file by installing the GAX (Guidance Automation Extensions).
  • Open "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe.config" from notepad
  • Comment the line containing this string: "Microsoft.VisualStudio.TemplateWizardInterface"

      <dependentAssembly>
       
<!– <assemblyIdentity name="Microsoft.VisualStudio.TemplateWizardInterface" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> –>
        <bindingRedirect oldVersion="0.0.0.0-8.9.9.9" newVersion="9.0.0.0" />
      </dependentAssembly>

  • Close and re-open Visual Studio 2008, and try to create a new project

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   .NET Projects | DAL | Developer Tools | doc | Learning | Sql
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Installing Team Foundation Server 2008

Sunday, 3 February 2008 13:19 by prabian

Minimum prerequisites :

- Windows Server 2003 SP1 or R2 or Windows Server 2008
- IIS 6 or IIS 7
- .NET Framework 2.0
- SQL Server 2005 SP1or SP2 or  SQL Server 2008 with collation constraints (these options are NOT supported : Accent Insensitive, Case sensitive, Binary, Binary2)
- SQL Server Analysis Services
- SQL Server Reporting Services (not need to configure it, TFS installation will do it for you)
- MSXML 6.0 Parser SP1 (download here)

Possible prerequisites :

- .NET Framework 3.5
- Windows Sharepoint Services 3.0

What will be installed by TFS 2008 setup program :

- .NET Framework 3.5
- Windows Sharepoint Services 3.0 (setup ask for installing WSS 3.0 or using a existing instance)
- Microsoft Visual Studio 2008 Team Foundation Server

Sample screenshots :

The others modules that could be installed are :

Delivered on the same DVD

  • Team foundation server proxy
  • Team foundation build
  • Team explorer (on a development server, you can install "Visual Studio 2008 Team Suite (or Development, architect…)" before installing Team explorer and then, in a second time, install Team Explorer that will update you Visual Studio 2008 environment. I only tried this scenario and it works fine)
  • Windows Sharepoint services extensions

Downloadable on Microsoft site

  • Visual Studio Team System Web Access 2008 Power Tool (download here)


Sample screenshots :

Windows Sharepoint services extensions Team System Web Access 2008

 

Complete installation scenario of a development platform for Team system 2008

     
     
  • Install Windows Server 2003 R2
  • Add application server role (without FrontPage extensions and with ASP.NET)
  • Install SQL Server 2005 SP1 with collation by default (accent sensitive, case insensitive) and by selecting : Analysis Services, Reporting Services
  • Install MSXML 6.0 Parser SP1
  • Install Team Foundation Server 2008 (it includes .NET 3.5 and WSS 3.0)
  • Install Windows Sharepoint services extensions
  • Install Visual Studio 2008 Team Development
  • Install Team Explorer 2008
  • Install Team System Web Access 2008
     

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5