Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1 Beta

Published Monday, June 09, 2008 8:38 AM

Silverlight 2 Beta 2 has just been released!

Checkout http://silverlight.net/GetStarted/ 

Silverlight Tools Beta 2 for Visual Studio 2008 now includes support for both:

Upgrading "the Easy way"

[update]  Please read Fixing Setup Errors Installing Silverlight Tools Beta 2

Installing Microsoft Silverlight Tools Beta 2 is quick and easy following the steps below.

Visual Studio 2008 RTM w/Silverlight Tools Beta 1 to Beta 2

If you simply want to upgrade your current Silverlight Tools Beta 1 installation:

  1. Install "Microsoft Silverlight Tools Beta 2 for Visual Studio 2008"
  2. Install "Expression Blend 2.5 Preview"

    note: if you later install Visual Studio 2008 SP1 Beta, you'll need to reinstall Silverlight Tools Beta 2
Visual Studio 2008 SP1 Beta to Silverlight Tools Beta 2

If you've already got Visual Studio 2008 SP1 Beta and now want to install Silverlight Tools Beta2:

  1. Install "Microsoft Silverlight Tools Beta 2 for Visual Studio 2008"
  2. Install "Expression Blend 2.5 Preview"
Visual Studio 2008 RTM w/ Silverlight Tools Beta 1 to
Visual Studio 2008 SP1 Beta & Silverlight Tools Beta 2

The recommended way to upgrade to both Silverlight Tools Beta 2 and Visual Studio 2008 SP1 Beta is:

  1. Uninstall "Microsoft Silverlight Tools Beta 1 for Visual Studio 2008"
  2. Uninstall KB949325 (in Add/Remove Programs select "view installed updates")
  3. Install "Microsoft Visual Studio 2008 Service Pack 1 Beta"
  4. Install "Microsoft Silverlight Tools Beta 2 for Visual Studio 2008"
  5. Install "Expression Blend 2.5 Preview"

Following the above steps will ensure a smooth upgrade to both Visual Studio 2008 SP1 Beta and Silverlight Tools Beta 2.

Start Building Awesome Silverlight 2 Applications.

That's it, you're ready to start building incredible applications.

Installation Errors?

The rest of the post is dedicated to the variety of errors and workarounds when not following the above sequences.   The length of this post should be incentive enough to stick to the script above.

If you've already run into problems, fear not.  The rest of this post is dedicated to getting you up and running with Silverlight 2 Beta 2 and Visual Studio 2008 SP1 Beta.

Installer Contents

The "Microsoft Silverlight Tools Beta 2 for Visual Studio 2008" installer "silverlight_chainer.exe" contains the following installers:

Silverlight.2.0_Developer.exe Silverlight 2 Beta 2
silverlight_sdk.msi Silverlight 2 Beta 2 SDK
VS90-KB950630.msp KB950630 for Visual Studio 2008 RTM
VS90SP1-KB950632.msp KB950632 for Visual Studio 2008 SP1 Beta
VS_SilverlightTools_Beta2_Setup.exe Silverlight Tools Beta 2 for Visual Studio 2008

You can extract the individual components using this command:

silverlight_chainer.exe /extract

The first thing you'll notice is that there are two KBs, KB950630 and KB950632. 

  • KB950630 is a patch for Visual Studio 2008 RTM
  • KB950632 is a patch for Visual Studio 2008 SP1 Beta

The installer will apply the patch matching the installation of Visual Studio that you have.  This is why you need to rerun the Silverlight Tools Beta 2 installer if installing Visual Studio 2008 SP1 Beta after installing Silverlight Tools Beta 2.

note: These KBs are ENU specific.  The localized release of Silverlight Tools Beta 2 will have unique KB #.

The installation sequence used by "silverlight_chainer.exe" is:

  1. Uninstall Silverlight Tools Beta 1
  2. Uninstall KB949325
  3. Uninstall "Microsoft Blend for Silverlight Beta 1"
  4. Uninstall the Silverlight 2 Beta 1 SDK
  5. Install Silverlight.2.0_Developer.exe (Silverlight 2 Beta 2 Developer Runtime)
  6. Install either KB950630 or KB950632 depending on version of VS
  7. Install silverlight_sdk.msi (Silverlight 2 Beta 2 SDK)
  8. Install VS_SilverlightTools_Beta2_Setup.exe

Notice that the installer also uninstall's "Microsoft Blend for Silverlight Beta 1".  You can get the updated version of Blend for Silverlight Beta 2 here.

SP1 Beta Installation Errors

Installing out of the recommended sequence above can result in installation errors or design time errors when using Visual Studio.

SP1 (Beta) Does not Apply

One of the more common error messages while installing VS SP1 is:

Microsoft Visual Studio 2008 SP1 (Beta) does not apply, or is blocked by another condition on your system. Please click the link below for more details.

This happens when installing "Microsoft Visual Studio 2008 Service Pack 1 Beta" before uninstalling "Microsoft Silverlight Tools Beta 1 for Visual Studio 2008"

Check out this post for more information: Error installing Visual Studio 2008 SP1 Beta and Silverlight Tools Beta 1

The solution is to uninstall Silverlight Tools Beta 1. 

Important: You also need to manually uninstall KB949325 prior to installing Visual Studio 2008 SP1 Beta.

Failure to uninstall KB949325 is the source of most of the other errors and problems listed below.

Fatal Error during installation

During the installation of VS SP1 you may also come across an error such as:

The installation failed with the following message:
Fatal error during installation.
Click the Finish button to exit.

Check out this post for more information: KB944899 Should be Removed before Installing Visual Studio 2008 SP1

Error from silverlight_uninstallrtmpatches.exe

[6/6/2008, 19:2:12] (IronSpigot::ExeInstallerBase::PerformAction) c:\036de815481bb1774fbe5acf\silverlight_uninstallrtmpatches.exe - Exe installer does not provide a log file name
[6/6/2008, 19:2:12] (IronSpigot::ExeInstallerBase::PerformAction) Exe (c:\036de815481bb1774fbe5acf\silverlight_uninstallrtmpatches.exe) failed with 0x80070643 - Fatal error during installation. :
[6/6/2008, 19:2:12] (IronSpigot::ExeInstallerBase::PerformAction) PerformOperation on exe returned exit code 1603 (translates to HRESULT = 0x80070643)

The above error has been reported and maybe related to installing on 64 bit Vista machines.  This is the command that the silverlight_chainer.exe runs to remove KB949325.  To get around this problem manually uninstall KB949325.   The next time you run the the silverlight_chainer it will skip this step.

How to Validate SP1 is Installed Correctly

WARNING: Visual Studio 2008 SP1 Beta will report installation success even if KB949325 was not removed first.  Unfortunately, failure to remove KB949325 will prevent some SP1 files from being updated.

This is why it's critically important to remove KB949325 before installing VS SP1. 

One way to determine if KB949325 prevented SP1 from updating correctly is to check the version of Microsoft.VisualStudio.Web.Application.dll

C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Web.Application.dll

VS08 SP1 Version should be:

Version 9.0.30428.1
Date modified 4/29/2008
Size 468 KB

If you have the following version it's from the Silverlight Tools Beta 1 release:

Version 9.0.21116.48
Date modified 2/23/2008
Size 492 KB

This means that KB949325 was not removed and thus prevented SP1 from updating numerous files including Microsoft.VisualStudio.Web.Application.dll.

If you're in this state, read on carefully and see the "How to Recover" section.

Installing Silverlight Tools Beta 2

Unfortunately, unless you check files versions there is no obvious indicator that SP1 did not install all of it's files. 

If you then installed "Microsoft Silverlight Tools Beta 2 for Visual Studio 2008" while Visual Studio is in this state with missed matched binaries you will get the following errors when running Visual Studio:

Creating new Silverlight projects:

Method 'SelectSilverlightProject' in type 'Microsoft.VisualStudio.Silverlight.SLPackage' from assembly 'Microsoft.VisualStudio.Silverlight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have an implementation.

 SLB2_SP1Bx_NewProject

Opening existing Silverlight projects:

Package Load Failure
Package 'Microsoft.VisualStudio.Silverlight.SLPackage, Microsoft.VisualStudio.Silverlight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load properly (GUID =
{CB22EEOE-4072-4AE7-96E2-90FCCF879544}). ...

SLB2_SP1Bx_OpenProject

Note that if you dismiss this dialog by selecting the "Yes" button then you'll need to run the following command later on after the installation has been fixed.

devenv /resetskippkgs

You'll also notice that in this scenario the version of Microsoft.VisualStudio.Web.Application.dll is still 9.0.21116.48.

Basically once KB949325 is installed it prevent subsequent patches from applying.  This is why its critically important to uninstall the KB949325 before installing VS08 SP1 Beta.

As an aside if you install Silverlight Tools Beta 2 before SP1, it will remove KB949325.  you'll just need to reinstall Silverlight Tools Beta 2.

How to Recover

Fortunately, all is not lost.  If you do get into this state w/ miss matched binaries here is how you can recover.

The first thing you'll need to do is to uninstall the KBs installed by Silverlight Tools.  To see these updates you'll need to run "Add/Remove Programs"

For Vista or newer:

  1. Open Uninstall a Program from the Control Panel
  2. Click 'View installed updates' in the task bar on the left
  3. Remove KB949325 (it will be listed under your version of VS2008)
  4. Remove KB950632 (it will be listed under your version of VS2008)

image

 

image

For pre-Vista systems:

  1. Open the Add/Remove Programs dialog from the Control Panel
  2. Click 'Show updates' at the top of the window
  3. Remove KB949325 (it will be listed under your version of VS)
  4. Remove KB950632 (it will be listed under your version of VS2008)

You may get this error "The patch is not applied to this product." when uninstalling KB949325.

Patch Not Applied 

Go ahead and disregard this error, we'll take care of it with the steps below.

Even after uninstalling both KB949325 and KB950632 you'll notice that the version of Microsoft.VisualStudio.Web.Application.dll is still 9.0.21116.48.

The next step will be to create a batch file containing the following commands:

rem Repair features Visual Studio SP1
rem ENU VSTS
msiexec /passive /i {80C06CCD-7D07-3DB6-86CD-B57B3F0614D8} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_VSTS.log

rem ENU VSTD
msiexec /passive /i {6721AC10-3743-38F1-B178-C0EC6C9A4108} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_VSTD.log

rem ENU PRO
msiexec /passive /i {D7DAD1E4-45F4-3B2B-899A-EA728167EC4F} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_PRO.log

rem ENU VSTA
msiexec /passive /i {8F10429A-DFF5-3B55-9306-0ADEB337CFD3} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_VSTA.log

rem ENU VSTT
msiexec /passive /i {23D0117E-F9A5-364E-A379-70EC2DE02B9F} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_VSTT.log

rem ENU VSDB
msiexec /passive /i {4298C783-524F-3C3E-9B11-36FA64604B2B} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_VSDB.log

rem ENU STD
msiexec /passive /i {F434F50E-7614-3EA8-9008-2FB866B697DA} ADDLOCAL=VWD_for_VS_Ent_5902_x86_enu /L*vx %TEMP%\dd_repair_STD.log

Run the batch file you created with the above commands.  This will put VS back into a recoverable state.  Note that the KB949325 will still be listed in Add & Remove Programs.  Unfortunately it'll continue to show up even though it's been uninstalled.

Now re-install "Microsoft Silverlight Tools Beta 2 for Visual Studio 2008".   You can also do this by running Silverlight_chainer.exe again.

Confirm that KB950632 is shown when viewing installed updates in Add/Remove Programs.

Confirm that the new Beta 2 version of Microsoft.VisualStudio.Web.Application.dll is:

Version 9.0.30428.9
Date modified 6/3/2008
Size 512 KB

Other Errors:

“Object reference not set to an instance of an object” when adding a WCF service" - Crash on Exit

Tim Anderson has found a work around for the following problem and posted a solution here

  1. Error “Object reference not set to an instance of an object” when adding a WCF service
  2. Silverlight app cannot see WCF services in same solution
  3. Error “Unable to find ‘DynamicTypeService’” when clicking the Advanced button in the Add Service Reference dialog.
  4. Visual Studio crashing on exit

We're almost done!

If you now get an error creating or opening Silverlight projects:

The project type is not supported by this installation

CantOpen

You'll need to run the following command:

devenv /resetskippkgs

Finally, if no controls are showing up on the toolbox when editing Silverlight XAML pages then you'll need to:

delete %LOCALAPPDATA%\Microsoft\VisualStudio\9.0\toolbox*.*

At this point you should be up and running with Visual Studio 2008 SP1 Beta and Silverlight Tools Beta 2.

Where to go for Installation Help?

Be sure to check out the Silverlight 2 Beta 2 readme for known issues.

If you run into installation issues not covered here please post your question in the "Installation and Setup" forum here: http://silverlight.net/forums/13.aspx

Comments

# Tim Anderson’s ITWriting - Tech writing blog » Upgrading to Silverlight 2.0 Beta 2? Proceed with care said on Saturday, June 07, 2008 5:26 AM

Pingback from  Tim Anderson’s ITWriting - Tech writing blog » Upgrading to Silverlight 2.0 Beta 2? Proceed with care

# Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1 Beta | How-to Build Your Own Home Studio said on Saturday, June 07, 2008 11:08 AM

Pingback from  Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1 Beta | How-to Build Your Own Home Studio

# Practical Applications for Silverlight said on Saturday, June 07, 2008 11:22 AM

Installing SL2B2 WOE is ME

# di .NET e di altre Amenit said on Saturday, June 07, 2008 8:31 PM

Silverlight 2.0: Problemi di installazione della beta 2

# 3 Below » Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1… said on Sunday, June 08, 2008 3:18 AM

Pingback from  3 Below » Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1…

# Kaja said on Sunday, June 08, 2008 9:20 AM

I have followed the steps to remove KB950632 and reinstalled SL2 B2, but still I am getting the same problem. The version of Microsoft.VisualStudio.Web.Application.dll is 9.0.21116.48. Please help in resolving this.

# BradleyB said on Sunday, June 08, 2008 10:16 AM

Kaja, are you working on the ENU or JPN version of VS and SLTools?

# Colin said on Sunday, June 08, 2008 9:19 PM

I am running ENU. I did not have KB949325 in my installed updates list.

I went through all the above steps, but I still have 9.0.21116.48. Any more suggestions or should I just unistal vs2008 and start from scratch?

# jordan said on Monday, June 09, 2008 3:54 AM

Installed Beta2, of course it didn't work. (MS - please buy a Mac to see how installs should work).  Following the process to uninstall from the "All is not lost section", however to uninstall 949325 I must uninstall 944899.  This prompts for the insertion of the VS 2008 Pro DVD.  Currently misplaced from my MSDN folder, so please can to post the command prompt command to bypass this screen..

# Karine Bosch said on Monday, June 09, 2008 7:41 AM

Hi Bradley,

Thanks for your post! I try to get Visual Studio 2008 up and running for Silverlight 2 beta 2. Can you please tell me where I have to perform the "delete" statement that you mention at the end of your post? If I try this in a Command Prompt for VS or a normal command prompt I get the message that the delete action is not known.

Thanks for your help!

Karine

# » Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1 Beta A C One: What The World Is Saying About A C One said on Monday, June 09, 2008 1:05 PM

Pingback from  » Upgrading to Silverlight Tools Beta 2 and Visual Studio 2008 SP1 Beta A C One: What The World Is Saying About A C One

# yaip said on Monday, June 09, 2008 3:17 PM

I get:

This software update affects the following products:

Verify Microsoft Silverlight 2 VS 2008 RTM Patches

Microsoft Silverlight 2 Beta 2 Developer Runtime

Microsoft Visual Studio 2008 Professional Edition - ENU

Microsoft Silverlight 2 Beta 2 SDK

Microsoft Silverlight Tools Beta 2 for Visual Studio 2008

and if I try to uninstall KB949325, I get an error. I can send you the screenshot if you email me at yaip(dot)net(at)gmail(dot)com

# jamie.cooper said on Monday, June 09, 2008 6:20 PM

Hey Brad-

I tried installing but I received the...

"Method 'SelectSilverlightProject' in type 'Microsoft.VisualStudio.Silverlight.SLPackage' from assembly 'Microsoft.VisualStudio.Silverlight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have an implementation."

...error.  Following your instructions, I went to delete KB949325, but its not there, though I was able to find KB950632.  I tried doing everything else you mentioned in that section except deleting KB949325, but to no avail...I keep getting the same error.

Suggestions?

# yaip said on Monday, June 09, 2008 9:49 PM

Now when I try to create a new Silverlight project, I get:

Could not load type 'Microsoft.VisualStudio.Web.Silverlight.IVsSilverlightService' from assembly 'Microsoft.VisualStudio.Web.Application, Version=9.0.0.0, Culture=meutral, PublicKeyToken=b03f5f7f11d50a3a'

# Sujath said on Tuesday, June 10, 2008 1:40 AM

This helped me install smoothly

# Tom said on Tuesday, June 10, 2008 3:43 AM

Open Source Silverlight Chart Visifire is now compatible with Silverlight 2 Beta 2

# tomH said on Tuesday, June 10, 2008 9:37 AM

I had as situation where I had vs2008 standard installed, I did not have the silverlight tools beta 1 installed, I ended up with the problem which gives the following,

"Method 'SelectSilverlightProject' in type 'Microsoft.VisualStudio.Silverlight.SLPackage' from assembly 'Microsoft.VisualStudio.Silverlight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have an implementation."

I tried your 'how to recover' I had no success.

I ended up uninstalling vs2005, and all the beta 2 stuff.  Reinstalled vs2008 and the beta 2, everything seems to be OK.  

Seems to me the quickest way to get it up and running.

# wahy said on Tuesday, June 10, 2008 10:56 AM

follow the instruction for recover the state, etc. the version of dll is still the old one. the installation is just a chain of chaos. I gave up and deinstall everything and will try to reinstall all over again. wish me luck.

# Tiago said on Wednesday, June 11, 2008 8:09 AM

PROBLEM SOLVED!

The solution for:"Method 'SelectSilverlightProject' in type 'Microsoft.VisualStudio.Silverlight.SLPackage' from assembly 'Microsoft.VisualStudio.Silverlight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have an implementation."

IS

1 - Remove all: VS2008, TOOLS, SILVERLIGHT, etc..

2 - Reboot pc

3 - Install the VS2008

4 - Install the SP1 of VS2008

5 - Install the Silverlight_Chainer (This install sl, tools, etc..)

6 - Start, Execute: devenv /resetskippkgs

7 - Delete: %LOCALAPPDATA%\Microsoft\VisualStudio\9.0\toolbox*.*

Done, now the vs works fine!

# mike kidder said on Friday, June 13, 2008 1:32 AM

I've finally got everything to install, but now get an error when I attempt to close a Silverlight solution (simply created new Silverlight app, no changes to project).. it crashes Visual Studio.

Error signature...

EventType : clr20r3     P1 : devenv.exe     P2 : 9.0.30428.1     P3 : 4815597f

P4 : microsoft.visualstudio.silverlight     P5 : 9.0.0.0     P6 : 48479adc    

P7 : 390     P8 : 8     P9 : exception    

It doesn't matter if I have a XAML page open or closed in VS...

# mike kidder said on Friday, June 13, 2008 2:46 AM

Visual Studio crash resolved!  Apparently, the Silverlight Tools does not get completely installed.

See www.itwriting.com/blog for details.

# Olivier said on Friday, June 13, 2008 10:48 AM

It took me hours to install the Silverlight Tools beta 2 on the french version of Visual Studio. I believe that this might even help people using other localized versions of VS.

The installer was displaying this message every time I tried to launch it :

An Error Has Occurred:

Silverlight Tools cannot be installed because one or more of the following conditions is true:

1. Visual Studio 2008 RTM is not installed.

2. The Web Authoring feature of Visual Studio is not installed.

(...)

The reason was that the installer was looking for this key in the registry to check that VS was installed :

HKLM\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS\BuildNumber\1033

...and this key was missing in my registry. Or more precisely the registry entry was '1036' and not '1033'.

The workaround was just to create this registry entry with the value : "9.0.21022".

# BradleyB said on Thursday, June 19, 2008 10:25 AM

The French version of silverlight Tools can be downlloaded here:

download.microsoft.com/.../silverlight_chainer.exe

# Developer Evangelist said on Monday, June 23, 2008 7:06 AM

18/6/2008 1. Opdatering til Microsoft Silverlight 2.0 beta 2 tools til Visual Studio. 2. XAML basics

# Pietro Brambati Blog said on Tuesday, July 01, 2008 6:06 AM

Percorso formativo in italiano Aggiornamento del percorso formativo su Silverlight 2, ecco i link diretti,

# Alan C Cosin said on Monday, July 14, 2008 3:25 PM

Staff have already tried all tips for the silverlight 2 beta 2 work in windows vista 64bit ... And until now had no success. Although this appears the error message "Unable to find service 'DynamicTypeService'. Ensure that the application is installed corectly "when I" add service references "in the project. Can anyone help me?

# jdanforth said on Wednesday, July 16, 2008 9:51 AM

Brad, you're a star for writing this blog post. I can see that some people didn't have much luck, but your section on how to recover certainly helped me.

Yeez, I have way too many features installed in my VS 2008 for sure...

# Pietro Brambati Blog said on Friday, July 18, 2008 8:29 AM

Updated 18/7/2008 Percorso formativo in italiano Aggiornamento del percorso formativo su Silverlight

# volleynerd said on Sunday, September 07, 2008 11:00 PM

Getting the "missing patch" error after installing Silverlight Tools Beta 2 for VS 2008 on a fresh install of Vista (no previous Silverlight bits).  

Either the install is having a problem with particular hardware on my machine, or I have the install order wrong?

Posted to the Silverlight install forums, here:

silverlight.net/.../87625.aspx

# Web Development Community said on Monday, November 10, 2008 9:54 AM

You are voted (great) - Trackback from Web Development Community

# busrider said on Monday, January 12, 2009 10:05 PM

eFront-Интернет магазин Бытовой и компьютерной техники www.e-front.com.ua

# ... said on Thursday, March 12, 2009 10:09 AM

Sehr wertvolle Informationen! Empfehlen!

# Aloe Vera Distributor - myflp.org said on Tuesday, September 29, 2009 6:34 PM

Hello there.

I have something to say, about aloevera, something about which you wrote above, about health and weight loss... For a long time, I and my fine friend use the products of the Forever Living Products. We always see the fine results and also we earn money for our families and we are happy. My friend works with Aloe in the company of Forever Living Products has more than 5 years (My friend works ONLY in the Forever Living Company and has a wife and three children). I know aloe Vera products for weight management for a long time, but a year ago, began working as a distributor in the Forever Living Products Company.

Of course, this job is so hard, but in no other case, You can earn so much much money with so much fun and   smiling faces around.

So if you want to discuss something about your article, and about my experience with aloe vera products for health, I'll always be glad to talk.

Best regards from Washington and have a nice day!

Andrew - Aloe Vera Distributor

# Install Software said on Saturday, February 06, 2010 12:33 PM

Another great post.

Thanks for the tips and help.

Everyone, bookmark this site.

# Rengenx said on Monday, February 15, 2010 4:37 PM

Мое ИМХО, что не стоит писать такие посты вообще. Никогда

# Mitchel said on Wednesday, December 22, 2010 11:59 PM

I have to hear  what  thinks about this!?!

<a href="http://alternativemedicine.org.in">alternative medicine courses in India</a>

# Serena said on Thursday, December 23, 2010 5:25 PM

I am curious just what  can do with this!!!

Warm regards,

<a href="http://alternativemedicine.org.in">alternative medicine course in India</a>

# Brittney said on Friday, December 24, 2010 4:21 PM

Great post, I have been waiting for something like that!!!

<a href="www.live-girls-webcam-chat.com/">chat berlin</a>

# Aurelia Ayala said on Saturday, December 25, 2010 12:08 AM

, whatever man???

-Yours Truly

<a href="www.live-girls-webcam-chat.com/">kostenloser single chat</a>

# Clair said on Saturday, December 25, 2010 12:23 PM

This is the most amazing page that I have read today :D

<a href="www.cigars-now.com/.../a>

# Basil said on Saturday, December 25, 2010 5:51 PM

Hey , I doubt it..

<a href="www.live-girls-webcam-chat.com/">berlin live</a>

# Kimberly said on Sunday, December 26, 2010 1:20 PM

I'm glad you said that!!

<a href="http://www.SecurityCubed.com">security systems for home</a>

# Lazaro said on Monday, December 27, 2010 3:35 PM

Great post! You should definitely follow up on this topic.

<a href="www.live-girls-webcam-chat.com/webcam-chat-girls.html">chat stuttgart</a>

# Rick Peck said on Tuesday, December 28, 2010 6:50 AM

Hey , WTF!?!

<a href="www.live-girls-webcam-chat.com/webcam-chat-girls.html">chat bremen</a>

# Bernice said on Tuesday, December 28, 2010 3:09 PM

This is the best blog that I have read all month..

<a href="alternativemedicine.org.in/aromatherapy.html">aromatherapy institute</a>

# Walter said on Wednesday, December 29, 2010 1:45 PM

, yea right...

<a href="www.cigars-now.com/.../a>

# Antonia said on Thursday, December 30, 2010 1:38 AM

Maybe the greatest blog that I read today =D

<a href="www.live-couples-webcam-chat.com/webcam-chat-couples.html">chat leipzig</a>

# Claudine Bolden said on Friday, December 31, 2010 2:41 PM

Possibly the most interesting blog I have read this year?!

Kindest Regards

Debora

<a href="www.live-video-webcam-chat.com/webcam-chat-video.html">la blue chat</a>

# Esteban Bernal said on Saturday, January 01, 2011 12:45 PM

I need to hear  what Patrick says about this...

Reid

<a href="www.live-fetisch-webcam-chat.com/webcam-chat-fetisch.html">chat ohne registrieren</a>

# Britney said on Sunday, January 02, 2011 2:01 PM

Great read! Maybe you could do a follow up on this topic!!!

<a href="www.live-girls-webcam-chat.com/webmaster.html">banner geld verdienen</a>

# Melanie Odom said on Monday, January 03, 2011 5:18 AM

Donnell, lol.

<a href="www.live-girls-webcam-chat.com/webmaster.html">sms geld verdienen</a>

# Louie said on Tuesday, January 04, 2011 4:10 AM

Great read! I want to see a follow up on this topic!?!

<a href="www.iconiccigars.com/.../">Davidoff Limited Edition</a>

# Donnie Odonnell said on Tuesday, January 04, 2011 2:37 PM

Great read! You might want to follow up to this topic?!?

-Regards,

Mitzi

<a href="www.erotiklobby.com/">nachtfalter.10 to com</a>

# Reva Nelson said on Wednesday, January 05, 2011 4:08 PM

I need to hear just what Melissa says with that.

Alejandra

<a href="www.oregonlngpropertysearch.com/">moncler jackets</a>

# Malinda said on Friday, January 07, 2011 8:39 AM

Maybe the most influential blog that I have read this week??

<a href="www.erotiklobby.com/">amateur community</a>

# Augustus said on Friday, January 07, 2011 12:03 PM

Maybe the most amazing paper I have read all year?!?

<a href="http://alternativemedicine.org.in">alternative medicine institute</a>

# Maribel Mcdermott said on Friday, January 07, 2011 2:14 PM

I'm very happy you took the time and wrote that post!

<a href="www.iconiccigars.com/.../Davidoff-Classic-No-3-Bx-25.html">Davidoff Classic No 3</a>

# Augustine said on Saturday, January 08, 2011 2:53 PM

I am happy that you said this!

<a href="www.cigars-now.com/.../cigar-oasis-xl-electronic-humidifier-9895-delivered.html">Cigar Oasis Humidifier</a>

# Roderick Butts said on Sunday, January 09, 2011 10:41 AM

Hey Mallory, LOL?!

<a href="http://www.cigars-now.com">cigars</a>

# Troy Patterson said on Monday, January 10, 2011 2:37 PM

I need to hear exactly what Beth will change with this =D

<a href="alternativemedicine.org.in/massage_therapy.html">massage therapy courses</a>

# Donny Hagan said on Tuesday, January 11, 2011 4:53 AM

I am pleased that you said this!!!

<a href="alternativemedicine.org.in/massage_therapy.html">massage therapy institute in india</a>

# Avis said on Tuesday, January 11, 2011 3:30 PM

Great blog post, I have been looking for something like that!?

<a href="http://alternativemedicine.org.in">alternative medicine course</a>

# Delmer Clay said on Wednesday, January 12, 2011 9:49 AM

The most amazing page that I have read ever :P

<a href="www.gbbilder4you.com/">kostenlos gb bilder</a>

# Hector Fisher said on Wednesday, January 12, 2011 5:56 PM

Peter ftw!?!

<a href="alternativemedicine.org.in/massage_therapy.html">massage therapy school in india</a>

# Ilene said on Thursday, January 13, 2011 3:50 PM

Great post! Maybe you could do a follow up to this topic =D

<a href="www.live-girls-webcam-chat.com/">stuttgart chat</a>

# Marisa Deal said on Friday, January 14, 2011 1:33 PM

Hey Harrison, LOL :)

Ned

<a href="www.cigars-now.com/.../montecristo.html">cigar montecristo</a>

# Callie said on Friday, January 14, 2011 3:49 PM

I am happy you said that..

<a href="mizarstvo-jereb.si/.../">previjalna miza</a>

# Constance Caballero said on Saturday, January 15, 2011 3:50 PM

Great read! Maybe you could do a follow up on this topic.

<a href="http://www.gume-oblak.si">gume</a>

# Aimee Coronado said on Sunday, January 16, 2011 10:21 AM

Great post! I want to see a follow up on this topic!?

<a href="www.kuhinje-nokturno.si/.../a>

# Ellen said on Monday, January 17, 2011 4:35 PM

Great writing! You may want to follow up to this topic...

Thanks

Kurtis

<a href="http://alternativemedicinecourse.com">alternative medicine</a>

# Nita said on Tuesday, January 18, 2011 8:54 AM

I'm glad you wrote that post!?!

Sincerest regards

Preston

<a href="www.live-girls-webcam-chat.com/">chat münster</a>

# Tami said on Tuesday, January 18, 2011 5:36 PM

I am curious exactly what Duncan thinks about this?

<a href="www.cigars-now.com/.../arturo-fuente.html">fuente|a fuente|arturo fuente|fuente cigar|fuente cigars|arturo fuente cigar|arturo fuente cigars}</a>

# Jeanette said on Wednesday, January 19, 2011 3:19 PM

Alison FAIL???

Bud

<a href="www.fitness-buch.com/">fitness regensburg</a>

# Viola Atwood said on Thursday, January 20, 2011 3:25 PM

Hey Brice, whatever???

<a href="www.fitness-buch.com/">fitness vitamine</a>

# Georgia said on Thursday, January 20, 2011 6:51 PM

I need to hear  what Lanny will say with this?!

Sean

<a href="www.ipcounter.net/">counter für homepage</a>

# Michele Piper said on Friday, January 21, 2011 4:35 PM

Great writing! You might want to follow up on this topic.

-Best Regards

Hunter

<a href="alternativemedicinecourse.com/.../herbal-medicine-courses">herbal medicine courses</a>

# Stephen said on Friday, January 21, 2011 11:15 PM

Hey Sybil, whatever dude?

Cecile

<a href="www.ipcounter.net/">visitor counter</a>

# Sheila said on Sunday, January 23, 2011 1:21 PM

Ollie, yea right!

<a href="www.gbbilder4you.com/">gb gothic pics</a>

# Kathrine Bailey said on Sunday, January 23, 2011 4:45 PM

I want to know  what Sallie can do about that?

Helga

<a href="www.gbbilder4you.com/">kostenlose gb bilder jappy</a>

# Carson Pacheco said on Sunday, January 23, 2011 9:10 PM

Hey Josh, who cares!!!

<a href="data-recovery-information.com/">Data recovery</a>

# Emilia Root said on Monday, January 24, 2011 3:30 PM

Could be the top blog that I have read this week..

<a href="alternativemedicinecourse.com/.../massage-therapy-courses">massage therapy course</a>

# Marquis Giles said on Monday, January 24, 2011 4:40 PM

Great post! You might want to follow up on this topic..

Annmarie

<a href="http://asiandatingsecret.com">dating asian</a>

# Grover said on Tuesday, January 25, 2011 11:06 AM

Possibly the most interesting blog that I read ever =D

<a href="www.parketarstvo-cerkvenik.si/.../a>

# Beatrice said on Tuesday, January 25, 2011 2:30 PM

Great post! You may want to follow up on this topic..

Maggie

<a href="www.oregonlngpropertysearch.com/">moncler jackets</a>

# Sara said on Wednesday, January 26, 2011 11:35 AM

I wonder  what Clayton will say about that!?

-Kindest Regards,

Lorenzo

<a href="www.nacht-creme.net/.../a>

# Jacques said on Wednesday, January 26, 2011 2:59 PM

I am wondering  what Kristina will say about this!!

Chang

<a href="http://webreputationmanagement.info">My Site</a>

# Vince said on Thursday, January 27, 2011 9:21 AM

I am wondering exactly what Junior will change with this :D

-Fondest Regards,

Misty

<a href="http://www.yutube.si">yutube</a>

# Marjorie said on Thursday, January 27, 2011 12:45 PM

Great writing! You should definitely follow up to this topic!?!

<a href="http://webreputationmanagement.info">reputation management</a>

# Ruth Donahue said on Thursday, January 27, 2011 5:14 PM

I'm glad you said that :)

-Kind regards

Mandy

<a href="www.oregonlngpropertysearch.com/">moncler jackets</a>

# Colleen said on Friday, January 28, 2011 12:37 PM

I am curious  what Dolly thinks with this =D

<a href="neil49walter.insanejournal.com/265.html">Belanja Baju Online</a>

# Ofelia said on Friday, January 28, 2011 4:04 PM

Great writing! You might want to follow up to this topic!

<a href="www.cigars-now.com/.../a>

# Willis said on Saturday, January 29, 2011 5:03 PM

Great read! I want to see a follow up on this topic!!!

Ulysses

<a href="neil49walter.insanejournal.com/265.html">Belanja Baju Online</a>

# Diann said on Sunday, January 30, 2011 2:49 PM

I wonder just what Willie says with this??

<a href="www.oregonlngpropertysearch.com/">moncler jacket</a>

# Bethany Bloom said on Sunday, January 30, 2011 4:43 PM

I am glad you said that :P

Cecile

<a href="http://asiandatingsecret.com">dating asian women</a>

# Rosanna said on Monday, January 31, 2011 11:03 AM

I want to know exactly what Linwood has to say with this :P

Lillian

<a href="mizarstvo-jereb.si/.../">previjalna miza</a>

# Latoya Cabrera said on Monday, January 31, 2011 2:27 PM

I am curious  what Joanne can do about that?

Rodolfo

<a href="www.cigars-now.com/.../a>

# Virgil Hatch said on Monday, January 31, 2011 8:07 PM

The GREATEST topic I read ever!?

<a href="http://www.yutube.si">yutube</a>

# Evelyn Kern said on Tuesday, February 01, 2011 9:53 PM

Esther ROCKS :D

Donny

<a href="www.lida-schlankheitskapseln.com/">buy lida daidaihua</a>

# Deena said on Wednesday, February 02, 2011 7:36 PM

Great writing! You might want to follow up to this topic :)

<a href="www.asparagus-soap.com/.../scrubs.html">Oatmeal scrub</a>

# Chi Hurst said on Thursday, February 03, 2011 3:05 PM

Great post! I wish you could follow up to this topic!?!

<a href="www.lida-schlankheitskapseln.com/">lida kapseln kaufen</a>

# Adrienne said on Thursday, February 03, 2011 6:03 PM

Great writing! Maybe you could do a follow up to this topic...

Lauren

<a href="http://www.mandarinclassroom.com">learning mandarin chinese online</a>

# Jenna Grove said on Friday, February 04, 2011 3:46 PM

Great writing, been looking for that!?!

<a href="www.camchatladies.com/">chat kostenlos</a>

# Robert said on Friday, February 04, 2011 4:47 PM

This is the best read that I read all year?!

Dorian

<a href="www.camchatladies.com/">kinder chat</a>

# Paula Floyd said on Saturday, February 05, 2011 11:05 AM

Sophie rocks :D

Al

<a href="http://www.findgroomers.com">dog grooming</a>

# Terry Granados said on Saturday, February 05, 2011 2:29 PM

Great read! You may want to follow up to this topic!!

Carey

<a href="www.camchatladies.com/">chat programme</a>

# Robin said on Sunday, February 06, 2011 5:15 AM

Hey Kerry, I doubt it :D

<a href="www.parketarstvo-cerkvenik.si/.../a>

# Ramiro said on Sunday, February 06, 2011 11:37 PM

I need to know just what Twila can do with this!?

Alisa

<a href="http://www.findgroomers.com">dog grooming</a>

# Ashlee Timmons said on Monday, February 07, 2011 3:01 AM

Naomi, I don't think so :P

<a href="www.cigars-now.com/.../cohiba-cigars.html">cohiba cigar</a>

# Gretchen said on Tuesday, February 08, 2011 2:39 PM

Great post! I wish you could follow up to this topic =D

Laverne

<a href="http://www.nightvisiongoogles.net">night vision googles</a>

# Blair said on Wednesday, February 09, 2011 12:22 PM

Josie ftw???

Clifton

<a href="www.was-frauen-wollen.com/">sperma auflecken</a>

# Leland said on Wednesday, February 09, 2011 6:07 PM

I am wondering  what Natalia can do with that??

<a href="www.was-frauen-wollen.com/">sperma ab</a>

# Rosario said on Thursday, February 10, 2011 4:49 PM

I need to know just what Reyes will change with that?!?

<a href="http://asiandatingsecret.com">dating asian women</a>

# Hunter Mclean said on Saturday, February 12, 2011 12:57 AM

Lynn ftw!!!

Bessie

<a href="www.cigars-now.com/.../oliva-cigars.html">oliva cigars</a>

# Elvin Hobbs said on Saturday, February 12, 2011 4:00 PM

I need to hear exactly what Roderick will say with that =D

-Kindest Regards

Rex

<a href="http://www.mechoddl.com">Kiddie</a>

# Bradly Obrien said on Sunday, February 13, 2011 10:18 AM

I am curious  what Jacquelyn thinks with that!?!

<a href="http://www.yutube.si">yutube</a>

# Abe Hyatt said on Sunday, February 13, 2011 6:48 PM

This is the most interesting page that I have read all year.

Melody

<a href="www.mystogie.com/.../a>

# Alphonse Groves said on Monday, February 14, 2011 1:06 PM

Maybe the most influential paper that I read in my life..

Sincerest Regards

Mia

<a href="http://www.findgroomers.com">dog grooming</a>

# Geraldine said on Monday, February 14, 2011 4:30 PM

Great writing! Maybe you could do a follow up on this topic :P

<a href="www.was-frauen-wollen.com/">sperma wm</a>

# Rocco said on Tuesday, February 15, 2011 5:26 PM

Jerold fail.

Roland

<a href="alternativemedicinecourse.com/.../osteopathy-courses">osteopathy course</a>

# Gracie Paredes said on Wednesday, February 16, 2011 1:29 PM

Ronald ftw???

-Best regards

Penny

<a href="www.mystogie.com/little-cigars.html">small cigars</a>

# Lewis Donnelly said on Wednesday, February 16, 2011 4:53 PM

Maybe the most amazing read I read all year!!

<a href="data-recovery-information.com/">Data recovery information</a>

# Rhea said on Thursday, February 17, 2011 9:05 PM

I'm glad you said that...

Sincere regards,

Addie

<a href="www.mystogie.com/.../arturo-fuente.html">fuente|a fuente|arturo fuente|fuente cigar|fuente cigars|arturo fuente cigar|arturo fuente cigars}</a>

# Inez Pena said on Friday, February 18, 2011 3:24 PM

Estelle fail?!?

<a href="www.mystogie.com/.../a>

# Ethel said on Friday, February 18, 2011 6:48 PM

I am very happy you said this!!!

<a href="www.butikonlinemurah.com/">Butik Online Murah</a>

# Eleanor Thorne said on Friday, February 18, 2011 7:39 PM

Wanda, really :P

<a href="www.mystogie.com/.../padron.html">padron cigar</a>

# Colby said on Saturday, February 19, 2011 1:57 PM

Meagan is the greatest?

Deloris

<a href="www.mystogie.com/.../gurkha-cigars.html">gurkha cigar</a>

# Sherman Wills said on Saturday, February 19, 2011 5:50 PM

Great post, been after something like that!?!

Alyce

<a href="http://www.yutube.si">yutube</a>

# Al said on Sunday, February 20, 2011 12:09 PM

Great blog post, I've been waiting for that?!

<a href="www.oregonlngpropertysearch.com/">moncler jacket</a>

# Lynne said on Sunday, February 20, 2011 3:33 PM

I'm glad you said that..

Leigh

<a href="freiepotenzmittel.com/">potenzmittel ohne rezept</a>

# Home Security Monitoring phoenix said on Saturday, April 02, 2011 7:46 AM

Valuable info. Lucky me I found your site by accident, and I'm shocked why this accident did not happened earlier! I bookmarked it.

<b><a href="ewhat.org/home-security-tips

">wireless Home Security Monitoring

<a/><b/>

# Trunkelj said on Thursday, April 07, 2011 3:39 AM

Mizarstvo Trunkelj -Izdelujemo pohištvo po meri, kuhinje in jedilnice, spalnice, otroške sobe, kopalniško pohištvo, vrtno pohištvo ... Mizarstvo Trunkelj je družinsko podjetje z več kot stoletno mizarsko tradicijo.

# crank handle said on Monday, April 18, 2011 10:16 AM

rquzvu awnings oah

# jtufhnzw said on Tuesday, May 10, 2011 2:24 AM

<a href=www.hermesbirkincheap.com/>Hermes Birkin</a>

# ofzrhmol said on Wednesday, May 11, 2011 10:54 PM

<a href=www.hermesbirkincheap.com/>Hermes Birkin Handbags</a>

# auxihopg said on Thursday, May 19, 2011 10:39 AM

www.hermesbirkincheap.com - Hermes Birkin

# rxvhizvv said on Saturday, May 21, 2011 9:06 PM

www.hermesbirkincheap.com - Hermes Birkin

# aomqztyx said on Wednesday, May 25, 2011 5:08 PM

www.louis-vuitton-handbags-cheap.com - louis vuitton handbags cheap

# inupdhxz said on Thursday, May 26, 2011 7:59 PM

www.hermesbirkincheap.com - Hermes Birkin Handbags

# jrjoblhx said on Friday, May 27, 2011 12:53 PM

www.louis-vuitton-handbags-on-sale.com - Louis Vuitton Handbags On Sale

# kbdmyvqn said on Sunday, May 29, 2011 3:46 PM

www.reallouisvuittonhandbags.com - Real Louis Vuitton Handbags

# #gecaljfaurnnick[YYIYKKIYYIYI] said on Sunday, May 29, 2011 3:51 PM

www.louisvuittonknockoffs.com - louis vuitton knockoffs|louis vuitton knockoffs handbags|louis vuitton knockoffs for sale

# krjhjsva said on Sunday, May 29, 2011 4:17 PM

www.reallouisvuittonbags.com - real louis vuitton bagsreal louis vuitton bags

# yducdwjv said on Monday, May 30, 2011 7:27 AM

www.hermesbirkincheap.com - Hermes Birkin

# weblogs.asp.net said on Wednesday, June 01, 2011 5:25 AM

Upgrading to silverlight beta 2 and visual studio 2008 sp1 beta.. Neat :)

# #geouammplxnnick[YYIYKKIYYIYI] said on Sunday, June 05, 2011 10:32 PM

www.louisvuittonknockoffs.com - louis vuitton knockoffs|louis vuitton knockoffs handbags|louis vuitton knockoffs for sale

# qmnrttwv said on Wednesday, June 08, 2011 7:46 AM

www.hermesbirkincheap.com - Hermes Birkin|Hermes Birkin Handbags

# Theodora Bendix said on Thursday, July 07, 2011 7:14 AM

I need to alter one-way links together together with your online web page is this probable?

# Marcos Schelling said on Sunday, July 10, 2011 3:42 AM

An individual built quite a few advantageous facts presently there. I did searching with regard to inside the challenge and also noticed a great deal of men and girls could agree in your internet page.

# buy edu backlinks said on Friday, July 15, 2011 12:58 PM

great issues altogether, you simply won a new reader. What could you recommend in regards to your submit that you just made a few days ago? Any certain?  <a href=edubacklinksstore.com/>edu backlinks</a>

# transitaire thailande said on Saturday, August 06, 2011 5:52 PM

un transitaire en asie ? un agent en douane ? envoyer de la marchandise à l'international ? ok !

# actos said on Tuesday, August 09, 2011 4:56 PM

I just added your website on my blogroll.  Really enjoyed reading through. Excellent information!

# plan b online said on Sunday, August 28, 2011 1:06 PM

I’m really loving the contents of your blog. Hopefully you keep posting regularly. Thanks.

# order prednisone said on Sunday, August 28, 2011 11:51 PM

I’m really loving the contents of your blog. Hopefully you keep posting regularly. Thanks.

# buy seroquel said on Saturday, September 03, 2011 10:19 PM

Thanks for tris interesting information! I found it very useful =)

# seroquel said on Sunday, September 04, 2011 4:21 AM

Thanks for tris interesting information! I found it very useful =)

# buy seroquel online said on Sunday, September 04, 2011 9:13 PM

Thanks for tris interesting information! I found it very useful =)

# Unduroded said on Tuesday, December 06, 2011 2:01 AM

<a href=calivit.com/.../a>

# Ideachecrence said on Tuesday, December 06, 2011 7:32 PM

<a href=calivit.com/.../ac-zymes>ac zymes</a>

# Ideachecrence said on Thursday, December 08, 2011 8:51 PM

<a href=http://calivit.com>calivita</a>

# GKamySalt said on Tuesday, December 27, 2011 7:37 AM

Systems for Unlock Iphone 4 f Anyone who manages an apple iphone should tend to be pointed out to your and requires unlock iPhone 4 gary tips and hints, quite often in association with particular computer program which is certainly concurrently protected.Nonetheless, it may be rather infuriating in an effort to uncover our i actually cellular phone if you don't look for a unique iphone taking off the lock upon request.There are a lot regarding advertisings all over the place, having said that, if you don't have specific learning you can find, entirely ensnared, consequently a number of options certain substantial money on the subject of nothing at all.                        

<a href=http://unlockiphonetut.com>unlock iphone 4</a>

# BlooreMof said on Tuesday, January 17, 2012 2:32 PM

Gratitude - the smallest of the virtues , ingratitude - the worst of evils.

Leave a Comment

(required) 
(required) 
(optional)
(required)