Over the past several weeks a co-worker and I have built a pretty good access app. We started testing it on some user machines and have consistently noticed that two references are missing on their machines.
We are not sure exactly what these references are doing anyway (or why they were clicked).
The two references are:
Microsoft ActiveX Data Objects Recordset 2.7
Microsoft Common Dialog Control 6.0 (SP3)
We've 'unclicked' them and haven't noticed any problems (so far!).
Is there a way that I can:
1) See what functionality each of these references provide - to determine whether we are using it or not
or
2) See if I've got code in my app that is going to bomb, without going testing every single scenario?
Any advice would be appreciated.
We are not sure exactly what these references are doing anyway (or why they were clicked).
The two references are:
Microsoft ActiveX Data Objects Recordset 2.7
Microsoft Common Dialog Control 6.0 (SP3)
We've 'unclicked' them and haven't noticed any problems (so far!).
Is there a way that I can:
1) See what functionality each of these references provide - to determine whether we are using it or not
or
2) See if I've got code in my app that is going to bomb, without going testing every single scenario?
Any advice would be appreciated.