VS2005: two projects doing identical tasks but with different result

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-04-26T08:50:29Z Indexed on 2010/04/26 8:53 UTC
Read the original article Hit count: 116

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about visual-studio-2005

Related posts about c#