<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>xlslinq Work Item Rss Feed</title><link>http://www.codeplex.com/xlslinq/WorkItem/List.aspx</link><description>xlslinq Work Item Rss Description</description><item><title>Created Issue: Could not load file or assembly 'LinqToExcel' or one of its dependencies. An attempt was made to load a program with an incorrect format. [7374]</title><link>http://xlslinq.codeplex.com/workitem/7374</link><description>Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;BadImageFormatException&amp;#58; Could not load file or assembly &amp;#39;LinqToExcel&amp;#39; or one of its dependencies. An attempt was made to load a program with an incorrect format.&amp;#93;&lt;br /&gt;   System.Reflection.Assembly._nLoad&amp;#40;AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;#38; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection&amp;#41; &amp;#43;0&lt;br /&gt;   System.Reflection.Assembly.InternalLoad&amp;#40;AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp;#38; stackMark, Boolean forIntrospection&amp;#41; &amp;#43;416&lt;br /&gt;   System.Reflection.Assembly.InternalLoad&amp;#40;String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp;#38; stackMark, Boolean forIntrospection&amp;#41; &amp;#43;166&lt;br /&gt;   System.Reflection.Assembly.Load&amp;#40;String assemblyString&amp;#41; &amp;#43;35&lt;br /&gt;   System.Web.Configuration.CompilationSection.LoadAssemblyHelper&amp;#40;String assemblyName, Boolean starDirective&amp;#41; &amp;#43;190&lt;br /&gt;&lt;br /&gt;&amp;#91;ConfigurationErrorsException&amp;#58; Could not load file or assembly &amp;#39;LinqToExcel&amp;#39; or one of its dependencies. An attempt was made to load a program with an incorrect format.&amp;#93;&lt;br /&gt;   System.Web.Configuration.CompilationSection.LoadAssemblyHelper&amp;#40;String assemblyName, Boolean starDirective&amp;#41; &amp;#43;11207304&lt;br /&gt;   System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory&amp;#40;&amp;#41; &amp;#43;388&lt;br /&gt;   System.Web.Configuration.CompilationSection.LoadAssembly&amp;#40;AssemblyInfo ai&amp;#41; &amp;#43;232&lt;br /&gt;   System.Web.Configuration.AssemblyInfo.get_AssemblyInternal&amp;#40;&amp;#41; &amp;#43;48&lt;br /&gt;   System.Web.Compilation.BuildManager.GetReferencedAssemblies&amp;#40;CompilationSection compConfig&amp;#41; &amp;#43;210&lt;br /&gt;   System.Web.Compilation.BuildProvidersCompiler..ctor&amp;#40;VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName&amp;#41; &amp;#43;76&lt;br /&gt;   System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly&amp;#40;VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed&amp;#41; &amp;#43;11196482&lt;br /&gt;   System.Web.Compilation.BuildManager.CompileCodeDirectory&amp;#40;VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories&amp;#41; &amp;#43;185&lt;br /&gt;   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled&amp;#40;&amp;#41; &amp;#43;551&lt;br /&gt;&lt;br /&gt;&amp;#91;HttpException &amp;#40;0x80004005&amp;#41;&amp;#58; Could not load file or assembly &amp;#39;LinqToExcel&amp;#39; or one of its dependencies. An attempt was made to load a program with an incorrect format.&amp;#93;&lt;br /&gt;   System.Web.Compilation.BuildManager.ReportTopLevelCompilationException&amp;#40;&amp;#41; &amp;#43;76&lt;br /&gt;   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled&amp;#40;&amp;#41; &amp;#43;1012&lt;br /&gt;   System.Web.Hosting.HostingEnvironment.Initialize&amp;#40;ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters&amp;#41; &amp;#43;1025&lt;br /&gt;&lt;br /&gt;&amp;#91;HttpException &amp;#40;0x80004005&amp;#41;&amp;#58; Could not load file or assembly &amp;#39;LinqToExcel&amp;#39; or one of its dependencies. An attempt was made to load a program with an incorrect format.&amp;#93;&lt;br /&gt;   System.Web.HttpRuntime.FirstRequestInit&amp;#40;HttpContext context&amp;#41; &amp;#43;11301302&lt;br /&gt;   System.Web.HttpRuntime.EnsureFirstRequestInit&amp;#40;HttpContext context&amp;#41; &amp;#43;88&lt;br /&gt;   System.Web.HttpRuntime.ProcessRequestInternal&amp;#40;HttpWorkerRequest wr&amp;#41; &amp;#43;11174792&lt;br /&gt;</description><author>lordan</author><pubDate>Thu, 14 Oct 2010 02:42:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Could not load file or assembly 'LinqToExcel' or one of its dependencies. An attempt was made to load a program with an incorrect format. [7374] 20101014024204A</guid></item><item><title>Created Issue: Unable to cast object of type 'System.Reflection.RtFieldInfo' to type 'System.Reflection.PropertyInfo'.</title><link>http://www.codeplex.com/xlslinq/WorkItem/View.aspx?WorkItemId=3134</link><description>Unable to cast object of type &amp;#39;System.Reflection.RtFieldInfo&amp;#39; to type &amp;#39;System.Reflection.PropertyInfo&amp;#39;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this works..&lt;br /&gt; var sheets &amp;#61; from s in book.Worksheets&lt;br /&gt;                                 where s.Name &amp;#61;&amp;#61; strSheetName.ToString&amp;#40;&amp;#41;&lt;br /&gt;                                 select s&amp;#59;&lt;br /&gt;&lt;br /&gt;where this does not...&lt;br /&gt;&lt;br /&gt; var sheets &amp;#61; from s in book.Worksheets&lt;br /&gt;                                 where s.Name &amp;#61;&amp;#61; strSheetName&lt;br /&gt;                                 select s&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;error is at line 148 of XlsWorksheet.cs&lt;br /&gt;-------return Expression.Property&amp;#40;Rebuild&amp;#40;mexpr.Expression&amp;#41;, &amp;#40;PropertyInfo&amp;#41;member&amp;#41;&amp;#59;&lt;br /&gt;</description><author>Gyaq</author><pubDate>Thu, 02 Oct 2008 22:33:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to cast object of type 'System.Reflection.RtFieldInfo' to type 'System.Reflection.PropertyInfo'. 20081002103323P</guid></item><item><title>Created Issue: Where not working for cells</title><link>http://www.codeplex.com/xlslinq/WorkItem/View.aspx?WorkItemId=3133</link><description>I&amp;#39;ve been playing with this for a while and I cant seem to find any way to get the where to work on a cell. &lt;br /&gt;&lt;br /&gt;Example&amp;#58;&lt;br /&gt;Action method2 &amp;#61; &amp;#40;&amp;#41; &amp;#61;&amp;#62;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                using &amp;#40;XlsWorkbook book &amp;#61; new XlsWorkbook&amp;#40;fil&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    using &amp;#40;XlsWorksheet sheet &amp;#61; book.Worksheets&amp;#91;0&amp;#93;&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        var cells &amp;#61; from c in sheet.Cells&lt;br /&gt;                                    where c.Text &amp;#33;&amp;#61; null&lt;br /&gt;                                    select c&amp;#59;&lt;br /&gt;&lt;br /&gt;                        foreach&amp;#40;var cell in cells&amp;#41; Console.WriteLine&amp;#40;cell.Text&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried&amp;#58;&lt;br /&gt;&lt;br /&gt;c.Row &amp;#60; 100&lt;br /&gt;c.Column &amp;#60;20&lt;br /&gt;c.Text.Contains&amp;#40;&amp;#34;&amp;#91;some text&amp;#93;&amp;#34;&amp;#41;&lt;br /&gt;c.Text.equals&amp;#40;&amp;#34;&amp;#91;some text&amp;#93;&amp;#34;&amp;#41;&lt;br /&gt;&lt;br /&gt;and other variations.&lt;br /&gt;</description><author>Gyaq</author><pubDate>Thu, 02 Oct 2008 21:23:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Where not working for cells 20081002092318P</guid></item><item><title>CREATED ISSUE: Select without where are not working</title><link>http://www.codeplex.com/xlslinq/WorkItem/View.aspx?WorkItemId=1347</link><description>This simple query does not compile&amp;#58;&lt;br /&gt;XlsWorkbook book &amp;#61; new XlsWorkbook&amp;#40;&amp;#34;sample.xls&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;var sheets &amp;#61; from s in book.Worksheets&lt;br /&gt;             select s&amp;#59;&lt;br /&gt;</description><author>marcorusso</author><pubDate>Sun, 09 Mar 2008 07:30:28 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Select without where are not working 20080309073028A</guid></item></channel></rss>