Remove Designer Features in VB6 App

  • Thread starter Thread starter OSVBNET
  • Start date Start date
O

OSVBNET

Guest
Hi,

There's a VB6 legacy app using Designer Reporting/Printing features that needs to be completely removed from the project.

Inside project, 2 forms must be removed:

DataEnvironment (DataEnvironment.Dsr)

DataReport (DataReport.Dsr)

These two are simple listing the databasse to print the data, and we're going to remove them.

The problem: we also must remove unused "References" in our project and cannot find which one are just related to this?

But should be simple as we just have 4 candidates:

Microsoft Data Binding Collection VB 6.0 (SP4) MSBind.dll
Microsoft Data Environmental Instance 1.0 (SP4) MSDERUN.dll
Microsoft Data Formatting Object Library 6.0 (SP6) msstdfmt.dll
Microsoft Data Report Designer 6.0 (SP4) MSDbRptr.dll

Please advise which ones to remove SAFELY?

Thanks.

Continue reading...
 
Back
Top