More servicesWindows Live
HomeHotmailSpacesOneCare
 
MSN
Sign in
 
 
Spaces home  Luca TarriniPhotosProfileFriendsBlog Tools Explore the Spaces community

Blog

August 26

Biztalk Server 2006 Release 3?

 

For the moment I don't specialize in Biztalk Server also if some months ago I developed some applications. I wish install Biztalk on my PC running Windows Server 2008 but I discovered they aren't compatible. It seems there will be an updated version of Biztalk some time in the first half of 2009 for Windows Server 2008. The version will be called Biztalk Server 2006 Release 3. This is the same one happened with Biztalk Server 2006. It was released when Visual Studio 2005 and SQL Server 2005 were RTM. Some day ago SQL Server 2008 was released and then Microsoft will follow un update to be compatible with the most recent platform releases.

Luca Tarrini

August 25

TF30059: Fatal error while initializing web service

 

I installed the SP1 on Team Foundation Server and I couldn't connect to server. Dammit!! In fact I had this error stated in the title of this post.....Why SP1 has raised this problem?

 

After searching on the web to find the solution, I discovered others with the same problem and the solution. The solution is on this Microsoft KB article entitled "TFS 2008/ Not able to connect to TFS 2008 after installing Visual Studio 2008 SP1". I must download TFS 2008 SP1. Read the instructions carefully before installing the SP1:

If you plan on using Windows Server 2008 or SQL Server 2008 with Team Foundation Server 2008 SP1 please see the Team Foundation Installation Guide for details on how to install SP1 on the Team Foundation Server and do not install the service pack using the instruction below. Additionally, if you plan to install this service pack on a server that has a client for Team Foundation also installed on it, you must install SP1 for Visual Studio 2008 on that server before you install SP1 for Team Foundation Server. For more information, see “Installing Team Foundation Server and Service Pack 1” in the installation guide.

Luca Tarrini

August 24

Jojo in the Stars

 

I was looking for on YouTube some Future Shorts video I watched some months ago. For who doesn't know what Future Shorts is, it represents one of the leading and most short film labels. It allows filmmakers the opportunity to have their work seen on the largest theatrical platform worldwide. It brings you an eclectic mix of innovative, raw, fresh and inspiring films..................

One of my favorites is Jojo in the Stars. It is a brilliant and gloomy video. Watch the video...

 

 
Luca Tarrini
August 23

Where is ILASM.EXE?

 

Where installed ildasm.exe in VS 2008? You don't see it anywhere on my system? Then it is located in %PROGRAMFILES%\Microsoft SDKs\Windows\v6.0A\Bin. It isn't located in Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin as the old versions.

Luca Tarrini

August 12

Microsoft Visual Studio 2008 Service Pack 1

 

This download installs Visual Studio 2008 Service Pack 1 (SP1) and the .NET Framework 3.5 SP1. These service packs offer Visual Studio and .NET Framework users improvements in responsiveness, stability and performance. When you finish to install Visual Studio 2008 Service Pack 1, you should install the .NET Framework 3.5 Enhancements Training Kit that it includes presentations, hands-on labs, demos, and event materials. Here you will find over 100 MB of information with tips on using MVC, Ajax, the Entity Framework, Visual Studio 2008 SP1 and other tools.

Luca Tarrini

August 06

Marco' Wedding

 

Who is Marco? He is my brother and he has celebrated his wedding with Beatrice this 26 July. I collected some photos of the wedding inside the album of my blog and I will tidy up in the next days.

But there are some photos I consider particularly important and there are below:

 

 
 
A big say hello to my parent Ottavio and Maria, my big friend Ranieri, my brother Andrea and the great Emiliano. I hope to see you early!
 
Luca Tarrini
 
June 17

TitleZ

 

In general to update my skills I start to read one or more books. I discovered this useful site, TitleZ to track specific titles.

Luca Tarrini

Error in C# Cookbook

 

This evening I found an error in in the book "C# Cookbook". The page is 1029 and the example is 18-4. The author has forgotten to insert this namespace System.Runtime.Remoting.Messaging; otherwise you can't use AsyncResult class defined in that namespace.

But it was so important from writing a post...No but I was just writing a post about Asynchronous delegate.

Luca Tarrini

June 10

Essential .NET: The Common Language Runtime

 

Today in a second-hand shop I found and then bought the book "Essential .NET, Volume I: The Common Language Runtime" by Don Box and Chris Sells. It has been one of first books I red about the .NET framework. It was in 2002 and the .NET framework had finally shipped in release form making the end of the COM era. After six years, I am still working with .NET. In any way I will add it to my personal bookcase.

Luca Tarrini

Five Best Antivirus Applications

 

Have you a PC and you don't know what antivirus to install? This link could help you choose the one that prefer! 

 
Luca Tarrini

 

June 08

Developers Are Born Brave

 

No comment......Are you agree?

 

 
Luca Tarrini

 

June 07

I did it!

 

Yesterday I did the pizza for the first time and it was good too. Unbelievable. The pizza was Margherita. I was skeptical but it has been easy. The next time I will add further ingredients. Look the photo below. 

 
 
 
Luca Tarrini
May 26

Convert your Windows Server 2008 to a Workstation!

 

This link can be useful if you wish convert your Windows Server 2008 to a Workstation. Besides it is very interesting the Web site of Brajeshwar where I found nice Windows Vista Wallpapers. 

Luca Tarrini

May 24

A cool application.......PicLens

 

I advise you PicLens. It transforms your browser into a full-screen, 3D experience for viewing photos and videos across the web. It is a free download and it available for Internet Explorer and  Firefox 2.0.

Luca Tarrini

May 23

Apple Wireless Keyboard on Windows Server 2008 - Part 2

 

If you read frequently asked questions for the Apple wireless keyboard, the answer to the question 3 is very interesting:

The right answer is you can use with Mac OS X 10.2.6 or later and with Windows.

Luca Tarrini

May 22

Apple Wireless Keyboard on Windows Server 2008 - Part 1

 

Finally the new wireless apple keyboard is arrived. It is so small and the design is very nice. In the figure below, you can see the difference between the old one and the new one. The apple keyboard is compatible with Windows and it works well.

 

 
If you wish install the apple keyboard on Windows, I can suggest you to watch this video. 
 
 

Luca Tarrini

May 21

Delegates with Return Values

 

Usually you read this about the delegate. If a delegate has a return value and more than one method in its invocation list, the following occurs:

  • The value returned by the last method in the invocation list is the value returned from the delegate invocation.
  • The return values from all the other methods in the invocation list are ignored.

What if you need to access the returned value by each method in the invocation list? Use the InvocationList method. This method returns an array of Delegate objects, each representing a particular method that may be invoked.

Look this example to get around this limitation:

 

Luca Tarrini

 

May 19

Enterprise Library 4.0 Released

 

Enterprise Library is a collection of application blocks intended for use by developers who build complex, enterprise-level applications. Enterprise Library is used when building applications that are typically to be deployed widely and to interoperate with other applications and systems. In addition, they generally have strict security, reliability, and performance requirements.

Luca Tarrini

April 25

Skype crashes in Windows 2008 Server RTM - Part 2

 

In this post I have written the last Skype version crashes in WIN2008. Now I have tried the former version Skype 3.1.0.152 and it works great.

Luca Tarrini

April 24

Security Software Compatibility

 

For a good survey of what security software to install on Windows Server 2008, I can advise you this link 

 
Luca Tarrini