HighTechTalks DotNet Forums  

Deployment

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Deployment in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Ali
 
Posts: n/a

Default Deployment - 12-18-2003 , 05:08 AM






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
file dependencies.

Reply With Quote
  #2  
Old   
Ivan D
 
Posts: n/a

Default Deployment - 12-20-2003 , 08:42 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.

Quote:
-----Original Message-----
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
file dependencies.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.