J-Man
07-20-2003, 08:22 PM
When I run P&D wizard, to get the dependencies, it tells me that it can't find the dependencies for fm20.dll. I understand the distribution implications of using 2.0 Forms...so, I don't use them. In fact, I don't even have the "Microsoft Forms 2.0 Control" checked under the Components. What gives???
However, I DID open an Excel form within my VB project at one point, but I've since deleted that form (designer, actually).
Any ideas? Thanks much!!!!
Thinker
07-20-2003, 09:29 PM
Open the .vbp file in Notepad and see if you can see anything there. If
you don't see anything there try removing fm20.dll from list of
components in the packaging phase of the P&DW.
J-Man
07-20-2003, 10:05 PM
Open the .vbp file in Notepad and see if you can see anything there. If
you don't see anything there try removing fm20.dll from list of
components in the packaging phase of the P&DW.
I DO have a line in there that says there is a reference to the 2.0 forms...but, there is nothing like that checked in the "References..." of the project. What's the issue???? Any ideas???
J-Man
07-20-2003, 11:11 PM
I DO have a line in there that says there is a reference to the 2.0 forms...but, there is nothing like that checked in the "References..." of the project. What's the issue???? Any ideas???
I deleted the line from within Notepad, and everything appears to be running ok...I will test more, but I should see an error when compiling my project if there is a problem, correct?
I wonder if, by bringing in an Excel form as a designer then removing it, it left the reference behind somehow???
Thinker
07-21-2003, 07:03 AM
Did you happen to look in components by any chance? That is where it
would show up since this is actually a library of controls.