<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Kigg Forum Rss Feed</title><link>http://www.codeplex.com/Kigg/Thread/List.aspx</link><description>Kigg Forum Rss Description</description><item><title>New Post: Async DatabaseFactory??</title><link>http://kigg.codeplex.com/discussions/432232</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does anyone know the difference in these two database factories? What does Async do?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;          &amp;lt;type type=&amp;quot;IDatabaseFactory&amp;quot; mapTo=&amp;quot;DatabaseFactory&amp;quot;&amp;gt;
            &amp;lt;lifetime type=&amp;quot;PerWebRequest&amp;quot;/&amp;gt;
            &amp;lt;typeConfig extensionType=&amp;quot;Microsoft.Practices.Unity.Configuration.TypeInjectionElement, Microsoft.Practices.Unity.Configuration&amp;quot;&amp;gt;
              &amp;lt;constructor&amp;gt;
                &amp;lt;param name=&amp;quot;connectionString&amp;quot; parameterType=&amp;quot;ConnectionString&amp;quot;&amp;gt;
                  &amp;lt;dependency/&amp;gt;
                &amp;lt;/param&amp;gt;
              &amp;lt;/constructor&amp;gt;
            &amp;lt;/typeConfig&amp;gt;
          &amp;lt;/type&amp;gt;
          &amp;lt;type name=&amp;quot;Async&amp;quot; type=&amp;quot;IDatabaseFactory&amp;quot; mapTo=&amp;quot;DatabaseFactory&amp;quot;&amp;gt;
            &amp;lt;lifetime type=&amp;quot;Singleton&amp;quot;/&amp;gt;
            &amp;lt;typeConfig extensionType=&amp;quot;Microsoft.Practices.Unity.Configuration.TypeInjectionElement, Microsoft.Practices.Unity.Configuration&amp;quot;&amp;gt;
              &amp;lt;constructor&amp;gt;
                &amp;lt;param name=&amp;quot;connectionString&amp;quot; parameterType=&amp;quot;ConnectionString&amp;quot;&amp;gt;
                  &amp;lt;dependency/&amp;gt;
                &amp;lt;/param&amp;gt;
              &amp;lt;/constructor&amp;gt;
            &amp;lt;/typeConfig&amp;gt;
          &amp;lt;/type&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>matthewpomar</author><pubDate>Wed, 06 Feb 2013 19:07:27 GMT</pubDate><guid isPermaLink="false">New Post: Async DatabaseFactory?? 20130206070727P</guid></item><item><title>New Post: Linq2Sql issues</title><link>http://kigg.codeplex.com/discussions/75276</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yeh, I haved noticed the same thing. Not sure what the cause is. &lt;/p&gt;
&lt;p&gt;Did you ever solve your problem?&lt;/p&gt;
&lt;/div&gt;</description><author>matthewpomar</author><pubDate>Wed, 06 Feb 2013 19:05:58 GMT</pubDate><guid isPermaLink="false">New Post: Linq2Sql issues 20130206070558P</guid></item><item><title>New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies.</title><link>http://kigg.codeplex.com/discussions/392611</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi There,&lt;/p&gt;
&lt;p&gt;Hope you are doing alright there.&lt;/p&gt;
&lt;p&gt;Which version of the source code you are dealing with?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is pretty difficult to debug without looking at the problem. Please make sure that you are compiling the web app with target framework of ".NET Framework 3.5" and see how it goes. In order to do this, right click on the kigg.web project and click on the properties. In the "Application" tab, there is a Target framework dropdown where you select .NET Framework 3.5 and save the project. Now rebuild your web app and it should work. If necessary do this for all the projects in the solution and rebuild the whole project.&lt;/p&gt;
&lt;p&gt;Again it is very difficult to debug without looking at the problem. The above solution might work or might not work for you.&lt;/p&gt;
&lt;p&gt;It depends on the which version of the source code you downloaded. Let me know how it goes and I will give you a stable version that I have just found in my old lappy which is working just fine in my lappy with VS 2010. Again it depends on your system build.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Narendra&lt;/p&gt;
&lt;p&gt;&lt;a title="sharepoint community site" href="http://www.sharepointsidekick.com" target="_blank"&gt;sharepoint&amp;nbsp;community site&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>scriptstar</author><pubDate>Sun, 07 Oct 2012 11:29:01 GMT</pubDate><guid isPermaLink="false">New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies. 20121007112901A</guid></item><item><title>New Post: Kigg Changeset 38916 build error under Visual Studio 2008</title><link>http://kigg.codeplex.com/discussions/217897</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks it works...&lt;/p&gt;&lt;/div&gt;</description><author>himanshu082</author><pubDate>Mon, 03 Sep 2012 21:20:41 GMT</pubDate><guid isPermaLink="false">New Post: Kigg Changeset 38916 build error under Visual Studio 2008 20120903092041P</guid></item><item><title>New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies.</title><link>http://kigg.codeplex.com/discussions/392611</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you Narendra for replying... &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it possible to resolve this problem other than talking on skypee? &amp;nbsp;From my work place we are not allowed to install skypee or any third party chat client.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me&amp;nbsp;briefly&amp;nbsp;explain what i am doing?&lt;/p&gt;
&lt;p&gt;I did a fresh installation of Win 7 OS, then installed VS.Net 2008, download vs.net 2008 sp1, then installed sql server 2008 express.&lt;/p&gt;
&lt;p&gt;I then Downloaded Kigg project and open Kigg.sln project file and follow step by step to configure things.&lt;/p&gt;
&lt;p&gt;I have&amp;nbsp;reference&amp;nbsp;all correct .dll files as available in Reference folder, did clean/rebuild as u mentioned above, but still i am facing the same issue.&lt;/p&gt;
&lt;p&gt;I would appreciate if you can please let me know what Microsoft.Practices.Unity .dll's we need to reference for Kigg and Url to download it. &amp;nbsp;Thank you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;Could not load file or assembly 'Microsoft.Practices.Unity.Interception.Configuration' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. C:\Projects\KIGG\Web\ASPNETCOMPILER Kigg.Web

&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please Note:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1) I am having all the things as mentioned in system requirement.&lt;/p&gt;
&lt;p&gt;2) I have performed all configuration steps. (Including DB Scripts)&lt;/p&gt;
&lt;p&gt;3) I am using default configuration (LINQ2SQL)&lt;/p&gt;
&lt;p&gt;4) While searching for solution on internet i have found this link, may be someone can please help me with this.&lt;/p&gt;&lt;/div&gt;</description><author>vermdivya</author><pubDate>Mon, 03 Sep 2012 13:53:32 GMT</pubDate><guid isPermaLink="false">New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies. 20120903015332P</guid></item><item><title>New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies.</title><link>http://kigg.codeplex.com/discussions/392611</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi There,&lt;/p&gt;
&lt;p&gt;I am sorry for the late reply. Let me know if you are still having problems with the installation.&lt;/p&gt;
&lt;p&gt;Try to clean Debug and Release folders in your solution. Ant then remove and add unity again.&lt;/p&gt;
&lt;p&gt;Pass your skypeid so that I can see where you are getting the error.&lt;/p&gt;
&lt;p&gt;Click on my username and contact me so that I can help you in assisting the installation.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Narendra&lt;/p&gt;
&lt;p&gt;&lt;a title="Sharepoint community site" href="http://www.sharepointsidekick.com" target="_blank"&gt;Visit my kigg based Sharepoint community site&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>scriptstar</author><pubDate>Sun, 02 Sep 2012 11:18:21 GMT</pubDate><guid isPermaLink="false">New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies. 20120902111821A</guid></item><item><title>New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies.</title><link>http://kigg.codeplex.com/discussions/392611</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Download this project and try to compiled, it compiles good, but on runtime it is throwing following error.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/p&gt;
&lt;h1&gt;Server Error in '/' Application.
&lt;hr size="1"&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;em&gt;Configuration Error&lt;/em&gt;&lt;/h2&gt;
&lt;/span&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;strong&gt;Description:&amp;nbsp;&lt;/strong&gt;An error occurred during the processing of a configuration file required to service this request. Please review the specific error details
 below and modify your configuration file appropriately.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Parser Error Message:&amp;nbsp;&lt;/strong&gt;The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Source Error:&lt;/strong&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre&gt;Line 83: 	&amp;lt;unity&amp;gt;
Line 84: 		&amp;lt;typeAliases&amp;gt;
&lt;span style="color:red"&gt;Line 85: 			&amp;lt;typeAlias alias=&amp;quot;Singleton&amp;quot; type=&amp;quot;Microsoft.Practices.Unity.ContainerControlledLifetimeManager, Microsoft.Practices.Unity&amp;quot;/&amp;gt;
&lt;/span&gt;Line 86: 			&amp;lt;typeAlias alias=&amp;quot;Transient&amp;quot; type=&amp;quot;Microsoft.Practices.Unity.TransientLifetimeManager, Microsoft.Practices.Unity&amp;quot;/&amp;gt;
Line 87: 			&amp;lt;typeAlias alias=&amp;quot;PerWebRequest&amp;quot; type=&amp;quot;Kigg.Infrastructure.EnterpriseLibrary.UnityPerWebRequestLifetimeManager, Kigg.Infrastructure.EnterpriseLibrary&amp;quot;/&amp;gt;&lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;br&gt;
&lt;strong&gt;Source File:&amp;nbsp;&lt;/strong&gt;C:\Projects\KIGG\Web\web.config&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line:&amp;nbsp;&lt;/strong&gt;85&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div&gt;Show Additional Configuration Errors:&lt;/div&gt;
&lt;div id="additionalConfigurationErrors"&gt;&lt;/div&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre&gt;The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies. The system cannot find the file specified. (C:\Projects\KIGG\Web\web.config line 86)&lt;br&gt;
                      &lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;/p&gt;
&lt;div id="additionalConfigurationErrors"&gt;&lt;/div&gt;
&lt;hr size="1"&gt;
&lt;strong&gt;Version Information:&lt;/strong&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.5456; ASP.NET Version:2.0.50727.5459&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please Note:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1) I am having all the things as mentioned in system requirement.&lt;/p&gt;
&lt;p&gt;2) I have performed all configuration steps. (Including DB Scripts)&lt;/p&gt;
&lt;p&gt;3) I am using default configuration (LINQ2SQL)&lt;/p&gt;
&lt;p&gt;4) While searching for solution on internet i have found this link, may be someone can please help me with this.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://stackoverflow.com/questions/4469929/could-not-load-file-or-assembly-or-one-of-its-dependencies"&gt;http://stackoverflow.com/questions/4469929/could-not-load-file-or-assembly-or-one-of-its-dependencies&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please help me, I am struggling with error since yesterday.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>vermdivya</author><pubDate>Wed, 22 Aug 2012 13:55:44 GMT</pubDate><guid isPermaLink="false">New Post: Could not load file or assembly 'Microsoft.Practices.Unity' or one of its dependencies. 20120822015544P</guid></item><item><title>New Post: how Story status changes works</title><link>http://kigg.codeplex.com/discussions/354004</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi There,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On your admin panel, you will get a chance to publish the stories like &amp;quot;Publishable&amp;quot; and you click that link and boom you go. Sorry it might be too late for you. But someone might get benefited.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Narendra&lt;/p&gt;
&lt;p&gt;&lt;a title="Sharepoint news" href="http://www.sharepointsidekick.com" target="_self"&gt;Sharepoint News&lt;/a&gt;&amp;nbsp;- A kigg based site for Microsoft sharepoint community&lt;/p&gt;
&lt;/div&gt;</description><author>scriptstar</author><pubDate>Sat, 21 Jul 2012 18:54:28 GMT</pubDate><guid isPermaLink="false">New Post: how Story status changes works 20120721065428P</guid></item><item><title>New Post: Truth About abs review</title><link>http://kigg.codeplex.com/discussions/361935</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Read the honest &lt;a href="http://truthaboutabs-reviews.org/"&gt;Truth About Abs Review&lt;/a&gt; and explore the secrets of truth about six packs abs before you purchase Michael Geary ebook. Tags Truth about abs review, Truth about abs reviews, The truth about abs
 review&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Wed, 04 Jul 2012 11:57:36 GMT</pubDate><guid isPermaLink="false">New Post: Truth About abs review 20120704115736A</guid></item><item><title>New Post: rx sunglasses</title><link>http://kigg.codeplex.com/discussions/361681</link><description>&lt;div style="line-height: normal;"&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="516" height="66"&gt;
&lt;colgroup&gt;&lt;col width="230"&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr height="20"&gt;
&lt;td width="230" height="20"&gt;Welcome to KerrDrugOptical, We have a wide collection of RX sunglasses and Non RX sunglasses for Rx Ready Sunglasses. &amp;nbsp; Best price guaranteed on all prescription eyeglasses.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Mon, 02 Jul 2012 13:46:59 GMT</pubDate><guid isPermaLink="false">New Post: rx sunglasses 20120702014659P</guid></item><item><title>New Post: front desk receptionist</title><link>http://kigg.codeplex.com/discussions/361669</link><description>&lt;div style="line-height: normal;"&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="532" height="70"&gt;
&lt;colgroup&gt;&lt;col width="270"&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr height="20"&gt;
&lt;td width="270" height="20" style="height:15pt; width:203pt"&gt;Often the role of a front desk receptionist seems to be important enough for any business format. A front desk receptionist needs to accomplish few other tasks that are always important from business
 point of view.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Mon, 02 Jul 2012 12:21:03 GMT</pubDate><guid isPermaLink="false">New Post: front desk receptionist 20120702122103P</guid></item><item><title>New Post: kerr drug optical sunglasses</title><link>http://kigg.codeplex.com/discussions/360941</link><description>&lt;div style="line-height: normal;"&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="537" height="66"&gt;
&lt;colgroup&gt;&lt;col width="230"&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr height="21"&gt;
&lt;td width="230" height="21"&gt;We have a huge selection of Designer Sunglasses, Designer eyeglasses and Prescription Sunglasses. We provide high quality products at the lowest prices.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Tue, 26 Jun 2012 09:14:40 GMT</pubDate><guid isPermaLink="false">New Post: kerr drug optical sunglasses 20120626091440A</guid></item><item><title>New Post: click here for latest messages and quotes</title><link>http://kigg.codeplex.com/discussions/360594</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;A large collection of wisely selected Messages, SMS, Birthday Messages, Love Text Messages, Love SMS, Funny Text Messages, Cell Phone Messages, Sms Text Messages, Thank You, Funniest, Dirty messages forwards, Sweet txt, Sympathy fwd, Jokes, Sexy, Romantic,
 Mobile Loving sms &lt;a href="http://www.allfamousmessages.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Fri, 22 Jun 2012 14:11:05 GMT</pubDate><guid isPermaLink="false">New Post: click here for latest messages and quotes 20120622021105P</guid></item><item><title>New Post: Downloads HD Wallpapers</title><link>http://kigg.codeplex.com/discussions/360471</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span style="font-size:9pt; color:black"&gt;HD Wallpapers Arena Provides Free HD Wallpapers for your desktop ready to download.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Thu, 21 Jun 2012 13:51:40 GMT</pubDate><guid isPermaLink="false">New Post: Downloads HD Wallpapers 20120621015140P</guid></item><item><title>New Post: truth about abs review, reviews</title><link>http://kigg.codeplex.com/discussions/360121</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span style="font-size:9pt; color:black"&gt;Read the honest and reliable reviews about the truth about abs before you purchase Michael Geary ebook.&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Tue, 19 Jun 2012 10:14:18 GMT</pubDate><guid isPermaLink="false">New Post: truth about abs review, reviews 20120619101418A</guid></item><item><title>New Post: usc med data entry clerk</title><link>http://kigg.codeplex.com/discussions/360120</link><description>&lt;div style="line-height: normal;"&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="519" height="78"&gt;
&lt;colgroup&gt;&lt;col width="181"&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr height="21"&gt;
&lt;td width="181" height="21" style="height:15.75pt; width:136pt"&gt;US Colleges offers career training programs, Medical School and business school in California, Private Investigator training certification and more. Leading Career College in California&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Tue, 19 Jun 2012 10:13:08 GMT</pubDate><guid isPermaLink="false">New Post: usc med data entry clerk 20120619101308A</guid></item><item><title>New Post: motor vehicle dealer</title><link>http://kigg.codeplex.com/discussions/358861</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span style="color:#1a1aa6; font-family:monospace; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:pre-wrap; widows:2; word-spacing:0px; font-size:medium; display:inline!important; float:none"&gt;Learn
 how to get your car dealers license so you can start buying vehicles at wholesale prices at
&lt;/span&gt;&lt;a href="http://www.myautolicense.com/"&gt;motor vehicle dealer&lt;/a&gt;&lt;span style="color:#1a1aa6; font-family:monospace; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:pre-wrap; widows:2; word-spacing:0px; font-size:medium; display:inline!important; float:none"&gt;.
 Start your own dealership business today!&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Fri, 08 Jun 2012 12:09:40 GMT</pubDate><guid isPermaLink="false">New Post: motor vehicle dealer 20120608120940P</guid></item><item><title>New Post: Japanese scissors</title><link>http://kigg.codeplex.com/discussions/358815</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span style="color:#1a1aa6; font-family:monospace; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:pre-wrap; widows:2; word-spacing:0px; font-size:medium; display:inline!important; float:none"&gt;Hair
 scissors, and shears company. Great variety of hair stylist scissors, and hair cutting shears available here. Our
&lt;/span&gt;&lt;a href="http://www.hattorihanzoshears.com/"&gt;Japanese scissors&lt;/a&gt;&lt;span style="color:#1a1aa6; font-family:monospace; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:pre-wrap; widows:2; word-spacing:0px; font-size:medium; display:inline!important; float:none"&gt;
 are computer engineered and hand finished with the finest Japanese steel.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Fri, 08 Jun 2012 06:25:36 GMT</pubDate><guid isPermaLink="false">New Post: Japanese scissors 20120608062536A</guid></item><item><title>New Post: Fathers Day facebook status</title><link>http://kigg.codeplex.com/discussions/358694</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Find all famous messages about Father&amp;rsquo;s Day messages, Fathers Day text messages,
&lt;a href="http://www.allfamousmessages.com/sms-messages/Fathers-Day-Messages"&gt;Fathers Day facebook status&lt;/a&gt;, Fathers Day sms, Fathers Day text sms, Fathers Day quotes, Fathers Day wishes only on
&lt;a href="http://www.allfamousmessages.com"&gt;all famous messages&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Thu, 07 Jun 2012 10:43:35 GMT</pubDate><guid isPermaLink="false">New Post: Fathers Day facebook status 20120607104335A</guid></item><item><title>New Post: rx sunglasses</title><link>http://kigg.codeplex.com/discussions/358382</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Welcome to Kerr Drug Optical, We have a wide collection of &lt;a href="http://www.kerrdrugoptical.com/category/60-rx-sunglasses.aspx"&gt;
RX sunglasses&lt;/a&gt; and Non RX sunglasses for Rx Ready Sunglasses.&amp;nbsp; Best price guaranteed on all prescription eyeglasses.&lt;/p&gt;
&lt;/div&gt;</description><author>vividsolution</author><pubDate>Tue, 05 Jun 2012 08:52:18 GMT</pubDate><guid isPermaLink="false">New Post: rx sunglasses 20120605085218A</guid></item></channel></rss>