hi all
on VB.net2003 or 2005 setup wizard we use The MergeModule for crystalReport v10
(Dependency Module for crystalReport v10 on setup factory)
so i'm looking for Dependency Module for crystalReport v10
regards
Professional Software Development Tools
hi all
on VB.net2003 or 2005 setup wizard we use The MergeModule for crystalReport v10
(Dependency Module for crystalReport v10 on setup factory)
so i'm looking for Dependency Module for crystalReport v10
regards
Until a dependency module emerges, simply include all the necessary dll's etc. in your Set-Up file list.
My users' computers sometimes have dll's missing that are not specified in the standard dependency modules, so now I specify all necessary dll's explicitly.
If you want to find out which dll's etc. are required, profile your software with "depends.exe" and it will show a list of all the dll's etc. that are accessed.