Hello
I have an VB6 project that implements OLEDBSimpleProvider in order to use DataReports.
I use package and deployment wizard to generate the cab file.
Tha cab file is geneterated ok, with 3076 KB.
When i go to URL to download and use the CAB (ocx in web page)
i can see in "C:\WINDOWS\Downloaded Program Files" the cab with 3076 KB. (so far so good)
The problem is when I go the 2nd time to URL, the cab in "C:\WINDOWS\Downloaded Program Files" incresases to 3152 KB. The third time i go to URL it increases to 3228 KB. And so on...
Tha value increased is 76 KB -> the exact size of msdaosp.dll.
If I remove from the project the class that includes this msdaosp.dll and deo the deploy, the cab file do not increase. The problem is related to msdaosp.dll.
Any clues? Thank you