WARNING: Unable to find dependency 'REDGATE.COMPRESSION.ZLIB
Bai
Posts: 2
Hi everyone
I've used SQL Packager 5 to create an .exe file for creating of my SQL Server 2000 database. This .exe file is then included as a file in a vs2005 setup project to be installed together with it's application.
Upon compile I get the following warning (DBCreate.exe is the name of my file):
When I created the .exe file I ensured that the compression checkbox was NOT checked.
Trying to run det packaged file after setup results in an error with missing dependencie.
How can I solve this issue ? Is there a .dll I can ship with the packaged file ?
Any help is greatly apreciated.
I've used SQL Packager 5 to create an .exe file for creating of my SQL Server 2000 database. This .exe file is then included as a file in a vs2005 setup project to be installed together with it's application.
Upon compile I get the following warning (DBCreate.exe is the name of my file):
"WARNING: Unable to find dependency 'REDGATE.COMPRESSION.ZLIB' (Signature='7F465A1C156D4D57' Version='5.3.0.1') of assembly 'DBCreate.exe'
When I created the .exe file I ensured that the compression checkbox was NOT checked.
Trying to run det packaged file after setup results in an error with missing dependencie.
How can I solve this issue ? Is there a .dll I can ship with the packaged file ?
Any help is greatly apreciated.
Comments