<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>AzureMonitor Discussions Rss Feed</title><link>http://azuremonitor.codeplex.com/Thread/List.aspx</link><description>AzureMonitor Discussions Rss Description</description><item><title>New Post: License prevents instrumenting non-open source apps</title><link>http://azuremonitor.codeplex.com/Thread/View.aspx?ThreadId=244387</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;MICROSOFT PUBLIC LICENSE (Ms-PL) is a good one most projects on codeplex seem to be using. MIT, BSD, Apache, etc. all work. The CDDL is kind of like the GPL AFAICT and therefore not meant for use with libraries. Not sure whether there is a LGPL kind of version
 of the CDDL, but if you don't care about the details any of the aforementioned ones work and is preferred&amp;nbsp;:-) Thanks for considering&amp;nbsp;a switch&amp;nbsp;and the fast reply!&lt;/p&gt;
&lt;/div&gt;</description><author>DanDaDaDanDan</author><pubDate>Wed, 02 Feb 2011 22:20:25 GMT</pubDate><guid isPermaLink="false">New Post: License prevents instrumenting non-open source apps 20110202102025P</guid></item><item><title>New Post: License prevents instrumenting non-open source apps</title><link>http://azuremonitor.codeplex.com/Thread/View.aspx?ThreadId=244387</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;My intent is that people can use this any way they want to; I'm happy to change the license terms, but&amp;nbsp;which license do you suggest?&lt;/p&gt;
&lt;/div&gt;</description><author>dpallmann</author><pubDate>Wed, 02 Feb 2011 21:39:14 GMT</pubDate><guid isPermaLink="false">New Post: License prevents instrumenting non-open source apps 20110202093914P</guid></item><item><title>New Post: License prevents instrumenting non-open source apps</title><link>http://azuremonitor.codeplex.com/Thread/View.aspx?ThreadId=244387</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Adding a reference to the lib from within an app can be construed as&amp;nbsp;covered software based on the definition in the license, henceforth requiring instrumented apps to be distributed with source if made available. Any chance you could change the license
 for this tool as it sounds neat :-)&lt;/p&gt;
&lt;p&gt;&amp;#65279;&lt;/p&gt;
&lt;/div&gt;</description><author>DanDaDaDanDan</author><pubDate>Wed, 02 Feb 2011 21:35:00 GMT</pubDate><guid isPermaLink="false">New Post: License prevents instrumenting non-open source apps 20110202093500P</guid></item><item><title>New Post: Getting Security Exception with AzureMonitorLib.cs</title><link>http://azuremonitor.codeplex.com/Thread/View.aspx?ThreadId=70318</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello, I want to try out the AzureMonitor. However I am getting a Secutiry Exception with AzureMonitorLib.cs.&lt;/p&gt;
&lt;p&gt;What does this mean?&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;static&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; Start(&lt;span style="color:Blue"&gt;string&lt;/span&gt; appName, &lt;span style="color:Blue"&gt;string&lt;/span&gt; roleName, &lt;span style="color:Blue"&gt;bool&lt;/span&gt; deleteOlderEntries)
        {
            &lt;span style="color:Blue"&gt;if&lt;/span&gt; (TrackingActive) &lt;span style="color:Blue"&gt;return&lt;/span&gt;;
            TrackingActive = &lt;span style="color:Blue"&gt;true&lt;/span&gt;;

            &lt;span style="color:Green"&gt;// Get the update interval setting or default it.&lt;/span&gt;

            PerfCounterUpdateInterval = DEFAULT_PERF_COUNTER_UPDATE_INTERVAL;

            &lt;span style="color:Blue"&gt;string&lt;/span&gt; value = TryGetConfigurationSetting(&lt;span style="color:#A31515"&gt;&amp;quot;PerfCounterUpdateInterval&amp;quot;&lt;/span&gt;);
            &lt;span style="color:Blue"&gt;if&lt;/span&gt; (!String.IsNullOrEmpty(value))
            {
                &lt;span style="color:Blue"&gt;try&lt;/span&gt;
                {
                    PerfCounterUpdateInterval = Convert.ToInt32(value);
                }
                &lt;span style="color:Blue"&gt;catch&lt;/span&gt; (FormatException)
                {

                }
            }

            AppName = appName;
            RoleName = roleName;

            Initialize();
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;System.Security.SecurityException wurde nicht von Benutzercode behandelt.
  Message=&amp;quot;Fehler bei der Anfrage.&amp;quot;
  Source=&amp;quot;AzureMonitorLib&amp;quot;
  StackTrace:
       bei Neudesic.Azure.AzureMonitor.Initialize()
       bei Neudesic.Azure.AzureMonitor.Start(String appName, String roleName, Boolean deleteOlderEntries) in C:\Projects\Azure\Tools\PerformanceMonitor\AzureMonitorSource\AzureMonitorLib\AzureMonitorLib.cs:Zeile 97.
       bei Neudesic.Azure.AzureMonitor.Start(String appName, String roleName) in C:\Projects\Azure\Tools\PerformanceMonitor\AzureMonitorSource\AzureMonitorLib\AzureMonitorLib.cs:Zeile 69.
       bei IntelliSign_WebRole._Default.Page_PreRender(Object sender, EventArgs e) in C:\Projects\Azure\IntelliSign\code\IntelliSign_WebRole\Default.aspx.cs:Zeile 27.
       bei System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
       bei System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
       bei System.Web.UI.Control.OnPreRender(EventArgs e)
       bei System.Web.UI.Control.PreRenderRecursiveInternal()
       bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  InnerException: 
&lt;/pre&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>frankmichaelkraft</author><pubDate>Mon, 28 Sep 2009 11:30:07 GMT</pubDate><guid isPermaLink="false">New Post: Getting Security Exception with AzureMonitorLib.cs 20090928113007A</guid></item><item><title>New Post: Surface Interface for AAM</title><link>http://azuremonitor.codeplex.com/Thread/View.aspx?ThreadId=51703</link><description>&lt;div style="line-height: normal;"&gt;That would be cool, but also expensive given the current price of Surface units. A less expensive option would be to create a WPF or Silverlight monitoring solution with a big display monitor in mind and take advantage of the Multi Touch feature that is coming in Windows 7.
&lt;/div&gt;</description><author>dpallmann</author><pubDate>Tue, 31 Mar 2009 06:09:32 GMT</pubDate><guid isPermaLink="false">New Post: Surface Interface for AAM 20090331060932A</guid></item><item><title>New Post: Surface Interface for AAM</title><link>http://azuremonitor.codeplex.com/Thread/View.aspx?ThreadId=51703</link><description>&lt;div style="line-height: normal;"&gt;I have been day-dreaming about a surface interface for the cloud (Azure)... imagine a surface device sitting in the middle of an&lt;strong&gt; IT Control Center&lt;/strong&gt; (since the Data Center would be on the cloud), Operators use the surface for monitoring performance, basically everything an application of this nature (AAM) could offer but with a surface experience. &lt;br&gt;
&lt;br&gt;
What do you guys think?&lt;br&gt;
&lt;br&gt;
Joel Reyes&lt;br&gt;
&lt;/div&gt;</description><author>joelercoaster</author><pubDate>Mon, 30 Mar 2009 12:33:48 GMT</pubDate><guid isPermaLink="false">New Post: Surface Interface for AAM 20090330123348P</guid></item></channel></rss>