|
I am getting the following errors when building a Visual Studio 2008 solution in Release mode. My solution builds fine in Debug mode with Visual Studio 2008. My solution built fine with Visual Studio 2005 in Release mode and Debug mode. The errors that I am getting are:
File or assembly name 'C:\Program Files\LEAD Technologies', or one of its dependencies, was not found.
File or assembly name 'Inc\LEADTOOLS\Redist\DOTNET\LEAD.Drawing.dll', or one of its dependencies, was not found.
How can I get my solution to build with Visual Studio 2008 in Release mode?
|