dhont / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

.NET 1.x builds fail due to SqlCompactErrorLog.cs #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

On a machine with .NET Framework 1.0 and/or 1.1 installed:

1. Check out the latest revision (r746) of release branch RB-1.2
2. Run buildall.cmd in the root of the distribution

What is the expected output? What do you see instead?

Expected build to complete successfully. Instead, builds for .NET 1.x fail with 
compilation errors like:

src\Elmah\SqlCompactErrorLog.cs(34,23): error CS0234: The type or namespace 
name 'SqlServerCe' does not exist in the class or namespace 'System.Data' (are 
you missing an assembly reference?)

See buildlog.txt for full details.

Original issue reported on code.google.com by azizatif on 25 Nov 2010 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago
Attempted fix in rev 747

Original comment by ejls...@hotmail.com on 25 Nov 2010 at 10:33

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 25 Nov 2010 at 11:23

GoogleCodeExporter commented 9 years ago
Fixed in r747.
Attached build log demonstrates a successful build across all targets .NET 
Framework versions.

Original comment by azizatif on 25 Nov 2010 at 11:33

Attachments: