<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: .NET Windows Service in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907003#M5673</link>
    <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Hi Peter,&lt;BR /&gt;&lt;BR /&gt;That didn't work :-( ... I'm getting a popup saying:&lt;BR /&gt;&lt;BR /&gt;"Windows Service Start Failure&lt;BR /&gt;Cannot start service from the command line or debugger. A Windows Service must first be installed and then started with the Windows services Administrative tool."&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;-Alex&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jul 2009 15:22:02 GMT</pubDate>
    <dc:creator>alex_herrer</dc:creator>
    <dc:date>2009-07-30T15:22:02Z</dc:date>
    <item>
      <title>.NET Windows Service</title>
      <link>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907001#M5671</link>
      <description>Any idea how to profile a .NET Windows Service in VTune 9? ... I tried profiling it like a regular service but I keep getting a runtime error:&lt;BR /&gt;&lt;BR /&gt;This application has requested the Runtime to terminate it in an unusual way.&lt;BR /&gt;&lt;BR /&gt;-Alex</description>
      <pubDate>Wed, 29 Jul 2009 13:41:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907001#M5671</guid>
      <dc:creator>alex_herrer</dc:creator>
      <dc:date>2009-07-29T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Windows Service</title>
      <link>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907002#M5672</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/437361"&gt;alex.herrer&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Any idea how to profile a .NET Windows Service in VTune 9? ... I tried profiling it like a regular service but I keep getting a runtime error:&lt;BR /&gt;&lt;BR /&gt;This application has requested the Runtime to terminate it in an unusual way.&lt;BR /&gt;&lt;BR /&gt;-Alex&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Alex,&lt;BR /&gt;&lt;BR /&gt;If you want to profile with .NET Service application, please use &lt;STRONG&gt;Sampling Wizard&lt;/STRONG&gt;-&amp;gt;.NET profiling-&amp;gt;Executable-&amp;gt;Application to launch.&lt;BR /&gt;&lt;BR /&gt;Regarding that you got the problem to terminate the application when sampling data collection stops, I suggest you to change "&lt;STRONG&gt;Configure Sampling&lt;/STRONG&gt;" (modify the activity) : 1) Set Duration 2) Uncheck "Terminate application when Activity ends". Thus, sampling data collection will &lt;STRONG&gt;not&lt;/STRONG&gt; stop your .NET application when it stops.&lt;BR /&gt;&lt;BR /&gt;You need to manually shut down .NET Service for next run.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2009 05:31:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907002#M5672</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2009-07-30T05:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Windows Service</title>
      <link>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907003#M5673</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Hi Peter,&lt;BR /&gt;&lt;BR /&gt;That didn't work :-( ... I'm getting a popup saying:&lt;BR /&gt;&lt;BR /&gt;"Windows Service Start Failure&lt;BR /&gt;Cannot start service from the command line or debugger. A Windows Service must first be installed and then started with the Windows services Administrative tool."&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;-Alex&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2009 15:22:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907003#M5673</guid>
      <dc:creator>alex_herrer</dc:creator>
      <dc:date>2009-07-30T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Windows Service</title>
      <link>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907004#M5674</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/437361"&gt;alex.herrer&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi Peter,&lt;BR /&gt;&lt;BR /&gt;That didn't work :-( ... I'm getting a popup saying:&lt;BR /&gt;&lt;BR /&gt;"Windows Service Start Failure&lt;BR /&gt;Cannot start service from the command line or debugger. A Windows Service must first be installed and then started with the Windows services Administrative tool."&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;-Alex&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Alex,&lt;BR /&gt;&lt;BR /&gt;You can profile a .NETservicethat you launch it outside of the VTune Performance Analyzer. In Sampling Wizard, use the no-application-to-launch mode.&lt;BR /&gt;&lt;BR /&gt;Yes.The serviceshould be installed first, then&lt;BR /&gt;&lt;BR /&gt;
&lt;LI&gt;
&lt;P&gt;Go to &lt;STRONG&gt;Control Panel &amp;gt; Administrative Tools &amp;gt; Services&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right-click &lt;STRONG&gt;Services&lt;/STRONG&gt; and select &lt;STRONG&gt;Properties&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;&amp;lt;&lt;EM&gt;Service Name&lt;/EM&gt;&amp;gt; Properties&lt;/STRONG&gt; dialog box opens.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select &lt;STRONG&gt;Log On&lt;/STRONG&gt; tab.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select &lt;STRONG&gt;This account&lt;/STRONG&gt; option and specify the account of the user that does profiling.&lt;/P&gt;
&lt;/LI&gt;
&lt;BR /&gt;Regards, Peter&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jul 2009 07:21:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/NET-Windows-Service/m-p/907004#M5674</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2009-07-31T07:21:57Z</dc:date>
    </item>
  </channel>
</rss>

