Hello,
I am testing the release 2.3.1 over the previous 2.0.3 with .NET 3.5. I took the 2.0 version of the dll and I have compilation errors.
Some types from System.Core v3.5.0.0 have the same names as types in Microsoft.Win32.TaskScheduler.dll:
System.Diagnostics.Eventing.Reader.PathType
System.Diagnostics.Eventing.Reader.EventRecord
I am getting:
The type 'System.Diagnostics.Eventing.Reader.PathType' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\64cd053d\cb6b2d6d\assembly\dl3\2fe9cd28\002ef9be_1064d001\Microsoft.Win32.TaskScheduler.DLL'
and 'c:\WINDOWS\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll'
Can you rename those or do a .NET 3.5 special version?
Thanks
Comments: This is corrected and the 2.3.2 release will include a build for .NET 3.5 that will also be included in the NuGet package.
I am testing the release 2.3.1 over the previous 2.0.3 with .NET 3.5. I took the 2.0 version of the dll and I have compilation errors.
Some types from System.Core v3.5.0.0 have the same names as types in Microsoft.Win32.TaskScheduler.dll:
System.Diagnostics.Eventing.Reader.PathType
System.Diagnostics.Eventing.Reader.EventRecord
I am getting:
The type 'System.Diagnostics.Eventing.Reader.PathType' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\64cd053d\cb6b2d6d\assembly\dl3\2fe9cd28\002ef9be_1064d001\Microsoft.Win32.TaskScheduler.DLL'
and 'c:\WINDOWS\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll'
Can you rename those or do a .NET 3.5 special version?
Thanks
Comments: This is corrected and the 2.3.2 release will include a build for .NET 3.5 that will also be included in the NuGet package.