Suddenelfilio’s Weblog

Icon

Passionate about .net

TfsProxy on codeplex shutdown

Today I received a message from codeplex telling me that I needed to publish my tfsproxy project on codeplex. I tried doing that but it won’t let me because I didn’t had any source code in the tfs servers. So I decided to let the project get closed on May 1 2009.

For those that are still looking for the code You can find it here on my skydrive folder.

http://cid-81c1c1a3ae5a0b08.skydrive.live.com/self.aspx/TfsProxy

Filed under: .net, .net 2.0, Team Foundation Server, Visual Studio .Net 2005, Web Services

Visual studio .net 2010 & .net Framework 4.0 CTP

f2b64570-4956-4687-b2d7-58842cabbbe8 Today I found that the first CTP for visual studio .net 2010 and the .net framework 4.0 is available for download. If you want a quick overview of some of the new features go to this website: http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx 

If you want to download the CTP you should go to the Microsoft Connect page

Filed under: .net, .net 2.0, .net 3.0, .net 3.5, .net 4.0, Visual Studio .Net 2010

new .net Logo

image_3

 

 

 

Meet the new .net logo. I like it.

Filed under: .net

var crash = from feature in visual studio where feature.name.Contains(Silverlight 2.0 tools) select feature

i’ve been struggling to get the RC1 of the silverlight tools for visual studio .net 2008 going. So far I’ve tried the following:

- turning off UAC
- Repairing Visual studio setup
- SubinAcl from the following blog: http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html
- Running vs.net as administrator

I always get the following error message:



  Personally I really am starting to hate the whole silverlight technology. The first version was crap because you had to be some guru to be able to program something fancy looking and now the second version is out and the tools are crap. So what’s next crappy visual studio .net 2010 all together? I really would like the guys at MS to take it a bit slower so they can increase the quality of their products.

 

Filed under: .net, .net 3.5, Silverlight, Visual Studio .Net 2008 , ,

Installing Microsoft Team Foundation Server SP 1

I was trying to install the new Team Foundation Server 2008 the other day. I wanted to install it in an dual machine configuration, meaning that I wanted to separate the database from the application server. 

To do this I downloaded the new Vmware Server 2.0 which is actually a “light” version of the VmWare Infrastructure 3.0. I’ve installed 2 guest machines running both Windows Server 2008 Enterprise Edition.

An additional requirement is that the TFS server uses the new Sql Server 2008. And here is the problem. “To use Sql Server 2008, you must install Team Foundation Server Service Pack 1″. But how can you do this when all you’ve got is the RTM version of TFS and a separate download of the service pack…

Well if you download the latest TFS installation guide from Microsoft (version 8.0.080908). Somewhere in there you’ll find a small entry on how to merge the service pack with the tfs installation files. When you follow this guide like I did you might encounter an error from MSI with error code 2203. When this is happening you should try to do the following:

- Run the command from a command prompt with elevated privileges
- Grant Full Controll permissions to the SYSTEM user on the folders where you’ve copied the installation files from the dvd.

And finaly the very important make sure that the installation files you’ve copied from the dvd are NOT marked as read-only!!! This last thing solved the problem for me.

Filed under: .net, Team Foundation Server

Codeplex has been updated

Yesterday I was surfing around a bit and went to the codeplex.com site. I noticed that they had given it a new look. I really like this new look. The old one wasn’t very user-friendly if you ask me. I especially hated to way you had to browse for projects. The new way of search results is much more appealing to the eye

Filed under: .net

It’s here to stay: Frontpage Server Extensions

Although nobody really uses the program for which this technology was initialy created – Microsoft Frontpage – there are still programs that use the FPSE. Like Visual Studio .Net uses it to publish a website/webservice.

With the new IIS 7.0 most developers will know about the “publish problem” from vs.net to an IIS 7.0 web server, because of the different meta system that come with IIS 7.0 this vs.net feature stopped working “properly”. You could choose for the traditional XCopy and in vs.net 2005 for publishing through FTP. There is also an option to turn on backward IIS 6.0 compatibility in IIS 7.0 for legacy systems.

Now the IIS 7.0 team is releasing the first beta of the FrontPage Server Extensions for IIS7:

Overview

Microsoft and Ready to Run Software have released a beta version of the FrontPage 2002 Server Extensions (FPSE 2002) for Windows Server Code Name “Longhorn” and Windows Vista.

Features

This version of FPSE 2002 introduces no new functionality, and is essentially the same version that was created for Windows Server 2003 that has been updated to work on Windows Server Code Name “Longhorn” and Windows Vista.

Benefits

FPSE 2002 enables web hosters and developers to author their web content on servers or workstations that are running IIS 7.0 on Windows Server Code Name “Longhorn” and Windows Vista.

Filed under: .net, .net 2.0, IIS

How to ignore a blogging career ?

That’s simple buy a house that needs to be finished in the meantime switch jobs and on top of that move out of your current appartement. :-)

I’ve not been writing as much as would like, but I can’t seem to find the time. Lately I’ve been watching more closely to LINQ, Nhibernate, EDM, Windows Server 2008 and Visual Studio .net Codename ”Orcas”… I know that’s a lot but I can’t keep up and I would like to explore as much as humanly possible under current conditions.

Anyways my findings in short are:

LINQ: nice
NHibernate: same as LINQ = nice + advantage current support .net 2.0 and older versions.
EDM: yeah well… nice as well :-)
Windows Server 2008: mmm still beta, should say enough.
VS.Net Orcas: surprisingly “stable”.

Filed under: .net, .net 2.0, .net 3.0, .net 3.5, Visual Studio .Net "Orcas", Windows

Get a history of the evolution to LINQ

 Anson Horton wrote a very nice article for the MSDN magazine June 2007 edition. It gives you an overview of how LINQ (Language Integrated Query) has evolved from the idea of the concept to an actual technology. A nice extra on this article is that he shows a lot which new language features in C# 3.0 made it actually possible to come to version on LINQ we have now. It’s thanks to Lambda Expressions, Extension Methods, Anonymous Type, Implicitly Type Local Variables, Object Intitializers and Query expressions that LINQ can offer you a very nice language enhancement to query for example objects, dataset, xml, …

Check it out at:
http://msdn.microsoft.com/msdnmag/issues/07/06/csharp30/default.aspx

Filed under: .net, .net 3.0, .net 3.5, LINQ, Visual Studio .Net "Orcas", Visual Studio .Net 2005

Hey I thought I saw a CAB Pattern?!? Yeah, yeah I did see a CAB Pattern !!!!

 Glenn Block wrote a comparison of the new Microsoft Codename “Acropolis” and SCSF/CAB. If you take a look you’ll immediate notice some similarities or perhaps the logical evolution of SCSF for applications that support the new “stuff” like WPF, WF and so on… Check it out if you like the CAB concept you will definitely like Acropolis!!!


Filed under: .net, Acropolis, CAB, Visual Studio .Net 2005