VS2005: two projects doing identical tasks but with different result
- by Craig Johnston
In VS2005 I have multi-project solution.
Two of the projects use an external set of DLLs to create a report, using
report definition data taken from an SQL Server. One of the projects
creates the report just fine, but the other project results in an Exception.
I have checked that the projects are referencing the same versions of the
all the DLLs and they appear to be identical.
What could the cause of this problem?