all groups > dotnet academic > december 2003 >
You're in the

dotnet academic

group:

Deployment


Deployment Ali
12/18/2003 2:08:41 AM
dotnet academic:
I want use Microsoft Office Document Imaging control in
the VB.NET application . I added this control to Visual
Studion.NET tollbox and used it in my program. This
program work coorect in my comuter, but it don't work in
other computer, because first must install activex control
for this component.
Name of dll file for this component is "MDIVWCTL.DLL" and
exist in this address:
"C:\Program Files\Common Files\Microsoft Shared\MODI\11.0"
My problem are:
1) VS.NET Deployement tools can not detect this component
automatically when it make setup package, and in result
this control don't install in target machine.
2) I can not register this control manually
with "regsvr32" command line because I don't know dll
Deployment Ivan D
12/20/2003 5:42:53 PM
I'm not sure if this will help.
As far as I know any dll files used by a project can be
put in the folder with the exe and they will be
recognized. You could try copying that MDIVWCTL.DLL and
include it with your final VB program. There is probably a
better way to get around this issue, hopefully this can
get the job done though.

[quoted text, click to view]
AddThis Social Bookmark Button