Home > Archive > Visual Basic > September 2004 > VB6 Project Upgrade - Adds Dll To Projects
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
VB6 Project Upgrade - Adds Dll To Projects
|
|
|
| Hi,
I have a project that I upgraded to VB.NET, after running the upgrade
wizard I noticed that the Upgrade Wizard added a DLL to the list of my
project items (Not In references, but along with all the other forms &
classes..)
The name of the file is AxMyUserControlArray.dll -- MyUserControl stands
for the name of one of our in house controls (VB6 control). I assume the
Array is because I might have an control array of that control somewhere
in my project....
I question being when was the DLL added to the project as an item & not a
reference? can I exclude it from the project
thanks in advance
| |
|
| > can I exclude it from the project
I would expect so, if you don't think it's providing anything useful, then
you're probably right.
It's worth noting the VB.NET upgrade wizard isn't perfect, you *will* need
to modify the VB.NET project that it outputs, and you should make a backup of
the VB6 project first if it doesn't do this for you.
However you should use microsoft.public.dotnet.languages.vb for VB.NET Qs
|
|
|
|
|