Jeff Julian's Blog

Founder of Geekswithblogs.net


News

HDC08



















My Stats

  • Posts - 608
  • Comments - 580
  • Trackbacks - 2873

Twitter












Tag Cloud


Recent Comments


Recent Posts


Archives


Post Categories


Image Galleries


My Company


My Fav. Sites



I have to say I am excited to see Microsoft release a new process template named eScrum.  After installing it I must say I am pretty happy thus far.  Steve Loethen goes into more detail about what the template offers.

One issue I have with these new Microsoft project that use other downloadable Microsoft project to build their solutions are the constant list of separate download and moving dll.  Just push the version you used with the download.  In eScrum's case, they have you download ASP.NET AJAX, Microsoft XSS Library, and AJAX Control Toolkit.  Arrgggg...

One you start downloading the extra dlls you need, if you do not have version 1.0.10301.0 in your library of controls, you will need to follow the steps in the troubleshooting section that redirect the version of these controls the application will use.  Arrrgggggg....

If you download the latest version, the readme will tell you to add this section to the web.config.

<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
        <dependentAssembly>
            <assemblyIdentity name="AjaxControlToolkit"
                publicKeyToken="28f01b0e84b6d53e"
                culture="neutral"/>
            <bindingRedirect oldVersion="1.0.10301.0" newVersion="1.0.10606.0"/>
        </dependentAssembly>
    </assemblyBinding>
</runtime>


posted @ Wednesday, June 13, 2007 2:39 PM | Filed Under [ .NET ]

Comments

Gravatar # VSTS Links - 06/14/2007
Posted by Team System News on 6/14/2007 7:38 AM
The VS Team Architect Blog on Intellisense Within Web Service Details. Jihad Dannawi on use a free TFS...
Gravatar # re: eScrum Has Potential | Extra Steps for AJAX Control Toolkit 1.0.10301.0
Posted by VAtvars on 6/15/2007 12:57 PM
I had similar frustrations with the install process; seemed like a lot of manual work, which could have been mitigated by including the necessary libraries as part of distribution (just to get versions in sync).

Once installed though, I never got very far with it. Every tab in eScrum app throws the following error; any ideas how to fix?

Server Error in '/ESCRUM' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The entry 'FlatFile TraceListener' has already been added.

Source Error:


Line 77: <loggingConfiguration name="Logging Application Block" tracingEnabled="false" defaultCategory="General" logWarningsWhenNoCategoriesMatch="true">
Line 78: <listeners>
Line 79: <add fileName="C:\temp\eScrumCache\eScrum_trace.log" header="----------------------------------------" footer="----------------------------------------" formatter="Text Formatter" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1a5b963c6f0fbeab" traceOutputOptions="None" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1a5b963c6f0fbeab" name="FlatFile TraceListener"/>
Line 80: <add source="Enterprise Library Logging" formatter="Text Formatter" log="Application" machineName="" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1a5b963c6f0fbeab" traceOutputOptions="None" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1a5b963c6f0fbeab" name="Formatted EventLog TraceListener"/>
Line 81: </listeners>


Source File: C:\inetpub\wwwroot\eScrum\web.config Line: 79


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Gravatar # re: eScrum Has Potential | Extra Steps for AJAX Control Toolkit 1.0.10301.0
Posted by benchr on 6/15/2007 11:23 PM
Microsoft is planning a followup to address some of the install issues.
Post a comment





 

Please add 5 and 3 and type the answer here: