SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Feb 092010

Visual Studio 2010 RC

I’ve just seen that the RC is available via MSDN.

Silverlight 4 is not supported in the RC it says in the notes. Have to try SharePoint Development against the Beta 2…


Published: 2/9/2010  8:41 AM | 0  Comments | 0  Links to this post
Tagged as: Visual Studio, Development

Jan 132009

Visual Studio 2008 extensions for SharePoint v1.3

As you can read on the Microsoft SharePoint Team Blog, a new version of the Visual Studio extensions have been released. This version is Community Technology Preview. And wow… yes… finally… x64 support!

The download is available here.

The final release of VSeWSS 1.3 is planned for the North American Spring of 2009.

Technorati Tags: ,

Published: 1/13/2009  9:38 AM | 0  Comments | 0  Links to this post
Tagged as: SharePoint, Development, Visual Studio

Oct 152008

Great Sourcecontrol

Are you looking for a Sourcecontrol for your projects? Well, I was. Here is where I ended up: SourceGear Vault. It will store the your sourcecode in a SQL table, use the IIS for access, and brings along a client and Visual Studio integration. What could you want more?
And the best of it, it is free!
 
Quote:
Somebody said that Vault is free for a single user. Is this true?

Yes. Both Fortress and Vault are free for use by a single user. Simply install the product and do not enter any serial numbers at all. When no serial numbers are present, Fortress and Vault behave as if there is exactly one user license. Note that this free license does not apply when the product is used by more than one person. If you have two people who need to use Vault, you will need to purchase two initial licenses. If you enter a serial number containing only one license, then the product will still have exactly one license present.

So don't waist your time anymore hassle around with different version of you projects (which are of coarse SharePoint projects :-D )

Technorati Tags: ,,

Published: 10/15/2008  7:57 PM | 0  Comments | 0  Links to this post
Tagged as: Sonstiges, Development, Visual Studio

Aug 132008

Team Foundation Server 2008 and the SP1

Warning:

Setting up the TFS is not an easy task. In our environment we have the Reporting Services and WSS installed on the TFS server. The TFS and SharePoint databases are on a separate SQL Server. Reporting Services databases are locally stored.

If you now try to install the SP1, it will reconfigure your Reporting Services so that the databases are on the remote SQL Server. Of course that won't work! So the upgrade fails with an error

Returning IDOK. INSTALLMESSAGE_ERROR [Error 29112.Team Foundation Report Server Configuration: Either SQL Reporting Services is not properly configured, or the Reporting Services Web site could not be reached. Use the Reporting Services Configuration tool to confirm that SQL Reporting Services is configured properly and that the Reporting Service Web site can be reached, and then run the installation again. For more information, see the Team Foundation Installation Guide.]

So what. We will continue with RTM and without the SP1. At least I was thinking that way. Well, obviously the TFS did otherwise. The TFS was completely offline!

To fix the problem I had to do a repair installation through Add/Remove Software. During that process I had 4 or 5 warning that the Reporting Services are not configured, because the database server was changed again to the remote SQL Server! But you can reconfigure the Reporting Services to use the local databases and then continue the wizard.

To be short: If you have a non default installation of your Team Foundation Server 2008, think carefully about applying the SP1.

Technorati Tags:

Published: 8/13/2008  9:45 AM | 0  Comments | 0  Links to this post
Tagged as: Visual Studio, Sonstiges