<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>.communities</title><link>http://www.codeplex.com/DotCommunities/Project/ProjectRss.aspx</link><description>.communities is an AJAX-enabled, multi-user content management system that allows for an individual or an ISP to quickly create and administer a collaborative website such as a club site, a user gr...</description><item><title>New Post: Error login/register tasks</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=15393</link><description>&lt;div style="line-height: normal;"&gt;if you look into the database, the user is not approve yet. If you change that manually,&lt;br&gt;
the new created user will able to login.&lt;br&gt;
there must be a configuration setting to set this approval mechanism.&lt;br&gt;
i haven't take a look into it yet. I just installed the application today.
&lt;/div&gt;</description><author>indah</author><pubDate>Sun, 27 Jul 2008 23:13:47 GMT</pubDate><guid isPermaLink="false">New Post: Error login/register tasks 20080727111347P</guid></item><item><title>New Post: Understanding Handlers</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=32373</link><description>&lt;div style="line-height: normal;"&gt;Hi Ed,&lt;br&gt;
what a great work you've done.&lt;br&gt;
&lt;br&gt;
I just download the latest code, and get it run. Actually i was familiar with the CSK 1.1 &lt;br&gt;
but it's a long time ago...&lt;br&gt;
&lt;br&gt;
Take a look at the code, i was wondering, how the handler define, to call the to call defaultpage.aspx?&lt;br&gt;
&lt;br&gt;
I am so confuse with the webconfig definition.&lt;br&gt;
&lt;br&gt;
Please help&lt;br&gt;
&lt;br&gt;
thanks &lt;br&gt;
Indah&lt;br&gt;
&lt;/div&gt;</description><author>indah</author><pubDate>Sun, 27 Jul 2008 21:14:47 GMT</pubDate><guid isPermaLink="false">New Post: Understanding Handlers 20080727091447P</guid></item><item><title>Created Issue: Implement the ASP.net webparts (like SharePoint webparts)</title><link>http://www.codeplex.com/DotCommunities/WorkItem/View.aspx?WorkItemId=10411</link><description>Implement the ASP.net webparts &amp;#40;like SharePoint webparts&amp;#41;&lt;br /&gt;so you can easly change the home page and section home page contents, display information from various sources in your site.. etc.. &lt;br /&gt;exactly like sharepoint you can just pick up the webparts and design you home page in a minute without codingl..&lt;br /&gt;</description><author>tarekjajeh</author><pubDate>Tue, 01 Jul 2008 18:24:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Implement the ASP.net webparts (like SharePoint webparts) 20080701062400P</guid></item><item><title>NEW POST: Installing Change Set 5709</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=22729</link><description>&lt;div class="wikidoc"&gt;
I run inside Visual Studio, and it runs ok. I can access admin pages and the others things. &lt;br /&gt; &lt;br /&gt;Why it does not run when i try with a virtual directory in my IIS and FireFox ?&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>jtentor</author><pubDate>Sat, 23 Feb 2008 15:14:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Installing Change Set 5709 20080223031402P</guid></item><item><title>NEW POST: Installing Change Set 5709</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=22729</link><description>&lt;div class="wikidoc"&gt;
Hello. I download this change set and install. I need some help:&lt;br /&gt;1) What version of FCKeditor are you using, if it is 2.3.2 where can i obtain dll. In FCKeditor site is 2.2 and then 2.5 ???&lt;br /&gt;2) Where is DotCommunities.dbp&lt;br /&gt;3) I need to force this portion of code because it don work (I have Enterprise Library 3.1, is it a problem)&lt;br /&gt;&lt;pre&gt;
        public static bool UseWebCache
        {
            get
            {	return true; // lo pongo de prepo
//#if USE_WEB_CACHE
//                return true;
//#else
//                return false;
//#endif
            }
        }
&lt;/pre&gt; &lt;br /&gt;4) I can not access admin pages, in de file attachment for SQLEXPRESS i can see that it is Admin, admin; but it does not work. I will try in SQLSERVER new data base   running your scripts.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>jtentor</author><pubDate>Sat, 23 Feb 2008 15:06:57 GMT</pubDate><guid isPermaLink="false">NEW POST: Installing Change Set 5709 20080223030657P</guid></item><item><title>NEW POST: .communities for .NET 3.5</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=20149</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;shailensukul wrote:&lt;br /&gt; &lt;br /&gt;I have also been thinking of doing a portal site using 3.5 features using Community Server as a base. It seems that you are more advanced than I am so I would love to have a look at your code and possibly contribute in some way.&lt;br /&gt; &lt;br /&gt;As I understand, the 2 major changes in 3.5, that can be of some use, are the MVC addin plus the DLINQ implemenation. I would seriously look at the DLINQ aspect as I have read that the the performance can really suffer in some cases. For really performant sites, the Stored procedure/BL approach is the best way to go. I personally like to use stored procedures with CSLA.Net and Codesmith.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Feel free to download the existing code and have a look through it - there are are few bugs here and there, but you might be surprised at what you find hidden in the depths...  It's been good to get away from the source for a while and do other projects, as I can now cast a more critical eye over it and use it as a &amp;quot;Proof of Concept&amp;quot; for the next version(s). Its also been great hearing some of the feedback as its highlighted the areas that are important to users and those that are not.&lt;br /&gt; &lt;br /&gt;I'm not sure what direction I will be taking with the .communities project at this moment in time, the original idea was to create a modern version of the CSK but the CASK project is still alive and well, so maybe some of this code could be merged into the CASK project somehow - either way, I will leave the source here on CodePlex as a reference for other developers to use.&lt;br /&gt; &lt;br /&gt;As for performance, I've found from experience that it really all depends on the design of the application as a whole rather than any single component.  There is always the argument between the benefits of dynamic-SQL vs. Stored Procedures but I tend not to take too much stock of them - the trick is to learn where the potential pitfalls may arise and where to use them effectively and efficiently.  This version of .communities is blisteringly fast compared to the CSK, not because of efficient SQL but in fact from the effective use of data/page cacheing, which the CSK does not have.&lt;br /&gt; &lt;br /&gt;Ed&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Fri, 11 Jan 2008 16:41:00 GMT</pubDate><guid isPermaLink="false">NEW POST: .communities for .NET 3.5 20080111044100P</guid></item><item><title>NEW POST: .communities for .NET 3.5</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=20149</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;CSharpEd wrote:&lt;br /&gt;Okay, so now that we have Visual Studio 2008 out of Beta I've been looking at a few ways that .communities can be improved and made simpler for development. The biggest change that I'm intending to make is to remove the Enterprise Library and instead use LINQ to create the classes.  The whole provider model will need to be updated so that it is easier to plug-in new modules and the MVC framework (currently in development) would solve all the problems of URL rewriting and partial trust limitations for hosting at an ISP.&lt;br /&gt; &lt;br /&gt;This is of course when I have the time to do it - contractual obligations aside I could possibly burn 5-10 hours a week on the project.  If you are looking for a more immediate solution I would recommend you take a look at the CASK project instead...&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;I have also been thinking of doing a portal site using 3.5 features using Community Server as a base. It seems that you are more advanced than I am so I would love to have a look at your code and possibly contribute in some way.&lt;br /&gt; &lt;br /&gt;As I understand, the 2 major changes in 3.5, that can be of some use, are the MVC addin plus the DLINQ implemenation. I would seriously look at the DLINQ aspect as I have read that the the performance can really suffer in some cases. For really performant sites, the Stored procedure/BL approach is the best way to go. I personally like to use stored procedures with CSLA.Net and Codesmith.&lt;br /&gt; &lt;br /&gt;I also am in the process of doing my Biztalk certification, but would love to spend what little spare time I get on this project.&lt;br /&gt;Shailen Sukul :-)&lt;br /&gt;www.ashlen.com.au&lt;br /&gt;
&lt;/div&gt;</description><author>shailensukul</author><pubDate>Fri, 11 Jan 2008 05:04:21 GMT</pubDate><guid isPermaLink="false">NEW POST: .communities for .NET 3.5 20080111050421A</guid></item><item><title>NEW POST: .communities for .NET 3.5</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=20149</link><description>&lt;div class="wikidoc"&gt;
Okay, so now that we have Visual Studio 2008 out of Beta I've been looking at a few ways that .communities can be improved and made simpler for development. The biggest change that I'm intending to make is to remove the Enterprise Library and instead use LINQ to create the classes.  The whole provider model will need to be updated so that it is easier to plug-in new modules and the MVC framework (currently in development) would solve all the problems of URL rewriting and partial trust limitations for hosting at an ISP.&lt;br /&gt; &lt;br /&gt;This is of course when I have the time to do it - contractual obligations aside I could possibly burn 5-10 hours a week on the project.  If you are looking for a more immediate solution I would recommend you take a look at the CASK project instead...&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Wed, 09 Jan 2008 01:31:43 GMT</pubDate><guid isPermaLink="false">NEW POST: .communities for .NET 3.5 20080109013143A</guid></item><item><title>NEW POST: Forum Module</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=19997</link><description>&lt;div class="wikidoc"&gt;
I'm looking at building a CMS site using .Communities and adding a forums section.&lt;br /&gt; &lt;br /&gt;is there an existing module that can be added easily?&lt;br /&gt; &lt;br /&gt;I'm about to start to integrate YetAnotherForum into the site, does anyone have any other ideas or recommendations?&lt;br /&gt;
&lt;/div&gt;</description><author>guric1van</author><pubDate>Sun, 06 Jan 2008 01:11:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Forum Module 20080106011137A</guid></item><item><title>NEW POST: Error login/register tasks</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=15393</link><description>&lt;div class="wikidoc"&gt;
I installed the package with success but seems it is not working well.&lt;br /&gt;Admin user seems to be working fine. But the problem arise when I try to register another user.&lt;br /&gt;I register a user1, pass1, etc and when I try to login whit new user1 I receive an error message. Then I try to register user1 again and I receive the message &amp;quot; User already registered&amp;quot; that is good.&lt;br /&gt;I register user2, pass2, etc and when I try to login with user2, again I get an error message. I check and user2 was registered. I tried to trace the problem but could not find where to set a breakpoint to fix this issue. &lt;br /&gt;Is there a functioin, module, where I can set a breakpoint and check where the validation fails? &lt;br /&gt;Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>ze_netio</author><pubDate>Thu, 20 Sep 2007 13:00:38 GMT</pubDate><guid isPermaLink="false">NEW POST: Error login/register tasks 20070920010038P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h4&gt;
Experience .communities Live!
&lt;/h4&gt;&lt;b&gt;&lt;a href="http://www.dotcommunities.org" class="externalLink"&gt;www.DotCommunities.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
PLEASE NOTE: This code is incomplete and should be used for EVALUATION ONLY!
&lt;/h4&gt;The &lt;a href="http://www.codeplex.com/CASKDotNet" class="externalLink"&gt;Community Advanced Starter Kit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project is still available for users requiring a complete implementation of a community content management framework.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;The Project&lt;/b&gt;&lt;br /&gt;.communities is more than just a refactored version of the &lt;i&gt;Community Starter Kit&lt;/i&gt;, with .communities the intention is to create a full featured, industry standard web application which can be used without modification to create a multi-user collaborative website.  Included with .communities are a set of core modules which will allow users to perform generic tasks such as creating articles, blog entries, discussions etc.  .communities also makes it much easier to create new modules and is useful for developers who require a customised user experience for creating/displaying content.  The core framework has also been redesigned with a new level of customisation, allowing for developers to extend the framework however they see fit.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=FAQ&amp;amp;referringTitle=Home"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=Setup&amp;amp;referringTitle=Home"&gt;Installation Guide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=Walkthrough&amp;amp;referringTitle=Home"&gt;Configuring Your First Community&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Screen Shots&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/DotCommunities/Project/FileDownload.aspx?DownloadId=12837" alt="home_design_sample.jpg" /&gt; &lt;img src="http://www.codeplex.com/DotCommunities/Project/FileDownload.aspx?DownloadId=12839" alt="admin_background_sample.jpg" /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;See More...&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Advanced Features&lt;/b&gt;&lt;br /&gt;Here are just a few of the more advanced features of .communities:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;An extensible core framework architecture allowing for complete customisation&lt;/li&gt;&lt;li&gt;&lt;i&gt;Enterprise Library&lt;/i&gt; integration for database access, caching, logging and exception handling&lt;/li&gt;&lt;li&gt;ASP.NET 2.0 &lt;i&gt;Membership&lt;/i&gt;, &lt;i&gt;Role&lt;/i&gt;, &lt;i&gt;Profile&lt;/i&gt; and &lt;i&gt;Personalisation&lt;/i&gt; features (including &lt;i&gt;Web Parts&lt;/i&gt; integration)&lt;/li&gt;&lt;li&gt;Implements the &lt;i&gt;Provider Model&lt;/i&gt; pattern for customised application configuration&lt;/li&gt;&lt;li&gt;Includes the &lt;i&gt;Tasks Application Block&lt;/i&gt; for running scheduled background processes&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=Features&amp;amp;referringTitle=Home"&gt;Read More...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Get Involved&lt;/b&gt; &lt;br /&gt;If you would like to provide feedback on .communities, please direct your comments or questions to the developer forums - accessed via the &lt;a href="http://www.codeplex.com/DotCommunities/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; tab at the top of this page. Please &lt;u&gt;do not&lt;/u&gt; post work items to the &lt;i&gt;Issue Tracker&lt;/i&gt;, I will convert a discussion to a work item if I feel that it is worth further investigation (this will make it easier for me to manage the project).&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Wed, 01 Aug 2007 13:27:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070801012700P</guid></item><item><title>UPDATED WIKI: FAQ</title><link>http://www.codeplex.com/DotCommunities/Wiki/View.aspx?title=FAQ&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
.communities Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;h3&gt;
General
&lt;/h3&gt; &lt;br /&gt;&lt;b&gt;Q: So what is .communities?&lt;/b&gt;&lt;br /&gt;&lt;i&gt;A: .communities started out as the &lt;u&gt;Community Advanced Starter Kit&lt;/u&gt; project (CASK for short) and was intended as a .NET 2.0 version of the &lt;u&gt;Community Starter Kit&lt;/u&gt; sample application released by Microsoft for the .NET Framework 1.0.  The CASK project was led by BillKrat and is now supported solely for his customers.  I joined the CASK project in 2006 and extended the functionality somewhat by adding a new Administration theme, RSS feeds and a number of other small enhancements.  Unfortunately, Bill could not continue supporting the CASK as an open-source project as he did not have the time to work on it with his other commitments, so I decided to branch off from his codebase during the refactoring phase of development - changing the name to .communities so that it would not be confused with the CASK project.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Q: How do I join the .communities project?&lt;/b&gt;&lt;br /&gt;&lt;i&gt;A: The short answer is that you cannot join the project at the moment.  The reason for this is that I am developing .communities as a showcase application to demonstrate my .NET skills to potential customers, so if other developers start adding code to the solution, there will be no way to differentiate between my code and anyone elses.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Q: I would &lt;u&gt;really&lt;/u&gt; like to help out with .communities though - how can I do this?&lt;/b&gt;&lt;br /&gt;&lt;i&gt;A: If you are interested in contributing then you can still help out by participating in the discussions.  If after discussion, I decide that there is a bug in the code, or that there is an idea that will enhance the .communities codebase, then the discussion will be converted to a work item.  You can also add a patch to the source code and once it is approved, I will merge it with the existing code citing you as the developer responsible for the update.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Q: When will .communities be released?&lt;/b&gt;&lt;br /&gt;&lt;i&gt;A: The initial version will be released when I get time to complete the initial requirements, this version will contain all the core framework code and is intended as a &lt;u&gt;Test Build&lt;/u&gt; to &amp;quot;iron out&amp;quot; any bugs that the framework may contain.  Once this task is completed, the next set of releases will concentrate on module development culminating in the final release that will contain the Installer and Upgrade Wizards.&lt;/i&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Wed, 01 Aug 2007 13:24:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: FAQ 20070801012422P</guid></item><item><title>NEW POST: Microsoft.Practices.EnterpriseLibrary.Common</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=13240</link><description>&lt;div class="wikidoc"&gt;
I think you just need to install the latest version of Enterprise Library (3.1) to fix your error.&lt;br /&gt; &lt;br /&gt;The Tasks assembly is already signed with a key file.&lt;br /&gt; &lt;br /&gt;Ed&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Wed, 01 Aug 2007 12:56:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Microsoft.Practices.EnterpriseLibrary.Common 20070801125632P</guid></item><item><title>NEW POST: Microsoft.Practices.EnterpriseLibrary.Common</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=13240</link><description>&lt;div class="wikidoc"&gt;
the err like this  “Microsoft.Practices.EnterpriseLibrary.Common”  without strongname Tasks (Assemblies\Tasks\Tasks) &lt;br /&gt;
&lt;/div&gt;</description><author>zhouxinmail</author><pubDate>Wed, 01 Aug 2007 06:47:30 GMT</pubDate><guid isPermaLink="false">NEW POST: Microsoft.Practices.EnterpriseLibrary.Common 20070801064730A</guid></item><item><title>CLOSED ISSUE: 错误	31	程序集生成失败 -- 引用的程序集“Microsoft.Practices.EnterpriseLibrary.Common”没有强名称	Tasks (Assemblies\Tasks\Tasks)</title><link>http://www.codeplex.com/DotCommunities/WorkItem/View.aspx?WorkItemId=3913</link><description>&amp;#38169;&amp;#35823;&amp;#9;31&amp;#9;&amp;#31243;&amp;#24207;&amp;#38598;&amp;#29983;&amp;#25104;&amp;#22833;&amp;#36133; -- &amp;#24341;&amp;#29992;&amp;#30340;&amp;#31243;&amp;#24207;&amp;#38598;&amp;#8220;Microsoft.Practices.EnterpriseLibrary.Common&amp;#8221;&amp;#27809;&amp;#26377;&amp;#24378;&amp;#21517;&amp;#31216;&amp;#9;Tasks &amp;#40;Assemblies&amp;#92;Tasks&amp;#92;Tasks&amp;#41;&lt;br/&gt;Comments: Invalid work item</description><author>CSharpEd</author><pubDate>Tue, 31 Jul 2007 11:40:52 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: 错误	31	程序集生成失败 -- 引用的程序集“Microsoft.Practices.EnterpriseLibrary.Common”没有强名称	Tasks (Assemblies\Tasks\Tasks) 20070731114052A</guid></item><item><title>COMMENTED ISSUE: 错误	31	程序集生成失败 -- 引用的程序集“Microsoft.Practices.EnterpriseLibrary.Common”没有强名称	Tasks (Assemblies\Tasks\Tasks)</title><link>http://www.codeplex.com/DotCommunities/WorkItem/View.aspx?WorkItemId=3913</link><description>&amp;#38169;&amp;#35823;&amp;#9;31&amp;#9;&amp;#31243;&amp;#24207;&amp;#38598;&amp;#29983;&amp;#25104;&amp;#22833;&amp;#36133; -- &amp;#24341;&amp;#29992;&amp;#30340;&amp;#31243;&amp;#24207;&amp;#38598;&amp;#8220;Microsoft.Practices.EnterpriseLibrary.Common&amp;#8221;&amp;#27809;&amp;#26377;&amp;#24378;&amp;#21517;&amp;#31216;&amp;#9;Tasks &amp;#40;Assemblies&amp;#92;Tasks&amp;#92;Tasks&amp;#41;&lt;br/&gt;Comments: ** Comment from web user: CSharpEd ** &lt;p&gt;Direct questions to the Discussions section not here - language needs to be english&lt;/p&gt;</description><author>CSharpEd</author><pubDate>Tue, 31 Jul 2007 11:40:30 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: 错误	31	程序集生成失败 -- 引用的程序集“Microsoft.Practices.EnterpriseLibrary.Common”没有强名称	Tasks (Assemblies\Tasks\Tasks) 20070731114030A</guid></item><item><title>CREATED ISSUE: 错误	31	程序集生成失败 -- 引用的程序集“Microsoft.Practices.EnterpriseLibrary.Common”没有强名称	Tasks (Assemblies\Tasks\Tasks)</title><link>http://www.codeplex.com/DotCommunities/WorkItem/View.aspx?WorkItemId=3913</link><description>&amp;#38169;&amp;#35823;&amp;#9;31&amp;#9;&amp;#31243;&amp;#24207;&amp;#38598;&amp;#29983;&amp;#25104;&amp;#22833;&amp;#36133; -- &amp;#24341;&amp;#29992;&amp;#30340;&amp;#31243;&amp;#24207;&amp;#38598;&amp;#8220;Microsoft.Practices.EnterpriseLibrary.Common&amp;#8221;&amp;#27809;&amp;#26377;&amp;#24378;&amp;#21517;&amp;#31216;&amp;#9;Tasks &amp;#40;Assemblies&amp;#92;Tasks&amp;#92;Tasks&amp;#41;&lt;br/&gt;</description><author>zhouxinmail</author><pubDate>Tue, 31 Jul 2007 09:53:49 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: 错误	31	程序集生成失败 -- 引用的程序集“Microsoft.Practices.EnterpriseLibrary.Common”没有强名称	Tasks (Assemblies\Tasks\Tasks) 20070731095349A</guid></item><item><title>NEW POST: whats up with www.dotcommunities.org</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=13076</link><description>&lt;div class="wikidoc"&gt;
Thanks for replying.I fully understand your priorities. &lt;br /&gt; &lt;br /&gt;Kindly,&lt;br /&gt; &lt;br /&gt;Jesper&lt;br /&gt;
&lt;/div&gt;</description><author>jesperordrup</author><pubDate>Fri, 27 Jul 2007 17:47:08 GMT</pubDate><guid isPermaLink="false">NEW POST: whats up with www.dotcommunities.org 20070727054708P</guid></item><item><title>NEW POST: whats up with www.dotcommunities.org</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=13076</link><description>&lt;div class="wikidoc"&gt;
The dotcommunities.org site will be updated with the application when I have a decent release completed.  There are still a couple of nasty bugs that need sorting out first before .communities should be used in a production environment.&lt;br /&gt; &lt;br /&gt;At the moment I am busy with contract work so I have not had chance to update the source for a while...&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Fri, 27 Jul 2007 11:14:33 GMT</pubDate><guid isPermaLink="false">NEW POST: whats up with www.dotcommunities.org 20070727111433A</guid></item><item><title>NEW POST: Unable to Install - Please help</title><link>http://www.codeplex.com/DotCommunities/Thread/View.aspx?ThreadId=12835</link><description>&lt;div class="wikidoc"&gt;
Try doing a search and replace for &amp;quot;dbo&amp;quot; with the schema name for your database.  If you are uploading to an ISP, then this will be disabled as permissions for the dbo schema would allow you to change other databases not under your control.&lt;br /&gt; &lt;br /&gt;You will also need to complile the application before you upload it to your server/ISP.&lt;br /&gt;
&lt;/div&gt;</description><author>CSharpEd</author><pubDate>Fri, 27 Jul 2007 11:01:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Unable to Install - Please help 20070727110120A</guid></item></channel></rss>