<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NTrace Discussions Rss Feed</title><link>http://www.codeplex.com/NTrace/Thread/List.aspx</link><description>NTrace Discussions Rss Description</description><item><title>New Post: preprocessor does not handle "Enabled" properties?</title><link>http://ntrace.codeplex.com/discussions/435022</link><description>&lt;div style="line-height: normal;"&gt;I built a new instrumented windows app and added some tracing on the Form constructor. I was able to get some tracing to work, but the &amp;quot;Enabled&amp;quot; property did not preprocess well. This is the code&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;if (EtwTrace.Enabled)
{
    // Do something interesting
}&lt;/code&gt;&lt;/pre&gt;

and this is the pre-processed result:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;if (EtwTraceInstrumentedWinForms.TraceHelper.provider.Enabled)
{
    // Do something interesting
}
&lt;/code&gt;&lt;/pre&gt;

The class name &amp;quot;EtwTrace&amp;quot; has not been cleared. If I fix this up in the original code to &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;            if (InstrumentedWinForms.TraceHelper.provider.Enabled)&lt;/code&gt;&lt;/pre&gt;

it works, of course, but then the preprocessor is not used.&lt;br /&gt;
&lt;br /&gt;
Similar problems happen with EtwTrace.TraceFlagEnabled and EtwTrace.TraceFlagAndLevelEnabled.&lt;br /&gt;
&lt;br /&gt;
I was using MS Visual Studio 10 SP1, with version 2.0.0.0 of NTrace downloaded in a zip named NTrace.2.0.141.0.zip&lt;br /&gt;
&lt;br /&gt;
Have I missed some important step?&lt;br /&gt;
&lt;br /&gt;
JR VanMechelen&lt;br /&gt;
&lt;/div&gt;</description><author>jrvjrv</author><pubDate>Fri, 01 Mar 2013 13:01:20 GMT</pubDate><guid isPermaLink="false">New Post: preprocessor does not handle "Enabled" properties? 20130301010120P</guid></item><item><title>New Post: Support for Channels</title><link>http://ntrace.codeplex.com/discussions/430926</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Will you be including support for channels in the next version? &amp;nbsp;I understand that these are required to get traces into Event Viewer.&lt;/p&gt;
&lt;/div&gt;</description><author>SGarratt</author><pubDate>Sat, 26 Jan 2013 08:29:58 GMT</pubDate><guid isPermaLink="false">New Post: Support for Channels 20130126082958A</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Great, thanks!&lt;/p&gt;
&lt;p&gt;Do you have any estimation about when you'll have a testable build?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;</description><author>eranahare</author><pubDate>Sun, 02 Dec 2012 15:36:00 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121202033600P</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I welcome any and all beta testers!&lt;/p&gt;
&lt;p&gt;And I meant that I'll be *adding* support for 4.5; prior versions should continue to work.&lt;/p&gt;
&lt;div&gt;On Nov 29, 2012 10:27 AM, &amp;quot;eranahare&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br type="attribution"&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: eranahare&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hi Andy,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;Do you have any ETA for the VS2012 NTrace? I'd like to be a Beta tester:-)&lt;/p&gt;
&lt;p&gt;Something I didn't quite understand re/ your last sentence &lt;span&gt;- does it mean that it will work just with 4.5 on 2012, or will it still support earlier .net versions (as 2010 supports 3.5)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ntrace.codeplex.com/discussions/404058#post949043" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:NTrace@discussions.codeplex.com?subject=[NTrace:404058]" target="_blank"&gt;NTrace@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:NTrace@discussions.codeplex.com" target="_blank"&gt;
NTrace@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ntrace.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ahopper</author><pubDate>Thu, 29 Nov 2012 17:50:09 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121129055009P</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Andy,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;Do you have any ETA for the VS2012 NTrace? I'd like to be a Beta tester:-)&lt;/p&gt;
&lt;p&gt;Something I didn't quite understand re/ your last sentence&amp;nbsp;&lt;span&gt;- does it mean that it will work just with 4.5 on 2012, or will it still support earlier .net versions (as 2010 supports 3.5)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;</description><author>eranahare</author><pubDate>Thu, 29 Nov 2012 15:27:49 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121129032749P</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hey, Eran-&lt;/p&gt;
&lt;p&gt;I don't check this account as often; sorry it took so long to respond. Yes, I'm porting NTrace to 2012 and the new MSBuild targets for 4.5.&lt;/p&gt;
&lt;p&gt;-Andy&lt;/p&gt;
&lt;div&gt;On Nov 29, 2012 9:44 AM, &amp;quot;eranahare&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br type="attribution"&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: eranahare&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Thanks Andre.&lt;/p&gt;
&lt;p&gt;This solution will not work for us:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;We have a lot of NTrace code in out product and migrating it will require a lot of dev and test work
&lt;/li&gt;&lt;li&gt;We currently work with .net 3.5 and don't have any plans moving to a later version in the coming future
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I don't know what's the maintenance level of NTrace these days, but I need to get
&lt;strong&gt;any &lt;/strong&gt;answer re/ NTrace support for VS2012, so we can plan accordingly.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ntrace.codeplex.com/discussions/404058#post949014" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:NTrace@discussions.codeplex.com?subject=[NTrace:404058]" target="_blank"&gt;NTrace@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:NTrace@discussions.codeplex.com" target="_blank"&gt;
NTrace@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ntrace.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ahopper</author><pubDate>Thu, 29 Nov 2012 14:54:29 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121129025429P</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks Andre.&lt;/p&gt;
&lt;p&gt;This solution will not work for us:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;We have a lot of NTrace code in out product and migrating it will require a lot of dev and test work
&lt;/li&gt;&lt;li&gt;We currently work with .net 3.5 and don't have any plans moving to a later version in the coming future&amp;nbsp;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I don't know what's the&amp;nbsp;maintenance level of NTrace these days, but I need to get
&lt;strong&gt;any &lt;/strong&gt;answer re/ NTrace support for VS2012, so we can plan accordingly.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;</description><author>eranahare</author><pubDate>Thu, 29 Nov 2012 14:44:45 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121129024445P</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;.net 4.5 has ETW support build in with the class &lt;strong&gt;System.Diagnostics.Tracing.EventSource&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx&lt;/p&gt;
&lt;/div&gt;</description><author>AndreZiegler</author><pubDate>Sun, 25 Nov 2012 21:42:41 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121125094241P</guid></item><item><title>New Post: NTrace support for VS2012</title><link>http://ntrace.codeplex.com/discussions/404058</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are there any plans for VS2012 support? If so, is there any ETA for that?&lt;/p&gt;
&lt;p&gt;We're currently heavily using NTrace with VS2010, and about to migrate our source code to VS2012, and from initial tests we saw that NTrace is not supported.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;</description><author>eranhare</author><pubDate>Wed, 21 Nov 2012 09:03:51 GMT</pubDate><guid isPermaLink="false">New Post: NTrace support for VS2012 20121121090351A</guid></item><item><title>New Post: Converting Existing Projects or WinForm project that do not seem to instrumented</title><link>http://ntrace.codeplex.com/discussions/356087</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Follow the documentation steps for &amp;quot;Tweak An Existing Project&amp;quot; and while you are editing the project file you need to also change the ItemGroup for compile.&lt;/p&gt;
&lt;p&gt;The keyword changes from Compile to Instrument, note you do not instrument a designer file just the base class.&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;ItemGroup&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Instrument&lt;/span&gt;
&lt;span style="color:red"&gt;Include&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;OvDotNetApi.cs&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;SubType&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;Component&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;SubType&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;Instrument&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Compile&lt;/span&gt;
&lt;span style="color:red"&gt;Include&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;OvDotNetApi.Designer.cs&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;DependentUpon&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;OvDotNetApi.cs&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;DependentUpon&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;Compile&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Instrument&lt;/span&gt;
&lt;span style="color:red"&gt;Include&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;MemoryMappedFile.cs&amp;quot;&lt;/span&gt;
&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Instrument&lt;/span&gt;
&lt;span style="color:red"&gt;Include&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;OvInterface.cs&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;ItemGroup&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I have also seen this error when creating a instrumented winform solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>FredStephens</author><pubDate>Wed, 16 May 2012 22:20:17 GMT</pubDate><guid isPermaLink="false">New Post: Converting Existing Projects or WinForm project that do not seem to instrumented 20120516102017P</guid></item><item><title>New Post: Status of NTrace?</title><link>http://ntrace.codeplex.com/discussions/354770</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;What is the status of this project? Also because the last version is a beta version?!?!&lt;/p&gt;
&lt;p&gt;Is it complete and perfect? Or is it just not worked on anymore?&lt;/p&gt;
&lt;/div&gt;</description><author>dvdstelt</author><pubDate>Mon, 07 May 2012 12:43:17 GMT</pubDate><guid isPermaLink="false">New Post: Status of NTrace? 20120507124317P</guid></item><item><title>New Post: Recommendation for multi-project setup?</title><link>http://ntrace.codeplex.com/discussions/285709</link><description>&lt;div style="line-height: normal;"&gt;Hi, Mike-
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;You can use a provider ID shared across multiple assemblies. In general, the approach I recommend is to think in terms of the logical components you want tracing from, and use that as your guide for what assemblies have what provider IDs; we simply assign
 a new provider ID per assembly because it is the safest default behavior. By the way, you can also use the trace flags to filter sub-component's trace messages, so that becomes another way to &amp;quot;slice&amp;quot; the trace output.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;-Andy&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Jan 10, 2012 at 10:35 PM, mikemill &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: mikemill&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Andy, I just started looking at NTrace to see if it'll work for one of our larger applications. Right now we have a single web application that's made up of somewhere around 20 DLLs. What's the recommended way to include NTrace in a project like that? One
 NTrace.ClassicProvider per DLL? Can we share the ETW provider ID across all the projects and have events all show up in one place or will there be a conflict?&lt;/p&gt;
&lt;p&gt;thanks, mj&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ntrace.codeplex.com/discussions/285709#post723447" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:NTrace@discussions.codeplex.com?subject=[NTrace:285709]" target="_blank"&gt;NTrace@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:NTrace@discussions.codeplex.com" target="_blank"&gt;
NTrace@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ntrace.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ahopper</author><pubDate>Thu, 12 Jan 2012 16:45:23 GMT</pubDate><guid isPermaLink="false">New Post: Recommendation for multi-project setup? 20120112044523P</guid></item><item><title>New Post: Recommendation for multi-project setup?</title><link>http://ntrace.codeplex.com/discussions/285709</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Andy, I just started looking at NTrace to see if it'll work for one of our larger applications. Right now we have a single web application that's made up of somewhere around 20 DLLs. What's the recommended way to include NTrace in a project like that? One&amp;nbsp;NTrace.ClassicProvider
 per DLL? Can we share the ETW provider ID across all the projects and have events all show up in one place or will there be a conflict?&lt;/p&gt;
&lt;p&gt;thanks, mj&lt;/p&gt;
&lt;/div&gt;</description><author>mikemill</author><pubDate>Wed, 11 Jan 2012 03:35:07 GMT</pubDate><guid isPermaLink="false">New Post: Recommendation for multi-project setup? 20120111033507A</guid></item><item><title>New Post: Building on VS2010 with target framework=3.5</title><link>http://ntrace.codeplex.com/discussions/285464</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, Eran-&lt;br&gt;
It looks like it's using the wrong .Targets file; anything lower than 4.0 should be using the 2.0 targets. I'll take a look to see what the problem could be.&lt;/p&gt;
&lt;p&gt;-Andy Hopper&lt;br&gt;
&lt;/p&gt;
&lt;div&gt;On Jan 9, 2012 8:57 AM, &amp;quot;eranhare&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br type="attribution"&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: eranhare&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We're working as described in the title line. So far we built our projects w/o any problems, until recently we added references to MSOffice assemblies (in order to work with Office objects), and then we started getting the following:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;CSC : warning CS1749: The type 'System.Runtime.InteropServices.ComAwareEventInfo' is not found, and is required to embed interop types. Are you missing an assembly reference? The previous error was converted to a warning because the task was called with
 ContinueOnError=true. (TaskId:89)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;CSC : warning CS0518: Predefined type 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported The previous error was converted to a warning because the task was called with ContinueOnError=true. (TaskId:89)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;and as a result we got the following later:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;C:\Program Files\MSBuild\NTrace\v2.0\NTrace.CSharp.v4.0.targets(243,3): warning MSB3021: Unable to copy file &amp;quot;obj\Release\MyProj.dll&amp;quot; to &amp;quot;obj\Trace\MyProj.dll&amp;quot;. Could not find file 'obj\Release\MyProj.dll'. The previous error was converted to a warning
 because the task was called with ContinueOnError=true. (TaskId:90)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;meaning the project didn't get built.&lt;/p&gt;
&lt;p&gt;Notice that &lt;em&gt;System.Runtime.InteropServices.ComAwareEventInfo &lt;/em&gt;is defined starting .net 4.&lt;/p&gt;
&lt;p&gt;When removing NTrace from the project everything gets built w/o any problems.&lt;/p&gt;
&lt;p&gt;We're using latest NTrace version importing to csproj file the v20 version.&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ntrace.codeplex.com/discussions/285464#post722451" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:NTrace@discussions.codeplex.com?subject=[NTrace:285464]" target="_blank"&gt;NTrace@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:NTrace@discussions.codeplex.com" target="_blank"&gt;
NTrace@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ntrace.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ahopper</author><pubDate>Mon, 09 Jan 2012 21:40:33 GMT</pubDate><guid isPermaLink="false">New Post: Building on VS2010 with target framework=3.5 20120109094033P</guid></item><item><title>New Post: Building on VS2010 with target framework=3.5</title><link>http://ntrace.codeplex.com/discussions/285464</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We're working as described in the title line. So far we built our projects w/o any problems, until recently we added references to MSOffice assemblies (in order to work with Office objects), and then we started getting the following:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;CSC : warning CS1749: The type 'System.Runtime.InteropServices.ComAwareEventInfo' is not found, and is required to embed interop types. Are you missing an assembly reference?&amp;nbsp; The previous error was converted to a warning because the task was called
 with ContinueOnError=true. (TaskId:89)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;CSC : warning CS0518: Predefined type 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported&amp;nbsp; The previous error was converted to a warning because the task was called with ContinueOnError=true. (TaskId:89)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;and as a result we got the following later:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;C:\Program Files\MSBuild\NTrace\v2.0\NTrace.CSharp.v4.0.targets(243,3): warning MSB3021: Unable to copy file &amp;quot;obj\Release\MyProj.dll&amp;quot; to &amp;quot;obj\Trace\MyProj.dll&amp;quot;. Could not find file 'obj\Release\MyProj.dll'.&amp;nbsp; The previous error was converted to a
 warning because the task was called with ContinueOnError=true. (TaskId:90)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;meaning the project didn't get built.&lt;/p&gt;
&lt;p&gt;Notice that &lt;em&gt;System.Runtime.InteropServices.ComAwareEventInfo &lt;/em&gt;is defined starting .net 4.&lt;/p&gt;
&lt;p&gt;When removing NTrace from the project everything gets built w/o any problems.&lt;/p&gt;
&lt;p&gt;We're using latest NTrace version importing to csproj file the v20 version.&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;</description><author>eranhare</author><pubDate>Mon, 09 Jan 2012 13:57:10 GMT</pubDate><guid isPermaLink="false">New Post: Building on VS2010 with target framework=3.5 20120109015710P</guid></item><item><title>New Post: tmf file name</title><link>http://ntrace.codeplex.com/discussions/280142</link><description>&lt;div style="line-height: normal;"&gt;Correct.&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Mon, Nov 21, 2011 at 2:49 AM, eranhare &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: eranhare&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;So if I understand correctly, the bottom line is that I can't change the tmf file name to the name it was before, right?&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ntrace.codeplex.com/discussions/280142#post701026" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:NTrace@discussions.codeplex.com?subject=[NTrace:280142]" target="_blank"&gt;NTrace@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:NTrace@discussions.codeplex.com" target="_blank"&gt;
NTrace@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ntrace.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>ahopper</author><pubDate>Tue, 22 Nov 2011 03:31:16 GMT</pubDate><guid isPermaLink="false">New Post: tmf file name 20111122033116A</guid></item><item><title>New Post: tmf file name</title><link>http://ntrace.codeplex.com/discussions/280142</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;So if I understand correctly, the bottom line is that I can't change the tmf file name to the name it was before, right?&lt;/p&gt;&lt;/div&gt;</description><author>eranhare</author><pubDate>Mon, 21 Nov 2011 07:49:49 GMT</pubDate><guid isPermaLink="false">New Post: tmf file name 20111121074949A</guid></item><item><title>New Post: tmf file name</title><link>http://ntrace.codeplex.com/discussions/280142</link><description>&lt;div style="line-height: normal;"&gt;Hello, Eran!
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;We currently calculate the TMF guid by generating a hash of the source file's contents; as you have discovered, it can be a bit too eager to generate a new GUID, but it's the safest way to ensure that you don't accidentally try to decode a message against
 an incorrect TMF. I do have plans to change the hash algorithm to only use the trace messages, but it's a more complicated approach and has been deferred until the next version (which will hopefully use Roslyn).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;-Andy Hopper&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;-Andy Hopper&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Sun, Nov 20, 2011 at 4:43 AM, eranhare &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: eranhare&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We've been using NTrace for a couple of months now and I've noticed that the tmf files keep they name from build to build. Last week I saw that one of those tmfs suddenly got a new name (and kept it since).&lt;/p&gt;
&lt;p&gt;Do you have any idea what could have caused that name change? Is there a way to control over the tmf file name?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ntrace.codeplex.com/discussions/280142#post700774" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:NTrace@discussions.codeplex.com?subject=[NTrace:280142]" target="_blank"&gt;NTrace@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:NTrace@discussions.codeplex.com" target="_blank"&gt;
NTrace@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ntrace.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ahopper</author><pubDate>Sun, 20 Nov 2011 18:05:16 GMT</pubDate><guid isPermaLink="false">New Post: tmf file name 20111120060516P</guid></item><item><title>New Post: tmf file name</title><link>http://ntrace.codeplex.com/discussions/280142</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We've been using NTrace for a couple of months now and I've noticed that the tmf files keep they name from build to build. Last week I saw that one of those tmfs suddenly got a new name (and kept it since).&lt;/p&gt;
&lt;p&gt;Do you have any idea what could have caused that name change? Is there a way to control over the tmf file name?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Eran&lt;/p&gt;
&lt;/div&gt;</description><author>eranhare</author><pubDate>Sun, 20 Nov 2011 09:43:06 GMT</pubDate><guid isPermaLink="false">New Post: tmf file name 20111120094306A</guid></item><item><title>New Post: NTrace is broken on XP</title><link>http://ntrace.codeplex.com/discussions/271414</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Works! Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>eranhare</author><pubDate>Wed, 07 Sep 2011 14:12:03 GMT</pubDate><guid isPermaLink="false">New Post: NTrace is broken on XP 20110907021203P</guid></item></channel></rss>