I tried to use "2.0 MSBuildListener" under msbuild 2.0, but it doesn't work. When I turned in "3.5 MSBuildListener" under msbuild 2.0, it helps and start doing what I expected. Greate, thanks!!!
I have on server all frameworks (1.1, 2.0, 3.0, 3.5) But I looked into "3.5 MSBuildListener" by reflector and I've found reference: *** // Assembly Reference Microsoft.Build.Framework Version: 2.0.0.0 Name: Microsoft.Build.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a *** // Assembly Reference Microsoft.Build.Utilities Version: 2.0.0.0 Name: Microsoft.Build.Utilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a *** I expected to find 3.5 version of build utility and framework. I didn't but i'm not sure they are optimized for msbuild v3.5. I think this post could be useful for anyone with the same issue. On Aug 15, 12:24 am, "Ruben Willems" <[EMAIL PROTECTED]> wrote: > Hi > > found the cause (kind of) > The dll was compiled with framework 2.0, and I can see from your config file > that you're using 3.5 > > I used the dll from the web page, and indeed the listenfile is created but > not displayed. > Next I took the source and recompiled the listener dll, and used that one. > All is ok now. > > Why this has to be recompiled ?? > No idea! > > I'll update the documentation and foresee a v 3.5 dll > > with kind regards > Ruben Willems
