<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio &amp; Silverlight Development Tools</title><link>http://forums.silverlight.net/forums/18.aspx</link><description>Discussions around using Visual Studio and other development tools to create Silverlight applications</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/323897.aspx</link><pubDate>Fri, 20 Nov 2009 19:06:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:323897</guid><dc:creator>DanielKWard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/323897.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=323897</wfw:commentRss><description>&lt;p&gt;I was experiencing a similar issue after upgrading some 3rd party controls for my sl site.&amp;nbsp; ValidateXaml Task failed unexpectedly, could not find file System.Windows.Browser.&amp;nbsp; Like you I registered the dll in the gac and all is well.&amp;nbsp; Thank you for sharing this info divined.&lt;/p&gt;</description></item><item><title>Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/305702.aspx</link><pubDate>Tue, 20 Oct 2009 12:18:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:305702</guid><dc:creator>SilverSanjoe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/305702.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=305702</wfw:commentRss><description>This could be because of using a library whose functionality is not available in silverlight. The error message is misleading it has nothinng to with the actual error.&lt;br /&gt;&lt;br /&gt;for example if&amp;nbsp; obj.func(); &lt;br /&gt;is giving error go to funct() {..}&lt;br /&gt;and comment the lines&lt;br /&gt;then it should work.&lt;br /&gt;&lt;br /&gt;uncomment lines one by one to find the actual error source&lt;br /&gt;&lt;br /&gt;my problem was with using system.Linq&lt;br /&gt;&lt;br /&gt;I was using a query like this&lt;br /&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;var&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; query = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;from&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; agendaItem &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;in&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; newUser.AgendaItems&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;where&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; agendaItem.IsChanged == &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; || agendaItem.IsNew == &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;select&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; agendaItem;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/185596.aspx</link><pubDate>Tue, 10 Mar 2009 08:42:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:185596</guid><dc:creator>jeshmitha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/185596.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=185596</wfw:commentRss><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;i added the three reference files(system.dll,system.core.dll,system.windows.dll) from the silverlight folder.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;i&amp;#39;m getting the error&amp;nbsp;&amp;quot;&amp;nbsp;Unknown build error, &amp;#39;The located assembly&amp;#39;s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&amp;#39; &amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;should i copy the code in an wpf browser appliication or just an wpf application is sufficient?&lt;br /&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/176484.aspx</link><pubDate>Thu, 19 Feb 2009 14:48:28 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:176484</guid><dc:creator>manolov83</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/176484.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=176484</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thank you very much Divine ;)&lt;/p&gt;&lt;p&gt;Adding System.Core.dll(from C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Reference Assemblies) to GAC solved my problem :) &lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136412.aspx</link><pubDate>Mon, 24 Nov 2008 16:10:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136412</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136412.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136412</wfw:commentRss><description>&lt;p&gt;and this problem has solved&lt;/p&gt;
&lt;p&gt;when create silverlight project? also add Web project&lt;/p&gt;
&lt;p&gt;in silverlight i must use referense to System.Core v2.0&lt;/p&gt;
&lt;p&gt;in Web project - System.Core v3.5&lt;/p&gt;
&lt;p&gt;but by default it all set to v2.0 =)&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136404.aspx</link><pubDate>Mon, 24 Nov 2008 15:54:35 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136404</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136404.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136404</wfw:commentRss><description>&lt;p&gt;=) it......&lt;/p&gt;
&lt;p&gt;&amp;nbsp;my project also want to reference System.Core.dll v3.5&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;1&amp;nbsp;The type &amp;#39;System.Linq.IQueryable&amp;#39; is defined in an assembly that is not referenced. You must add a reference to assembly &amp;#39;System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39;.&amp;nbsp;C:\Documents and Settings\VS\Мои документы\Visual Studio 2008\Projects\YASL\YASL.Web\DataClasses1.designer.cs&amp;nbsp;68&amp;nbsp;47&amp;nbsp;YASL.Web&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136400.aspx</link><pubDate>Mon, 24 Nov 2008 15:44:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136400</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136400.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136400</wfw:commentRss><description>&lt;p&gt;I solve the problem =)&lt;/p&gt;
&lt;p&gt;Just add System.Core.dll, System.Windows.dll and system.dll&amp;nbsp;to GAC(From C:\Program Files\Microsoft SDKs\Silverlight\2.0 folder)&lt;/p&gt;
&lt;p&gt;becouse i have more than one this files, its no automatic installing in GAC&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136389.aspx</link><pubDate>Mon, 24 Nov 2008 15:28:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136389</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136389.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136389</wfw:commentRss><description>&lt;a href="https://silverlight.net/forums/p/20020/77834.aspx"&gt;https://silverlight.net/forums/p/20020/77834.aspx&lt;/a&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136374.aspx</link><pubDate>Mon, 24 Nov 2008 15:15:39 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136374</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136374.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136374</wfw:commentRss><description>&lt;p&gt;&lt;img style="WIDTH:1095px;HEIGHT:123px;" height="123" src="http://test.yarusauto.ru/screen.jpg" width="1095" alt="" /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136366.aspx</link><pubDate>Mon, 24 Nov 2008 14:57:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136366</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136366.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136366</wfw:commentRss><description>&lt;p&gt;it full error:&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;1&amp;nbsp;The &amp;quot;ValidateXaml&amp;quot; task failed unexpectedly.&lt;br /&gt;System.IO.FileNotFoundException: Could not load file or assembly &amp;#39;System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e&amp;#39; or one of its dependencies. Не удается найти указанный файл.&lt;br /&gt;File name: &amp;#39;System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.ModuleHandle.ResolveType(Int32 typeToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle* methodInstArgs, Int32 methodInstCount)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.ModuleHandle.ResolveTypeHandle(Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Module.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly&amp;amp; lastAptcaOkAssembly, Module decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType&amp;amp; attributeType, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; ctorHasParameters, Boolean&amp;amp; isVarArg)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.CustomAttribute.GetCustomAttributes(Module decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.CustomAttribute.GetCustomAttributes(Assembly assembly, RuntimeType caType)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.GetCustomAttributes(Type attributeType, Boolean inherit)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Attribute.GetCustomAttributes(Assembly element, Type attributeType, Boolean inherit)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Xaml.MS.Impl.XamlSystemBinding.AddPairsFromAssembly(XamlSchemaContext schemaContext, Assembly asm, String uri, List`1 pairs)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Xaml.MS.Impl.XamlSystemBinding.SearchForXamlNamespace(XamlSchemaContext schemaContext, String uriString, IEnumerable`1 referenceAssemblies)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Xaml.XamlSchemaContext.GetXamlNamespace(String xmlns, Assembly localAssembly)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Xaml.XamlSchemaContext.GetXamlNamespace(String xmlns)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.MarkupCompiler.ValidationPass.ValidateXaml(String fileName, Assembly[] assemblies, Assembly callingAssembly, TaskLoggingHelper log, Boolean shouldThrow)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Silverlight.Build.Tasks.ValidateXaml.XamlValidator.Execute()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Silverlight.Build.Tasks.ValidateXaml.XamlValidator.Execute()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Silverlight.Build.Tasks.ValidateXaml.Execute()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean&amp;amp; taskResult)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Controls.Samples&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136360.aspx</link><pubDate>Mon, 24 Nov 2008 14:40:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136360</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136360.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136360</wfw:commentRss><description>&lt;p&gt;hmm..&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;I installing new Windows Xp SP2&lt;/p&gt;
&lt;p&gt;2. installing IIS&lt;/p&gt;
&lt;p&gt;3. installing VS2008&lt;/p&gt;
&lt;p&gt;4. installing VS2008 Sp1&lt;/p&gt;
&lt;p&gt;5. installing Silverlight_Tool (last release)&lt;/p&gt;
&lt;p&gt;6. Gacutil -I (silverlight_toolkit and unit test)&lt;/p&gt;
&lt;p&gt;7. Open sample in silverlight_toolkit and get error when build (System.Core) =(&lt;/p&gt;
&lt;p&gt;What i also must do?&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136266.aspx</link><pubDate>Mon, 24 Nov 2008 11:15:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136266</guid><dc:creator>Ken Tucker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136266.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136266</wfw:commentRss><description>&lt;p&gt;Sorry I forgot the last s&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Devenv.exe /installvstemplates&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms241279.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms241279.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136156.aspx</link><pubDate>Mon, 24 Nov 2008 06:55:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136156</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136156.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136156</wfw:commentRss><description>&lt;p&gt;Invalid Command Line. Unknown Switch : installvstemplate&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now, i install VS2008 an other components on clear virtual PC&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136031.aspx</link><pubDate>Sun, 23 Nov 2008 20:16:18 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136031</guid><dc:creator>Ken Tucker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136031.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136031</wfw:commentRss><description>&lt;p&gt;I was just looking at the error messages you posted from the event log.&amp;nbsp; It looks like you are having problems with your visual studio templates.&amp;nbsp; &lt;/p&gt;&lt;p&gt;From a visual studio command prompt try devenv.exe /installvstemplate&amp;nbsp; to see if it fixes your problems.&amp;nbsp; If it does not you will need to reinstall vs 2008 sp1 and the latest silverlight tools.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Silverlight System.Core 2.0.5.0 reference and ASP.NET System.Core reference 3.5.0.0</title><link>http://forums.silverlight.net/forums/thread/136029.aspx</link><pubDate>Sun, 23 Nov 2008 20:03:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136029</guid><dc:creator>divined</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/136029.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=136029</wfw:commentRss><description>&lt;p&gt;Also i can not buil sample application in silverlight toolkit arhive whit same error System.Core&lt;/p&gt;</description></item></channel></rss>