<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sensenet Issue Tracker Rss Feed</title><link>http://www.codeplex.com/sensenet/WorkItem/List.aspx</link><description>sensenet Issue Tracker Rss Description</description><item><title>Created Issue: Blank page [11781]</title><link>http://sensenet.codeplex.com/workitem/11781</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using SenseNet 6.0.8. I&amp;#39;ve already integrate Mysql into it and it works just fine. Now I&amp;#39;m trying with PostgreSql. After porting some stored procedures to Postgres and hacking some methods in SqlProvider class, I got a blank page when visit the http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;8001 &amp;#40;where the SenseNet is running&amp;#41;. It throws no exception when I debug the code&lt;br /&gt;Here is the log I get from inetpub&amp;#47;logs&amp;#58;&lt;br /&gt;&amp;#35;Software&amp;#58; Microsoft Internet Information Services 7.5&lt;br /&gt;&amp;#35;Version&amp;#58; 1.0&lt;br /&gt;&amp;#35;Date&amp;#58; 2013-05-15 08&amp;#58;24&amp;#58;57&lt;br /&gt;&amp;#35;Fields&amp;#58; date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs&amp;#40;User-Agent&amp;#41; sc-status sc-substatus sc-win32-status time-taken&lt;br /&gt;2013-05-15 08&amp;#58;24&amp;#58;57 &amp;#58;&amp;#58;1 GET &amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site&amp;#47;&amp;#40;apps&amp;#41;&amp;#47;This&amp;#47;Browse&amp;#47;InRepositoryPage.aspx - 8001 &amp;#92;Visitor &amp;#58;&amp;#58;1 Mozilla&amp;#47;5.0&amp;#43;&amp;#40;Windows&amp;#43;NT&amp;#43;6.1&amp;#59;&amp;#43;WOW64&amp;#59;&amp;#43;rv&amp;#58;20.0&amp;#41;&amp;#43;Gecko&amp;#47;20100101&amp;#43;Firefox&amp;#47;20.0 404 0 0 7721&lt;br /&gt;&lt;br /&gt;Seems that something wrong with &amp;#34;&amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site&amp;#47;&amp;#40;apps&amp;#41;&amp;#47;This&amp;#47;Browse&amp;#47;InRepositoryPage.aspx&amp;#34; &amp;#40;You can see a 404 respone in the log&amp;#41;&lt;br /&gt;&lt;br /&gt;Please give me some clues. Many thanks in advance.&lt;br /&gt;&lt;br /&gt;P&amp;#47;s&amp;#58; Sorry for my bad English.&lt;br /&gt;</description><author>08520302</author><pubDate>Wed, 15 May 2013 08:50:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Blank page [11781] 20130515085046A</guid></item><item><title>Created Issue: Last index backup does not exist in the database. [11563]</title><link>http://sensenet.codeplex.com/workitem/11563</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I am using Sensenet Community Edition.and it is very nice product to make CMS. I have Read all your documents related to that.&lt;br /&gt;I have correctly setup the application into IIS and Visual Studio also.I am using IIS 7.5 and Visual Studio 2012&lt;br /&gt;But whenever i am trying to run the application i am getting below error..As I have search lots of things regarding below error but i couldn&amp;#39;t get any solution. So please help to figure out this problem. Thanks in Advance&amp;#33;.&lt;br /&gt;&lt;br /&gt;Last index backup does not exist in the database.&lt;br /&gt;&lt;br /&gt;Description&amp;#58; An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.InvalidOperationException&amp;#58; Last index backup does not exist in the database.&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;Line 2410&amp;#58;            var backup &amp;#61; LoadLastBackup&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Line 2411&amp;#58;            if &amp;#40;backup &amp;#61;&amp;#61; null&amp;#41;&lt;br /&gt;Line 2412&amp;#58;                throw GetNoBackupException&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Line 2413&amp;#58;            return backup.RowGuid&amp;#59;&lt;br /&gt;Line 2414&amp;#58;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Bharat Prajapati&lt;br /&gt;</description><author>BharatPrajapati</author><pubDate>Fri, 08 Feb 2013 13:03:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Last index backup does not exist in the database. [11563] 20130208010341P</guid></item><item><title>Closed Issue: Redirect Loop Error, Redirection limit for this URL exceeded problem [5496]</title><link>http://sensenet.codeplex.com/workitem/5496</link><description>I dont know if its a common issue or just my IDE settings, Ive downloaded the latest relase from download section &amp;#40;60Beta5&amp;#41; , attached the repository mdf to my local MSSQL 2008 instance so far so good.&lt;br /&gt;It builds fine but when I start ContentExplorer I keep getting &amp;#58;&lt;br /&gt;&amp;#34;Redirect Loop Error, Redirection limit for this URL exceeded.&amp;#34;&lt;br /&gt;In ContentExplorer&amp;#39;s Default page&amp;#39;s Page_Load event PortalContext.Current.Site is null, and in RegisterHost method &lt;br /&gt;  var site &amp;#61; &amp;#40;from n in result.Nodes&lt;br /&gt;                                where n.Name &amp;#61;&amp;#61; defSiteName&lt;br /&gt;                                select n&amp;#41;.FirstOrDefault&amp;#40;&amp;#41; as Site&amp;#59;&lt;br /&gt;returns null, raising exception in&amp;#58; latter branch &amp;#58; if &amp;#40;&amp;#33;site.UrlList.ContainsKey&amp;#40;authoryity&amp;#41;&amp;#41;.&lt;br /&gt;I havent had this problem with former releases .&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:20:14 GMT</pubDate><guid isPermaLink="false">Closed Issue: Redirect Loop Error, Redirection limit for this URL exceeded problem [5496] 20120328092014P</guid></item><item><title>Closed Issue: Build fails if Solution path contains a space [6559]</title><link>http://sensenet.codeplex.com/workitem/6559</link><description>The Post Build event of the IndexPopulator project tries to copy files to the ContentExplorer bin folder.  If there is a space in the Solution Path then this copy fails.&lt;br /&gt;The fix is to modify the post build event to use quotation marks around the copy command parameters&amp;#58;&lt;br /&gt;&lt;br /&gt;Copy &amp;#34;&amp;#36;&amp;#40;TargetDir&amp;#41;&amp;#36;&amp;#40;TargetName&amp;#41;.exe&amp;#34; &amp;#34;&amp;#36;&amp;#40;SolutionDir&amp;#41;ContentExplorer&amp;#92;bin&amp;#34;&lt;br /&gt;Copy &amp;#34;&amp;#36;&amp;#40;TargetDir&amp;#41;&amp;#36;&amp;#40;TargetName&amp;#41;.pdb&amp;#34; &amp;#34;&amp;#36;&amp;#40;SolutionDir&amp;#41;ContentExplorer&amp;#92;bin&amp;#34;&lt;br /&gt;Copy &amp;#34;&amp;#36;&amp;#40;TargetDir&amp;#41;&amp;#36;&amp;#40;TargetName&amp;#41;.exe.config&amp;#34; &amp;#34;&amp;#36;&amp;#40;SolutionDir&amp;#41;ContentExplorer&amp;#92;bin&amp;#34;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:19:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Build fails if Solution path contains a space [6559] 20120328091945P</guid></item><item><title>Closed Issue: Running source edition on Windows XP [7462]</title><link>http://sensenet.codeplex.com/workitem/7462</link><description>I downloaded the source edition &amp;#40;6.0.0.24244&amp;#41;, and installed it.&lt;br /&gt;&lt;br /&gt;My development environment&amp;#58; Windows XP &amp;#43; VS 2008 &amp;#43; MS SQL Server 2008&lt;br /&gt;&lt;br /&gt;I found the following issues&amp;#58;&lt;br /&gt;&lt;br /&gt;1. When I run this application in VS Development Server &amp;#40;with randomly allocated port, etc. http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;2444&amp;#47; &amp;#41;, the default.aspx can be displayed properly, but log-in function does not work. When I tried to log in using admin&amp;#47;admin, nothing happens. The page kept the same and the Portal Remote Control was not displayed.&lt;br /&gt;&lt;br /&gt;2. When I tried to use IIS &amp;#40;on WinXP&amp;#41; to run SenseNet&amp;#58;&lt;br /&gt;1&amp;#41; I found I must use the root site - Default Web Site &amp;#40;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#41;, and can not use a virtual directory. This is not convenient for Developers, since not all developers has a server environment.&lt;br /&gt;2&amp;#41; If I use the Default Web site, when runing the application, if I input &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#34; in browser, the application can not be opened. I must input &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47;default.aspx&amp;#34; to open the application.&lt;br /&gt;3&amp;#41; After the application is opened, I can log in as admin&amp;#47;admin, and the Portal Remote Control was displayed. But when I click &amp;#34;Explore&amp;#34; link, the Content Explore page was opened but display no folder and file.&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:19:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: Running source edition on Windows XP [7462] 20120328091906P</guid></item><item><title>Closed Issue: HTTP Error 500.19 on Install [9015]</title><link>http://sensenet.codeplex.com/workitem/9015</link><description>I installed SenseNet 6.0.4 Community Edition using the IIS Manager package installer. I created the website for the SenseNet installation using IIS Manager and using SQL 2008 SQL Server. The package installed without an error. When I attempted to launch the website I get the following error &amp;#34;HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.&amp;#34; &lt;br /&gt;&lt;br /&gt;Additional Information&amp;#58;&lt;br /&gt;&lt;br /&gt;Error Code       0x80070032&lt;br /&gt;&lt;br /&gt;Config Error    The configuration section &amp;#39;system.web.extensions&amp;#39; cannot be read because it is missing a section declaration&lt;br /&gt; &lt;br /&gt;Can you please assist&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you &lt;br /&gt;Ray&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:18:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: HTTP Error 500.19 on Install [9015] 20120328091858P</guid></item><item><title>Closed Issue: Installation issue on 6.0.2 community and 6.0.4 [9021]</title><link>http://sensenet.codeplex.com/workitem/9021</link><description>Hi,&lt;br /&gt;&lt;br /&gt;This is my first time installing sense&amp;#47;net. I&amp;#39;ve tried to install both 6.0.02 and 6.0.4 and read several forums related to this issues. I have WINDOWS 7 AND IIS 7.0.XXXX&lt;br /&gt;I am attaching the details.&lt;br /&gt;&lt;br /&gt;Start importing &lt;br /&gt;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.8874&amp;#9;Loading Assemblies from C&amp;#58;&amp;#92;Users&amp;#92;tanmilb&amp;#92;Documents&amp;#92;sensenet&amp;#92;bin&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.9617&amp;#9;Ok.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.9626&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2683&amp;#9;Connecting to Repository ...Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2702&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2712&amp;#9;Indexing is temporarily switched off.&lt;br /&gt;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2741&amp;#9;Loading content types...&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2946&amp;#9;ADFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3025&amp;#9;ApplicationCacheFileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3034&amp;#9;ApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3054&amp;#9;ApplicationOverrideCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3298&amp;#9;ApprovalWorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3308&amp;#9;ApprovalWorkflowTaskCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3317&amp;#9;ArticleCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3327&amp;#9;ArticleSectionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3347&amp;#9;BinaryFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3357&amp;#9;BookSectionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3366&amp;#9;CalendarEventCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3386&amp;#9;CaptchaImageApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3396&amp;#9;CarCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3405&amp;#9;ChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3415&amp;#9;ConfirmationItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3444&amp;#9;ContentLinkCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3454&amp;#9;ContentListCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3464&amp;#9;ContentRotatorCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3483&amp;#9;ContentTypeCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3493&amp;#9;ContractCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3513&amp;#9;CurrencyFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3523&amp;#9;DateTimeFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3532&amp;#9;DemoBookCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3542&amp;#9;DiscussionForumCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3552&amp;#9;DocumentLibraryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3571&amp;#9;DocumentWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3581&amp;#9;DomainCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3591&amp;#9;EventList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3601&amp;#9;EventRegistrationFormCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3610&amp;#9;EventRegistrationFormItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3620&amp;#9;FieldSettingContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3630&amp;#9;FileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3640&amp;#9;FolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3659&amp;#9;FormCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3689&amp;#9;FormItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3698&amp;#9;ForumEntryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3708&amp;#9;ForumTopicCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3718&amp;#9;GenericContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3737&amp;#9;GenreCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3757&amp;#9;GoogleSitemapCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3767&amp;#9;GroupCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3776&amp;#9;HTMLContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3786&amp;#9;HttpEndpointDemoContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3806&amp;#9;HttpStatusApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3815&amp;#9;HyperLinkFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3825&amp;#9;ImageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3835&amp;#9;ImageGalleryLightCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3845&amp;#9;ImgResizeApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3864&amp;#9;IntegerFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3874&amp;#9;ItemListCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3884&amp;#9;JournalNodeCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3894&amp;#9;KPIDatasourceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3903&amp;#9;ListItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3913&amp;#9;ListViewCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3933&amp;#9;LongTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3942&amp;#9;MasterPageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3952&amp;#9;MemoCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3962&amp;#9;MemoList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3972&amp;#9;NewsArticleCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3991&amp;#9;NewsCategoryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4001&amp;#9;NullFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4011&amp;#9;NumberFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4021&amp;#9;OrganizationalUnitCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4030&amp;#9;PageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4050&amp;#9;PageTemplateCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4060&amp;#9;PasswordFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4069&amp;#9;PermissionChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4089&amp;#9;PortalRootCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4099&amp;#9;PortletCategoryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4108&amp;#9;PortletCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4118&amp;#9;ProjectWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4138&amp;#9;PublicRegistrationConfigCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4147&amp;#9;ReferenceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4167&amp;#9;RegisteredUser.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4177&amp;#9;RegistrationWorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4187&amp;#9;ResourceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4196&amp;#9;RssApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4216&amp;#9;SalesWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4226&amp;#9;ShortTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4235&amp;#9;SiteCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4245&amp;#9;SkinCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4255&amp;#9;SmartFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4265&amp;#9;SystemFileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4274&amp;#9;SystemFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4284&amp;#9;TagCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4304&amp;#9;TaskCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4313&amp;#9;TaskList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4333&amp;#9;TextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4343&amp;#9;TrashBagCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4353&amp;#9;TrashBinCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4362&amp;#9;UserControl.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4372&amp;#9;UserCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4392&amp;#9;ViewBaseCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4401&amp;#9;WebContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4411&amp;#9;WebContentDemoCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4431&amp;#9;WebformCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4440&amp;#9;WorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4450&amp;#9;WorkflowDefinitionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4460&amp;#9;WorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4470&amp;#9;XmlFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4489&amp;#9;XsltApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4499&amp;#9;YesNoFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4509&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4509&amp;#9;Installing content types...&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4488&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4508&amp;#9;Import ends with error&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4566&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61; Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4595&amp;#9;ApplicationException&amp;#58; Type discovery error. Assembly&amp;#58; System.Data.Linq, Version&amp;#61;4.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4742&amp;#9;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 188&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.Initialize&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 113&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.get_FieldShortNamesFullNames&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 57&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.GetFieldHandlerName&amp;#40;String shortName&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 178&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldDescriptor.Parse&amp;#40;XPathNavigator fieldElement, IXmlNamespaceResolver nsres, ContentType contentType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldDescriptor.cs&amp;#58;line 49&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.ParseFieldElements&amp;#40;XPathNavigator fieldsElement, IXmlNamespaceResolver nsres&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 328&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.ParseContentTypeElement&amp;#40;XPathNavigator contentTypeElement, IXmlNamespaceResolver nsres&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 316&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.Build&amp;#40;IXPathNavigable definitionXml&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 215&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.set_Binary&amp;#40;BinaryData value&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 67&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeManager.LoadOrCreateNew&amp;#40;IXPathNavigable contentTypeDefinitionXml&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeManager.cs&amp;#58;line 258&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.Install&amp;#40;CTD ctd&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 116&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.ExecuteBatch&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 85&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.InstallContentTypeDefinitions&amp;#40;String ctdPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 222&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.RunImport&amp;#40;String ctdPath, String asmPath, String fsPath, String repositoryPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 160&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.Import&amp;#40;String ctdPath, String sourcePath, String targetPath, String asmPath, String runOnceMarkerPath, String runningMarkerPath, String logPath, String installerUser&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 97&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4771&amp;#9;---- Inner Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4781&amp;#9;ApplicationException&amp;#58; Type discovery error. Assembly&amp;#58; System.Data.Linq, Version&amp;#61;4.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089, type&amp;#58; System.Data.Linq.EntitySetBindingList&amp;#96;1.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4879&amp;#9;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 188&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4898&amp;#9;---- Inner Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4918&amp;#9;ThreadAbortException&amp;#58; Thread was being aborted.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4986&amp;#9;   at System.RuntimeTypeHandle.GetBaseType&amp;#40;RuntimeType type&amp;#41;&lt;br /&gt;   at System.RuntimeType.IsSubclassOf&amp;#40;Type type&amp;#41;&lt;br /&gt;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 166&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.5006&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:18:35 GMT</pubDate><guid isPermaLink="false">Closed Issue: Installation issue on 6.0.2 community and 6.0.4 [9021] 20120328091835P</guid></item><item><title>Closed Issue: Installation issue on 6.0.2 community and 6.0.4 [9022]</title><link>http://sensenet.codeplex.com/workitem/9022</link><description>Hi,&lt;br /&gt;&lt;br /&gt;This is my first time installing sense&amp;#47;net. I&amp;#39;ve tried to install both 6.0.02 and 6.0.4 and read several forums related to this issues. I have WINDOWS 2008 r2 AND IIS 7.0.XXXX&lt;br /&gt;I am attaching the details.&lt;br /&gt;&lt;br /&gt;Start importing &lt;br /&gt;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.8874&amp;#9;Loading Assemblies from C&amp;#58;&amp;#92;Users&amp;#92;tanmilb&amp;#92;Documents&amp;#92;sensenet&amp;#92;bin&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.9617&amp;#9;Ok.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.9626&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2683&amp;#9;Connecting to Repository ...Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2702&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2712&amp;#9;Indexing is temporarily switched off.&lt;br /&gt;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2741&amp;#9;Loading content types...&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2946&amp;#9;ADFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3025&amp;#9;ApplicationCacheFileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3034&amp;#9;ApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3054&amp;#9;ApplicationOverrideCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3298&amp;#9;ApprovalWorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3308&amp;#9;ApprovalWorkflowTaskCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3317&amp;#9;ArticleCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3327&amp;#9;ArticleSectionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3347&amp;#9;BinaryFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3357&amp;#9;BookSectionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3366&amp;#9;CalendarEventCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3386&amp;#9;CaptchaImageApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3396&amp;#9;CarCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3405&amp;#9;ChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3415&amp;#9;ConfirmationItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3444&amp;#9;ContentLinkCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3454&amp;#9;ContentListCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3464&amp;#9;ContentRotatorCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3483&amp;#9;ContentTypeCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3493&amp;#9;ContractCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3513&amp;#9;CurrencyFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3523&amp;#9;DateTimeFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3532&amp;#9;DemoBookCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3542&amp;#9;DiscussionForumCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3552&amp;#9;DocumentLibraryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3571&amp;#9;DocumentWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3581&amp;#9;DomainCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3591&amp;#9;EventList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3601&amp;#9;EventRegistrationFormCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3610&amp;#9;EventRegistrationFormItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3620&amp;#9;FieldSettingContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3630&amp;#9;FileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3640&amp;#9;FolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3659&amp;#9;FormCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3689&amp;#9;FormItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3698&amp;#9;ForumEntryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3708&amp;#9;ForumTopicCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3718&amp;#9;GenericContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3737&amp;#9;GenreCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3757&amp;#9;GoogleSitemapCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3767&amp;#9;GroupCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3776&amp;#9;HTMLContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3786&amp;#9;HttpEndpointDemoContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3806&amp;#9;HttpStatusApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3815&amp;#9;HyperLinkFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3825&amp;#9;ImageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3835&amp;#9;ImageGalleryLightCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3845&amp;#9;ImgResizeApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3864&amp;#9;IntegerFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3874&amp;#9;ItemListCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3884&amp;#9;JournalNodeCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3894&amp;#9;KPIDatasourceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3903&amp;#9;ListItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3913&amp;#9;ListViewCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3933&amp;#9;LongTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3942&amp;#9;MasterPageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3952&amp;#9;MemoCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3962&amp;#9;MemoList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3972&amp;#9;NewsArticleCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3991&amp;#9;NewsCategoryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4001&amp;#9;NullFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4011&amp;#9;NumberFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4021&amp;#9;OrganizationalUnitCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4030&amp;#9;PageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4050&amp;#9;PageTemplateCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4060&amp;#9;PasswordFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4069&amp;#9;PermissionChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4089&amp;#9;PortalRootCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4099&amp;#9;PortletCategoryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4108&amp;#9;PortletCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4118&amp;#9;ProjectWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4138&amp;#9;PublicRegistrationConfigCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4147&amp;#9;ReferenceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4167&amp;#9;RegisteredUser.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4177&amp;#9;RegistrationWorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4187&amp;#9;ResourceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4196&amp;#9;RssApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4216&amp;#9;SalesWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4226&amp;#9;ShortTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4235&amp;#9;SiteCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4245&amp;#9;SkinCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4255&amp;#9;SmartFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4265&amp;#9;SystemFileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4274&amp;#9;SystemFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4284&amp;#9;TagCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4304&amp;#9;TaskCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4313&amp;#9;TaskList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4333&amp;#9;TextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4343&amp;#9;TrashBagCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4353&amp;#9;TrashBinCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4362&amp;#9;UserControl.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4372&amp;#9;UserCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4392&amp;#9;ViewBaseCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4401&amp;#9;WebContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4411&amp;#9;WebContentDemoCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4431&amp;#9;WebformCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4440&amp;#9;WorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4450&amp;#9;WorkflowDefinitionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4460&amp;#9;WorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4470&amp;#9;XmlFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4489&amp;#9;XsltApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4499&amp;#9;YesNoFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4509&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4509&amp;#9;Installing content types...&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4488&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4508&amp;#9;Import ends with error&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4566&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61; Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4595&amp;#9;ApplicationException&amp;#58; Type discovery error. Assembly&amp;#58; System.Data.Linq, Version&amp;#61;4.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4742&amp;#9;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 188&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.Initialize&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 113&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.get_FieldShortNamesFullNames&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 57&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.GetFieldHandlerName&amp;#40;String shortName&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 178&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldDescriptor.Parse&amp;#40;XPathNavigator fieldElement, IXmlNamespaceResolver nsres, ContentType contentType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldDescriptor.cs&amp;#58;line 49&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.ParseFieldElements&amp;#40;XPathNavigator fieldsElement, IXmlNamespaceResolver nsres&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 328&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.ParseContentTypeElement&amp;#40;XPathNavigator contentTypeElement, IXmlNamespaceResolver nsres&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 316&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.Build&amp;#40;IXPathNavigable definitionXml&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 215&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.set_Binary&amp;#40;BinaryData value&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 67&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeManager.LoadOrCreateNew&amp;#40;IXPathNavigable contentTypeDefinitionXml&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeManager.cs&amp;#58;line 258&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.Install&amp;#40;CTD ctd&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 116&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.ExecuteBatch&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 85&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.InstallContentTypeDefinitions&amp;#40;String ctdPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 222&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.RunImport&amp;#40;String ctdPath, String asmPath, String fsPath, String repositoryPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 160&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.Import&amp;#40;String ctdPath, String sourcePath, String targetPath, String asmPath, String runOnceMarkerPath, String runningMarkerPath, String logPath, String installerUser&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 97&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4771&amp;#9;---- Inner Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4781&amp;#9;ApplicationException&amp;#58; Type discovery error. Assembly&amp;#58; System.Data.Linq, Version&amp;#61;4.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089, type&amp;#58; System.Data.Linq.EntitySetBindingList&amp;#96;1.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4879&amp;#9;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 188&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4898&amp;#9;---- Inner Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4918&amp;#9;ThreadAbortException&amp;#58; Thread was being aborted.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4986&amp;#9;   at System.RuntimeTypeHandle.GetBaseType&amp;#40;RuntimeType type&amp;#41;&lt;br /&gt;   at System.RuntimeType.IsSubclassOf&amp;#40;Type type&amp;#41;&lt;br /&gt;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 166&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.5006&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:18:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Installation issue on 6.0.2 community and 6.0.4 [9022] 20120328091818P</guid></item><item><title>Commented Issue: Installation issue on 6.0.2 community and 6.0.4 [9022]</title><link>http://sensenet.codeplex.com/workitem/9022</link><description>Hi,&lt;br /&gt;&lt;br /&gt;This is my first time installing sense&amp;#47;net. I&amp;#39;ve tried to install both 6.0.02 and 6.0.4 and read several forums related to this issues. I have WINDOWS 2008 r2 AND IIS 7.0.XXXX&lt;br /&gt;I am attaching the details.&lt;br /&gt;&lt;br /&gt;Start importing &lt;br /&gt;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.8874&amp;#9;Loading Assemblies from C&amp;#58;&amp;#92;Users&amp;#92;tanmilb&amp;#92;Documents&amp;#92;sensenet&amp;#92;bin&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.9617&amp;#9;Ok.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;40.9626&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2683&amp;#9;Connecting to Repository ...Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2702&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2712&amp;#9;Indexing is temporarily switched off.&lt;br /&gt;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2741&amp;#9;Loading content types...&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.2946&amp;#9;ADFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3025&amp;#9;ApplicationCacheFileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3034&amp;#9;ApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3054&amp;#9;ApplicationOverrideCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3298&amp;#9;ApprovalWorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3308&amp;#9;ApprovalWorkflowTaskCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3317&amp;#9;ArticleCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3327&amp;#9;ArticleSectionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3347&amp;#9;BinaryFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3357&amp;#9;BookSectionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3366&amp;#9;CalendarEventCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3386&amp;#9;CaptchaImageApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3396&amp;#9;CarCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3405&amp;#9;ChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3415&amp;#9;ConfirmationItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3444&amp;#9;ContentLinkCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3454&amp;#9;ContentListCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3464&amp;#9;ContentRotatorCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3483&amp;#9;ContentTypeCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3493&amp;#9;ContractCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3513&amp;#9;CurrencyFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3523&amp;#9;DateTimeFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3532&amp;#9;DemoBookCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3542&amp;#9;DiscussionForumCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3552&amp;#9;DocumentLibraryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3571&amp;#9;DocumentWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3581&amp;#9;DomainCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3591&amp;#9;EventList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3601&amp;#9;EventRegistrationFormCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3610&amp;#9;EventRegistrationFormItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3620&amp;#9;FieldSettingContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3630&amp;#9;FileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3640&amp;#9;FolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3659&amp;#9;FormCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3689&amp;#9;FormItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3698&amp;#9;ForumEntryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3708&amp;#9;ForumTopicCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3718&amp;#9;GenericContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3737&amp;#9;GenreCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3757&amp;#9;GoogleSitemapCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3767&amp;#9;GroupCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3776&amp;#9;HTMLContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3786&amp;#9;HttpEndpointDemoContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3806&amp;#9;HttpStatusApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3815&amp;#9;HyperLinkFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3825&amp;#9;ImageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3835&amp;#9;ImageGalleryLightCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3845&amp;#9;ImgResizeApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3864&amp;#9;IntegerFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3874&amp;#9;ItemListCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3884&amp;#9;JournalNodeCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3894&amp;#9;KPIDatasourceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3903&amp;#9;ListItemCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3913&amp;#9;ListViewCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3933&amp;#9;LongTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3942&amp;#9;MasterPageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3952&amp;#9;MemoCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3962&amp;#9;MemoList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3972&amp;#9;NewsArticleCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.3991&amp;#9;NewsCategoryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4001&amp;#9;NullFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4011&amp;#9;NumberFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4021&amp;#9;OrganizationalUnitCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4030&amp;#9;PageCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4050&amp;#9;PageTemplateCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4060&amp;#9;PasswordFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4069&amp;#9;PermissionChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4089&amp;#9;PortalRootCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4099&amp;#9;PortletCategoryCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4108&amp;#9;PortletCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4118&amp;#9;ProjectWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4138&amp;#9;PublicRegistrationConfigCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4147&amp;#9;ReferenceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4167&amp;#9;RegisteredUser.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4177&amp;#9;RegistrationWorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4187&amp;#9;ResourceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4196&amp;#9;RssApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4216&amp;#9;SalesWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4226&amp;#9;ShortTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4235&amp;#9;SiteCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4245&amp;#9;SkinCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4255&amp;#9;SmartFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4265&amp;#9;SystemFileCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4274&amp;#9;SystemFolderCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4284&amp;#9;TagCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4304&amp;#9;TaskCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4313&amp;#9;TaskList.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4333&amp;#9;TextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4343&amp;#9;TrashBagCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4353&amp;#9;TrashBinCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4362&amp;#9;UserControl.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4372&amp;#9;UserCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4392&amp;#9;ViewBaseCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4401&amp;#9;WebContentCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4411&amp;#9;WebContentDemoCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4431&amp;#9;WebformCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4440&amp;#9;WorkflowCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4450&amp;#9;WorkflowDefinitionCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4460&amp;#9;WorkspaceCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4470&amp;#9;XmlFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4489&amp;#9;XsltApplicationCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4499&amp;#9;YesNoFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4509&amp;#9;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;41.4509&amp;#9;Installing content types...&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4488&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4508&amp;#9;Import ends with error&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4566&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61; Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4595&amp;#9;ApplicationException&amp;#58; Type discovery error. Assembly&amp;#58; System.Data.Linq, Version&amp;#61;4.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4742&amp;#9;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 188&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.Initialize&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 113&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.get_FieldShortNamesFullNames&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 57&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldManager.GetFieldHandlerName&amp;#40;String shortName&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldManager.cs&amp;#58;line 178&lt;br /&gt;   at SenseNet.ContentRepository.Schema.FieldDescriptor.Parse&amp;#40;XPathNavigator fieldElement, IXmlNamespaceResolver nsres, ContentType contentType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;FieldDescriptor.cs&amp;#58;line 49&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.ParseFieldElements&amp;#40;XPathNavigator fieldsElement, IXmlNamespaceResolver nsres&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 328&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.ParseContentTypeElement&amp;#40;XPathNavigator contentTypeElement, IXmlNamespaceResolver nsres&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 316&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.Build&amp;#40;IXPathNavigable definitionXml&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 215&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.set_Binary&amp;#40;BinaryData value&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 67&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeManager.LoadOrCreateNew&amp;#40;IXPathNavigable contentTypeDefinitionXml&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeManager.cs&amp;#58;line 258&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.Install&amp;#40;CTD ctd&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 116&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.ExecuteBatch&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 85&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.InstallContentTypeDefinitions&amp;#40;String ctdPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 222&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.RunImport&amp;#40;String ctdPath, String asmPath, String fsPath, String repositoryPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 160&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.Import&amp;#40;String ctdPath, String sourcePath, String targetPath, String asmPath, String runOnceMarkerPath, String runningMarkerPath, String logPath, String installerUser&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 97&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4771&amp;#9;---- Inner Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4781&amp;#9;ApplicationException&amp;#58; Type discovery error. Assembly&amp;#58; System.Data.Linq, Version&amp;#61;4.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089, type&amp;#58; System.Data.Linq.EntitySetBindingList&amp;#96;1.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4879&amp;#9;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 188&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4898&amp;#9;---- Inner Exception&amp;#58;&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4918&amp;#9;ThreadAbortException&amp;#58; Thread was being aborted.&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.4986&amp;#9;   at System.RuntimeTypeHandle.GetBaseType&amp;#40;RuntimeType type&amp;#41;&lt;br /&gt;   at System.RuntimeType.IsSubclassOf&amp;#40;Type type&amp;#41;&lt;br /&gt;   at SenseNet.ContentRepository.Storage.TypeHandler.GetTypesByBaseType&amp;#40;Type baseType&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;TypeHandler.cs&amp;#58;line 166&lt;br /&gt;2011-06-27 14&amp;#58;57&amp;#58;43.5006&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;Comments: ** Comment from web user: dobsonl ** &lt;p&gt;The new installer &amp;#40;6.0.8&amp;#41; eliminated the above issue. Closing.&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:18:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Installation issue on 6.0.2 community and 6.0.4 [9022] 20120328091812P</guid></item><item><title>Closed Issue: Installation issue in 6.0.6 community edition [9455]</title><link>http://sensenet.codeplex.com/workitem/9455</link><description>Hi&lt;br /&gt;&lt;br /&gt;I&amp;#39;m on a Windows Server 2008R2 and I&amp;#39;m trying to install Sense&amp;#47;Net 6.0.6. I run .NET Framework 4 &amp;#40;have also installed 3.5&amp;#41; and I have installed MVC 2 and 3. I&amp;#39;m running IIS 7.5 and use SQL Server 2008.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using the web deyployment installation method. Is there more information I can provide to narrow it down&amp;#63;&lt;br /&gt;&lt;br /&gt;The error I recieve is the following&amp;#58;&lt;br /&gt;&lt;br /&gt;Start importing &lt;br /&gt;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;05.5269&amp;#9;Loading Assemblies from D&amp;#58;&amp;#92;SharedData&amp;#92;Interna-system&amp;#92;Intranet&amp;#92;bin&amp;#58;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.0578&amp;#9;Ok.&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.0734&amp;#9;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.4950&amp;#9;Connecting to Repository ...Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.4950&amp;#9;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.4950&amp;#9;Indexing is temporarily switched off.&lt;br /&gt;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.4950&amp;#9;Loading content types...&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.5107&amp;#9;ADFolderCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ApplicationCacheFileCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ApplicationOverrideCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ApprovalWorkflowCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ApprovalWorkflowTaskCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ArticleCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;ArticleSectionCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;BackupIndexHandlerCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;BinaryFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;Blog.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;BlogPost.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6200&amp;#9;CalendarEventCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;CaptchaImageApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;CarCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;Comment.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ConfirmationItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ContentLinkCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ContentListCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ContentRotatorCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ContentTypeCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;ContractCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;CurrencyFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;DateTimeFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;DeviceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;DiscussionForumCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;DocumentLibraryCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;DocumentWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;DomainCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;EventList.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6356&amp;#9;EventRegistrationFormCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;EventRegistrationFormItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ExpenseClaimCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ExpenseClaimItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ExpenseClaimWorkflowCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ExpenseClaimWorkflowTaskCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ExportToCsvApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;FieldSettingContentCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;FileCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;FolderCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;FormCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;FormItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ForumEntryCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;ForumTopicCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;GenericContentCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;GenreCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;GoogleSitemapCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6512&amp;#9;GroupCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;HTMLContentCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;HttpEndpointDemoContentCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;HttpStatusApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;HyperLinkFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;ImageCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;ImageGalleryLightCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;ImgResizeApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;IntegerFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;ItemListCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;JournalNodeCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;KPIDatasourceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;LibraryCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;Like.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;LinkCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;LinkList.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6668&amp;#9;ListItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;ListViewCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;LongTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;MasterPageCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;MemoCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;MemoList.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;NewsArticleCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;NewsCategoryCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;NullFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;NumberFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;OrganizationalUnitCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;PageBreakFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6824&amp;#9;PageCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PageTemplateCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PasswordFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PermissionChoiceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PortalRootCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PortletCategoryCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PortletCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;Post.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;ProfileDomainCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;ProjectWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;PublicRegistrationConfigCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;ReferenceFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;RegisteredUser.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;RegistrationWorkflowCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;ResourceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;RssApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;SalesWorkspaceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;ShortTextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;SiteCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;SkinCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;SmartFolderCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.6980&amp;#9;SubscriptionCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;SurveyCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;SurveyItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;SystemFileCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;SystemFolderCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;TagCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;TaskCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;TaskList.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;TextFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;TrashBagCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;TrashBinCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;UserControl.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;UserCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;UserProfileCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;UserSearchCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;ViewBaseCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;VotingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;VotingItemCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;WebContentCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;WebContentDemoCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7137&amp;#9;WebformCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;WikiArticleCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;WikiCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;WorkflowCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;WorkflowDefinitionCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;WorkspaceCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;XmlFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;XsltApplicationCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;YesNoFieldSettingCtd.xml ... Ok&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;06.7293&amp;#9;Installing content types...&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;10.1658&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;10.1658&amp;#9;Import ends with error&amp;#58;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;10.1658&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61; Exception&amp;#58;&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;10.1814&amp;#9;ThreadAbortException&amp;#58; Thread was being aborted.&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;10.1814&amp;#9;   at System.RuntimeMethodHandle._InvokeMethodFast&amp;#40;IRuntimeMethodInfo method, Object target, Object&amp;#91;&amp;#93; arguments, SignatureStruct&amp;#38; sig, MethodAttributes methodAttributes, RuntimeType typeOwner&amp;#41;&lt;br /&gt;   at System.RuntimeMethodHandle.InvokeMethodFast&amp;#40;IRuntimeMethodInfo method, Object target, Object&amp;#91;&amp;#93; arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner&amp;#41;&lt;br /&gt;   at System.Reflection.RuntimeMethodInfo.Invoke&amp;#40;Object obj, BindingFlags invokeAttr, Binder binder, Object&amp;#91;&amp;#93; parameters, CultureInfo culture, Boolean skipVisibilityChecks&amp;#41;&lt;br /&gt;   at System.Reflection.RuntimeMethodInfo.Invoke&amp;#40;Object obj, BindingFlags invokeAttr, Binder binder, Object&amp;#91;&amp;#93; parameters, CultureInfo culture&amp;#41;&lt;br /&gt;   at System.Reflection.MethodBase.Invoke&amp;#40;Object obj, Object&amp;#91;&amp;#93; parameters&amp;#41;&lt;br /&gt;   at SenseNet.ContentRepository.Field.ReadProperty&amp;#40;String propertyName&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Field.cs&amp;#58;line 191&lt;br /&gt;   at SenseNet.ContentRepository.Field.ReadProperties&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Field.cs&amp;#58;line 164&lt;br /&gt;   at SenseNet.ContentRepository.Field.get__value&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Field.cs&amp;#58;line 129&lt;br /&gt;   at SenseNet.ContentRepository.Field.GetData&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Field.cs&amp;#58;line 241&lt;br /&gt;   at SenseNet.Search.Indexing.ReferenceIndexHandler.GetIndexFieldInfos&amp;#40;Field snField, String&amp;#38; textExtract&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;FieldIndexHandler.cs&amp;#58;line 609&lt;br /&gt;   at SenseNet.ContentRepository.Field.GetIndexFieldInfos&amp;#40;String&amp;#38; textExtract&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Field.cs&amp;#58;line 304&lt;br /&gt;   at SenseNet.Search.Indexing.IndexDocumentInfo.Create&amp;#40;Node node&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;IndexDocumentInfo.cs&amp;#58;line 165&lt;br /&gt;   at SenseNet.Search.Indexing.IndexDocumentProvider.GetIndexDocumentInfo&amp;#40;Node node&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;IndexDocumentInfo.cs&amp;#58;line 21&lt;br /&gt;   at SenseNet.ContentRepository.Storage.DataBackingStore.SaveIndexDocument&amp;#40;Node node&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;DataBackingStore.cs&amp;#58;line 536&lt;br /&gt;   at SenseNet.ContentRepository.Storage.DataBackingStore.SaveNodeDataTransactional&amp;#40;Node node, NodeSaveSettings settings&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;DataBackingStore.cs&amp;#58;line 460&lt;br /&gt;   at SenseNet.ContentRepository.Storage.DataBackingStore.SaveNodeData&amp;#40;Node node, NodeSaveSettings settings&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;DataBackingStore.cs&amp;#58;line 415&lt;br /&gt;   at SenseNet.ContentRepository.Storage.Node.Save&amp;#40;NodeSaveSettings settings&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;Node.cs&amp;#58;line 1918&lt;br /&gt;   at SenseNet.ContentRepository.Storage.Node.Save&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;Node.cs&amp;#58;line 1625&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentType.Save&amp;#40;Boolean withInstall&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentType.cs&amp;#58;line 528&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.Install&amp;#40;CTD ctd&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 118&lt;br /&gt;   at SenseNet.ContentRepository.Schema.ContentTypeInstaller.ExecuteBatch&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Schema&amp;#92;ContentTypeInstaller.cs&amp;#58;line 85&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.InstallContentTypeDefinitions&amp;#40;String ctdPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 222&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.RunImport&amp;#40;String ctdPath, String asmPath, String fsPath, String repositoryPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 160&lt;br /&gt;   at SenseNet.Portal.Setup.RunOnce.Import&amp;#40;String ctdPath, String sourcePath, String targetPath, String asmPath, String runOnceMarkerPath, String runningMarkerPath, String logPath, String installerUser&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;8&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;IISConfig&amp;#92;RunOnce.cs&amp;#58;line 97&lt;br /&gt;2011-08-30 16&amp;#58;28&amp;#58;10.1814&amp;#9;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:17:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Installation issue in 6.0.6 community edition [9455] 20120328091718P</guid></item><item><title>Closed Issue: no segments* file found in Lucene.Net.Store.SimpleFSDirectory [9733]</title><link>http://sensenet.codeplex.com/workitem/9733</link><description>Hi I am trying to install and run version 6.0.1 for VS 2008. &lt;br /&gt;&lt;br /&gt;When I browse to the localhost i get the following error. The LuceneIndex Folder is empty.&lt;br /&gt;&lt;br /&gt;Hope anyone can help with this.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;no segments&amp;#42; file found in Lucene.Net.Store.SimpleFSDirectory&amp;#64;C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;LuceneIndex&amp;#58; files&amp;#58; write.lock&lt;br /&gt;Description&amp;#58; An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.IO.FileNotFoundException&amp;#58; no segments&amp;#42; file found in Lucene.Net.Store.SimpleFSDirectory&amp;#64;C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;LuceneIndex&amp;#58; files&amp;#58;  write.lock&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58;&lt;br /&gt;&lt;br /&gt;Line 1925&amp;#58;                this.writeLock.Release&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Line 1926&amp;#58;                this.writeLock &amp;#61; null&amp;#59;&lt;br /&gt;Line 1927&amp;#58;                throw e&amp;#59;&lt;br /&gt;Line 1928&amp;#58;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;Line 1929&amp;#58;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Source File&amp;#58; C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;LuceneNet_2_9_2&amp;#92;Index&amp;#92;IndexWriter.cs    Line&amp;#58; 1927&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;FileNotFoundException&amp;#58; no segments&amp;#42; file found in Lucene.Net.Store.SimpleFSDirectory&amp;#64;C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;WebSite&amp;#92;LuceneIndex&amp;#58; files&amp;#58; Examine.dll Lucene.Net.dll write.lock&amp;#93;&lt;br /&gt;   Lucene.Net.Index.IndexWriter.Init&amp;#40;Directory d, Analyzer a, Boolean create, Boolean closeDir, IndexDeletionPolicy deletionPolicy, Boolean autoCommit, Int32 maxFieldLength, IndexingChain indexingChain, IndexCommit commit&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;LuceneNet_2_9_2&amp;#92;Index&amp;#92;IndexWriter.cs&amp;#58;1927&lt;br /&gt;   Lucene.Net.Index.IndexWriter..ctor&amp;#40;Directory d, Analyzer a, Boolean create&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;LuceneNet_2_9_2&amp;#92;Index&amp;#92;IndexWriter.cs&amp;#58;1285&lt;br /&gt;   SenseNet.Search.Indexing.LuceneManager.Startup&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;LuceneManager.cs&amp;#58;128&lt;br /&gt;   SenseNet.Search.Indexing.LuceneManager..cctor&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;LuceneManager.cs&amp;#58;94&lt;br /&gt;&lt;br /&gt;&amp;#91;TypeInitializationException&amp;#58; The type initializer for &amp;#39;SenseNet.Search.Indexing.LuceneManager&amp;#39; threw an exception.&amp;#93;&lt;br /&gt;   SenseNet.Search.Indexing.LuceneManager.get_IndexCount&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;LuceneManager.cs&amp;#58;72&lt;br /&gt;   SenseNet.Portal.ContentExplorer.Global.Application_Start&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentExplorer&amp;#92;Global.asax.cs&amp;#58;98&lt;br /&gt;&lt;br /&gt;&amp;#91;ApplicationException&amp;#58; LuceneManager failed to initialize&amp;#93;&lt;br /&gt;   SenseNet.Portal.ContentExplorer.Global.Application_Start&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;KGA_IntraNet&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentExplorer&amp;#92;Global.asax.cs&amp;#58;110&lt;br /&gt;&lt;br /&gt;&amp;#91;HttpException &amp;#40;0x80004005&amp;#41;&amp;#58; LuceneManager failed to initialize&amp;#93;&lt;br /&gt;   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode&amp;#40;HttpContext context, HttpApplication app&amp;#41; &amp;#43;2721374&lt;br /&gt;   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS&amp;#40;IntPtr appContext, HttpContext context, MethodInfo&amp;#91;&amp;#93; handlers&amp;#41; &amp;#43;128&lt;br /&gt;   System.Web.HttpApplication.InitSpecial&amp;#40;HttpApplicationState state, MethodInfo&amp;#91;&amp;#93; handlers, IntPtr appContext, HttpContext context&amp;#41; &amp;#43;188&lt;br /&gt;   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance&amp;#40;IntPtr appContext, HttpContext context&amp;#41; &amp;#43;295&lt;br /&gt;   System.Web.HttpApplicationFactory.GetPipelineApplicationInstance&amp;#40;IntPtr appContext, HttpContext context&amp;#41; &amp;#43;56&lt;br /&gt;   System.Web.Hosting.PipelineRuntime.InitializeApplication&amp;#40;IntPtr appContext&amp;#41; &amp;#43;231&lt;br /&gt;&lt;br /&gt;&amp;#91;HttpException &amp;#40;0x80004005&amp;#41;&amp;#58; LuceneManager failed to initialize&amp;#93;&lt;br /&gt;   System.Web.HttpRuntime.FirstRequestInit&amp;#40;HttpContext context&amp;#41; &amp;#43;8901019&lt;br /&gt;   System.Web.HttpRuntime.EnsureFirstRequestInit&amp;#40;HttpContext context&amp;#41; &amp;#43;85&lt;br /&gt;   System.Web.HttpRuntime.ProcessRequestNotificationPrivate&amp;#40;IIS7WorkerRequest wr, HttpContext context&amp;#41; &amp;#43;333&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Version Information&amp;#58; Microsoft .NET Framework Version&amp;#58;2.0.50727.4963&amp;#59; ASP.NET Version&amp;#58;2.0.50727.4955&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:17:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: no segments* file found in Lucene.Net.Store.SimpleFSDirectory [9733] 20120328091701P</guid></item><item><title>Closed Issue: There is no any backup file [9861]</title><link>http://sensenet.codeplex.com/workitem/9861</link><description>1&amp;#41; After successfully installing I attempted to &amp;#34;browse&amp;#34; the app. I get an exception. &amp;#40;see Error 1 below&amp;#41;&lt;br /&gt;2&amp;#41; I then followed instructions in Issue&amp;#35; 9015. i.e. &amp;#34;delete the LuceneIndex and LuceneIndex_backup folders from the web folder and execute the IndexPopulator.exe&amp;#34;. I get another exception. &amp;#40;see Error 2 below&amp;#41;.&lt;br /&gt;&lt;br /&gt;Please help &amp;#33; I am keen to evaluate SensNet.&lt;br /&gt;&lt;br /&gt;ERROR 1&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;Exception Details&amp;#58; System.InvalidOperationException&amp;#58; There is no any backup file.&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;InvalidOperationException&amp;#58; There is no any backup file.&amp;#93;&lt;br /&gt;   SenseNet.ContentRepository.Storage.Data.SqlClient.SqlProvider.GetLastIndexBackupNumber&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Storage&amp;#92;Data&amp;#92;SqlClient&amp;#92;SqlProvider.cs&amp;#58;2294&lt;br /&gt;   SenseNet.Search.Indexing.BackupTools.NeedRestore&amp;#40;Int32&amp;#38; lastIdFromDb&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;BackupTools.cs&amp;#58;309&lt;br /&gt;   SenseNet.Search.Indexing.BackupTools.RestoreIndex&amp;#40;Boolean force&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;BackupTools.cs&amp;#58;283&lt;br /&gt;   SenseNet.Search.Indexing.LuceneManager.Startup&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;LuceneManager.cs&amp;#58;147&lt;br /&gt;   SenseNet.Search.Indexing.LuceneManager.Start&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;LuceneManager.cs&amp;#58;122&lt;br /&gt;   SenseNet.ContentRepository.RepositoryInstance.StartLucene&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;RepositoryInstance.cs&amp;#58;144&lt;br /&gt;   SenseNet.ContentRepository.RepositoryInstance.StartManagers&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;RepositoryInstance.cs&amp;#58;233&lt;br /&gt;   SenseNet.ContentRepository.RepositoryInstance.DoStart&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;RepositoryInstance.cs&amp;#58;121&lt;br /&gt;   SenseNet.ContentRepository.RepositoryInstance.Start&amp;#40;RepositoryStartSettings settings&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;RepositoryInstance.cs&amp;#58;104&lt;br /&gt;   SenseNet.ContentRepository.Repository.Start&amp;#40;RepositoryStartSettings settings&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Repository.cs&amp;#58;56&lt;br /&gt;   SenseNet.Portal.Global.ApplicationStartHandler&amp;#40;Object sender, EventArgs e, HttpApplication application&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Portal&amp;#92;Global.cs&amp;#58;111&lt;br /&gt;&lt;br /&gt;&amp;#91;HttpException &amp;#40;0x80004005&amp;#41;&amp;#58; There is no any backup file.&amp;#93;&lt;br /&gt;   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode&amp;#40;HttpContext context, HttpApplication app&amp;#41; &amp;#43;4052053&lt;br /&gt;   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS&amp;#40;IntPtr appContext, HttpContext context, MethodInfo&amp;#91;&amp;#93; handlers&amp;#41; &amp;#43;191&lt;br /&gt;   System.Web.HttpApplication.InitSpecial&amp;#40;HttpApplicationState state, MethodInfo&amp;#91;&amp;#93; handlers, IntPtr appContext, HttpContext context&amp;#41; &amp;#43;352&lt;br /&gt;   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance&amp;#40;IntPtr appContext, HttpContext context&amp;#41; &amp;#43;407&lt;br /&gt;   System.Web.Hosting.PipelineRuntime.InitializeApplication&amp;#40;IntPtr appContext&amp;#41; &amp;#43;375&lt;br /&gt;&lt;br /&gt;&amp;#91;HttpException &amp;#40;0x80004005&amp;#41;&amp;#58; There is no any backup file.&amp;#93;&lt;br /&gt;   System.Web.HttpRuntime.FirstRequestInit&amp;#40;HttpContext context&amp;#41; &amp;#43;11686928&lt;br /&gt;   System.Web.HttpRuntime.EnsureFirstRequestInit&amp;#40;HttpContext context&amp;#41; &amp;#43;141&lt;br /&gt;   System.Web.HttpRuntime.ProcessRequestNotificationPrivate&amp;#40;IIS7WorkerRequest wr, HttpContext context&amp;#41; &amp;#43;4863749&lt;br /&gt; &lt;br /&gt;Version Information&amp;#58; Microsoft .NET Framework Version&amp;#58;4.0.30319&amp;#59; ASP.NET Version&amp;#58;4.0.30319.237 &lt;br /&gt;&lt;br /&gt;ERROR 2&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;.....&lt;br /&gt;Populating 13 items&amp;#58;&lt;br /&gt;Initializing ...&lt;br /&gt;Repository has stopped. Running time&amp;#58; 0.00&amp;#58;00&amp;#58;16&lt;br /&gt;&lt;br /&gt;Unhandled Exception&amp;#58; System.InvalidCastException&amp;#58; Unable to cast object of type &amp;#39;System.DBNull&amp;#39; to type &amp;#39;System.Byte&amp;#91;&amp;#93;&amp;#39;.&lt;br /&gt;&amp;#9;at SenseNet.Search.Indexing.IndexDocumentInfo.GetDocument&amp;#40;IndexDocumentData docData&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;IndexDocumentInfo.cs&amp;#58;line 208&lt;br /&gt;  at SenseNet.Search.Indexing.DocumentPopulator.ClearAndPopulateAll&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;ContentRepository&amp;#92;Search&amp;#92;Indexing&amp;#92;DocumentPopulator.cs&amp;#58;line 52&lt;br /&gt;  at SenseNet.Tools.Lucene.IndexPopulator.Populator.Run&amp;#40;String repositoryPath,String indexPath, String asmPath&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Tools&amp;#92;IndexPopulator&amp;#92;Populator.cs&amp;#58;line 133&lt;br /&gt;  at SenseNet.Tools.Lucene.IndexPopulator.Populator.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in c&amp;#58;&amp;#92;Builds&amp;#92;7&amp;#92;SenseNet&amp;#92;communitywebpi&amp;#92;Sources&amp;#92;Source&amp;#92;SenseNet&amp;#92;Tools&amp;#92;IndexPopulator&amp;#92;Populator.cs&amp;#58;line 108&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:16:31 GMT</pubDate><guid isPermaLink="false">Closed Issue: There is no any backup file [9861] 20120328091631P</guid></item><item><title>Closed Issue: Error on execution [10241]</title><link>http://sensenet.codeplex.com/workitem/10241</link><description>Hi,&lt;br /&gt;&lt;br /&gt;Windows server 2008 R2 x64&lt;br /&gt;SQL server express 2008 R2 x64&lt;br /&gt;Web Deploy 2.10 x64&lt;br /&gt;New Website on port 8080&lt;br /&gt;SenseNet 6.0.7.2615&lt;br /&gt;&lt;br /&gt;Install went fine with no errors.&lt;br /&gt;&lt;br /&gt;See attached image of generated error while trying to access SenseNet&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error on execution [10241] 20120328091608P</guid></item><item><title>Closed Issue: infinite loop [10497]</title><link>http://sensenet.codeplex.com/workitem/10497</link><description>We just installed sensenet608-community-webpi.zip. Installation went smooth.&lt;br /&gt;After running the site for the first time it took a while, always a good sign with asp.net, but then resulted in an error in chrome, but a blank page in firefox and IE.&lt;br /&gt;&lt;br /&gt;Debugging the traffic of &amp;#47; resulted&amp;#58; &lt;br /&gt;&amp;#60;h2&amp;#62;Object moved to &amp;#60;a href&amp;#61;&amp;#34;&amp;#47;IISConfig&amp;#47;Config.aspx&amp;#34;&amp;#62;here&amp;#60;&amp;#47;a&amp;#62;.&amp;#60;&amp;#47;h2&amp;#62;&lt;br /&gt;&lt;br /&gt;Debugging the traffic of &amp;#47;IISConfig&amp;#47;Config.aspx resulted&amp;#58; &lt;br /&gt;&amp;#60;h2&amp;#62;Object moved to &amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;sensenet.holoncom.eu&amp;#47;Default.aspx&amp;#34;&amp;#62;here&amp;#60;&amp;#47;a&amp;#62;.&amp;#60;&amp;#47;h2&amp;#62;&lt;br /&gt;&lt;br /&gt;Thus resulting in an infinited loop.&lt;br /&gt;&lt;br /&gt;I deleted all files, databases, users, websites, and tried again.&lt;br /&gt;Same result.&lt;br /&gt;Please advise.&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:15:36 GMT</pubDate><guid isPermaLink="false">Closed Issue: infinite loop [10497] 20120328091536P</guid></item><item><title>Closed Issue: Creating Custom Types [10508]</title><link>http://sensenet.codeplex.com/workitem/10508</link><description>We have been trying to get started with sensenet 6.08. &lt;br /&gt;And to do so we are using sense&amp;#47;net 6 Evaluation Guide &amp;#40;www.sensenet.com&amp;#47;documents&amp;#47;sensenet6_eval_guide.pdf&amp;#41;. &lt;br /&gt;We followed the steps to create a content type named &amp;#34;Product&amp;#34; with success.&lt;br /&gt;In chapter 2 &amp;#40;at subchapter 2.2 Define a content view&amp;#41; we created a folder under &amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site and named it &amp;#34;Products&amp;#34;. &lt;br /&gt;But when we try to create a Product by selecting our selfmade content type &amp;#34;Product&amp;#34; from the dropdownmenu &amp;#34;NEW&amp;#34; it is nowhere to be found. &lt;br /&gt;&lt;br /&gt;After looking for half a day for a possible cause or a solution we tried to execute this tutorial&amp;#58;&lt;br /&gt;wiki.sensenet.com&amp;#47;index.php&amp;#63;title&amp;#61;How_to_create_a_Content_Type&lt;br /&gt;With respect to this tutorial please note that there is an error in step  &amp;#34;3. Insert Content Type Definition XML and click Install&amp;#34;&lt;br /&gt;Using this XML doesn&amp;#39;t work for v6.08.  One should replace &amp;#60;Title&amp;#62; tags with &amp;#60;DisplayName&amp;#62; tags.&lt;br /&gt;After doing that we could succesfully create the Type, but we could not use it. In the sence that is doesn&amp;#39;t become visible in the list of items that one can create New.&lt;br /&gt;&lt;br /&gt;Please advise.&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>dobsonl</author><pubDate>Wed, 28 Mar 2012 21:15:12 GMT</pubDate><guid isPermaLink="false">Closed Issue: Creating Custom Types [10508] 20120328091512P</guid></item><item><title>Commented Issue: Creating Custom Types [10508]</title><link>http://sensenet.codeplex.com/workitem/10508</link><description>We have been trying to get started with sensenet 6.08. &lt;br /&gt;And to do so we are using sense&amp;#47;net 6 Evaluation Guide &amp;#40;www.sensenet.com&amp;#47;documents&amp;#47;sensenet6_eval_guide.pdf&amp;#41;. &lt;br /&gt;We followed the steps to create a content type named &amp;#34;Product&amp;#34; with success.&lt;br /&gt;In chapter 2 &amp;#40;at subchapter 2.2 Define a content view&amp;#41; we created a folder under &amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site and named it &amp;#34;Products&amp;#34;. &lt;br /&gt;But when we try to create a Product by selecting our selfmade content type &amp;#34;Product&amp;#34; from the dropdownmenu &amp;#34;NEW&amp;#34; it is nowhere to be found. &lt;br /&gt;&lt;br /&gt;After looking for half a day for a possible cause or a solution we tried to execute this tutorial&amp;#58;&lt;br /&gt;wiki.sensenet.com&amp;#47;index.php&amp;#63;title&amp;#61;How_to_create_a_Content_Type&lt;br /&gt;With respect to this tutorial please note that there is an error in step  &amp;#34;3. Insert Content Type Definition XML and click Install&amp;#34;&lt;br /&gt;Using this XML doesn&amp;#39;t work for v6.08.  One should replace &amp;#60;Title&amp;#62; tags with &amp;#60;DisplayName&amp;#62; tags.&lt;br /&gt;After doing that we could succesfully create the Type, but we could not use it. In the sence that is doesn&amp;#39;t become visible in the list of items that one can create New.&lt;br /&gt;&lt;br /&gt;Please advise.&lt;br /&gt;Comments: ** Comment from web user: dobsonl ** &lt;p&gt;Thanks again for making suggestions to the documentation. We have a major documentation enhancement &amp;#38; revision task scheduled in the roadmap of Sense&amp;#47;Net 6.0 coming up soon, I will try to revise our tutorials by then. &lt;/p&gt;</description><author>dobsonl</author><pubDate>Tue, 13 Mar 2012 21:14:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: Creating Custom Types [10508] 20120313091434P</guid></item><item><title>Commented Issue: Creating Custom Types [10508]</title><link>http://sensenet.codeplex.com/workitem/10508</link><description>We have been trying to get started with sensenet 6.08. &lt;br /&gt;And to do so we are using sense&amp;#47;net 6 Evaluation Guide &amp;#40;www.sensenet.com&amp;#47;documents&amp;#47;sensenet6_eval_guide.pdf&amp;#41;. &lt;br /&gt;We followed the steps to create a content type named &amp;#34;Product&amp;#34; with success.&lt;br /&gt;In chapter 2 &amp;#40;at subchapter 2.2 Define a content view&amp;#41; we created a folder under &amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site and named it &amp;#34;Products&amp;#34;. &lt;br /&gt;But when we try to create a Product by selecting our selfmade content type &amp;#34;Product&amp;#34; from the dropdownmenu &amp;#34;NEW&amp;#34; it is nowhere to be found. &lt;br /&gt;&lt;br /&gt;After looking for half a day for a possible cause or a solution we tried to execute this tutorial&amp;#58;&lt;br /&gt;wiki.sensenet.com&amp;#47;index.php&amp;#63;title&amp;#61;How_to_create_a_Content_Type&lt;br /&gt;With respect to this tutorial please note that there is an error in step  &amp;#34;3. Insert Content Type Definition XML and click Install&amp;#34;&lt;br /&gt;Using this XML doesn&amp;#39;t work for v6.08.  One should replace &amp;#60;Title&amp;#62; tags with &amp;#60;DisplayName&amp;#62; tags.&lt;br /&gt;After doing that we could succesfully create the Type, but we could not use it. In the sence that is doesn&amp;#39;t become visible in the list of items that one can create New.&lt;br /&gt;&lt;br /&gt;Please advise.&lt;br /&gt;Comments: ** Comment from web user: rsiera ** &lt;p&gt;Ok, that helped me out again. For future reference I attached an annotated version of your sensenet6_eval_guide.pdf from your website&amp;#39;s download section. I added a note clearly indicating when to take which action. &lt;br /&gt;Thx. Up to the next hurdle.&lt;/p&gt;</description><author>rsiera</author><pubDate>Tue, 13 Mar 2012 20:54:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Creating Custom Types [10508] 20120313085444P</guid></item><item><title>Commented Issue: Creating Custom Types [10508]</title><link>http://sensenet.codeplex.com/workitem/10508</link><description>We have been trying to get started with sensenet 6.08. &lt;br /&gt;And to do so we are using sense&amp;#47;net 6 Evaluation Guide &amp;#40;www.sensenet.com&amp;#47;documents&amp;#47;sensenet6_eval_guide.pdf&amp;#41;. &lt;br /&gt;We followed the steps to create a content type named &amp;#34;Product&amp;#34; with success.&lt;br /&gt;In chapter 2 &amp;#40;at subchapter 2.2 Define a content view&amp;#41; we created a folder under &amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site and named it &amp;#34;Products&amp;#34;. &lt;br /&gt;But when we try to create a Product by selecting our selfmade content type &amp;#34;Product&amp;#34; from the dropdownmenu &amp;#34;NEW&amp;#34; it is nowhere to be found. &lt;br /&gt;&lt;br /&gt;After looking for half a day for a possible cause or a solution we tried to execute this tutorial&amp;#58;&lt;br /&gt;wiki.sensenet.com&amp;#47;index.php&amp;#63;title&amp;#61;How_to_create_a_Content_Type&lt;br /&gt;With respect to this tutorial please note that there is an error in step  &amp;#34;3. Insert Content Type Definition XML and click Install&amp;#34;&lt;br /&gt;Using this XML doesn&amp;#39;t work for v6.08.  One should replace &amp;#60;Title&amp;#62; tags with &amp;#60;DisplayName&amp;#62; tags.&lt;br /&gt;After doing that we could succesfully create the Type, but we could not use it. In the sence that is doesn&amp;#39;t become visible in the list of items that one can create New.&lt;br /&gt;&lt;br /&gt;Please advise.&lt;br /&gt;Comments: ** Comment from web user: dobsonl ** &lt;p&gt;Thank you for pointing out this error in the wiki. I will fix it soon. As for your type not being visible anywhere is most probably the result of Sense&amp;#47;Net&amp;#39;s allowed child types feature. At certain places only certain types can be created. This is highly flexible, and is controlled by the type of the container firstly and instance-specific settings on the container can override type settings. You will simply need to define your created type as allowed wherever you want to use your type. If the target location is a simple folder, you will have to define it one level up as folders inherit allowed type settings. You can always create any type under a systemfolder - if there is no instance-specific settings defined on it. Please read the following article for detailed explanation&amp;#58; http&amp;#58;&amp;#47;&amp;#47;wiki.sensenet.com&amp;#47;index.php&amp;#63;title&amp;#61;Allowed_Child_Types&lt;/p&gt;</description><author>dobsonl</author><pubDate>Tue, 13 Mar 2012 18:40:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Creating Custom Types [10508] 20120313064045P</guid></item><item><title>Created Issue: Creating Custom Types [10508]</title><link>http://sensenet.codeplex.com/workitem/10508</link><description>We have been trying to get started with sensenet 6.08. &lt;br /&gt;And to do so we are using sense&amp;#47;net 6 Evaluation Guide &amp;#40;www.sensenet.com&amp;#47;documents&amp;#47;sensenet6_eval_guide.pdf&amp;#41;. &lt;br /&gt;We followed the steps to create a content type named &amp;#34;Product&amp;#34; with success.&lt;br /&gt;In chapter 2 &amp;#40;at subchapter 2.2 Define a content view&amp;#41; we created a folder under &amp;#47;Root&amp;#47;Sites&amp;#47;Default_Site and named it &amp;#34;Products&amp;#34;. &lt;br /&gt;But when we try to create a Product by selecting our selfmade content type &amp;#34;Product&amp;#34; from the dropdownmenu &amp;#34;NEW&amp;#34; it is nowhere to be found. &lt;br /&gt;&lt;br /&gt;After looking for half a day for a possible cause or a solution we tried to execute this tutorial&amp;#58;&lt;br /&gt;wiki.sensenet.com&amp;#47;index.php&amp;#63;title&amp;#61;How_to_create_a_Content_Type&lt;br /&gt;With respect to this tutorial please note that there is an error in step  &amp;#34;3. Insert Content Type Definition XML and click Install&amp;#34;&lt;br /&gt;Using this XML doesn&amp;#39;t work for v6.08.  One should replace &amp;#60;Title&amp;#62; tags with &amp;#60;DisplayName&amp;#62; tags.&lt;br /&gt;After doing that we could succesfully create the Type, but we could not use it. In the sence that is doesn&amp;#39;t become visible in the list of items that one can create New.&lt;br /&gt;&lt;br /&gt;Please advise.&lt;br /&gt;</description><author>rsiera</author><pubDate>Tue, 13 Mar 2012 17:02:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Creating Custom Types [10508] 20120313050237P</guid></item><item><title>Commented Issue: infinite loop [10497]</title><link>http://sensenet.codeplex.com/workitem/10497</link><description>We just installed sensenet608-community-webpi.zip. Installation went smooth.&lt;br /&gt;After running the site for the first time it took a while, always a good sign with asp.net, but then resulted in an error in chrome, but a blank page in firefox and IE.&lt;br /&gt;&lt;br /&gt;Debugging the traffic of &amp;#47; resulted&amp;#58; &lt;br /&gt;&amp;#60;h2&amp;#62;Object moved to &amp;#60;a href&amp;#61;&amp;#34;&amp;#47;IISConfig&amp;#47;Config.aspx&amp;#34;&amp;#62;here&amp;#60;&amp;#47;a&amp;#62;.&amp;#60;&amp;#47;h2&amp;#62;&lt;br /&gt;&lt;br /&gt;Debugging the traffic of &amp;#47;IISConfig&amp;#47;Config.aspx resulted&amp;#58; &lt;br /&gt;&amp;#60;h2&amp;#62;Object moved to &amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;sensenet.holoncom.eu&amp;#47;Default.aspx&amp;#34;&amp;#62;here&amp;#60;&amp;#47;a&amp;#62;.&amp;#60;&amp;#47;h2&amp;#62;&lt;br /&gt;&lt;br /&gt;Thus resulting in an infinited loop.&lt;br /&gt;&lt;br /&gt;I deleted all files, databases, users, websites, and tried again.&lt;br /&gt;Same result.&lt;br /&gt;Please advise.&lt;br /&gt;Comments: ** Comment from web user: rsiera ** &lt;p&gt;We did the installation again from scratch to see if it is indeed possible to modify web.config from the first time. And I can confirm that it works. But I agree on how you have put it in the wiki now.&lt;br /&gt;Now I&amp;#39;m ready to dig into the SenseNet world.&lt;br /&gt;Talk to you later.&lt;/p&gt;</description><author>rsiera</author><pubDate>Tue, 13 Mar 2012 09:04:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: infinite loop [10497] 20120313090422A</guid></item></channel></rss>