Deployment Help

  • Thread starter Thread starter Vinay
  • Start date Start date
V

Vinay

Hi,

I am using Excel in my VB.Net project. While deploying my
application on a separate machine, I am getting the
following error:

File or Assembly name Interop.Excel or one of its
dependencies was not found.

I do find Interop.Excel.dll is existing on the target
machine.
On Google - I was pointed out to the following URL, but I
am not able to comprehend what I am supposed to do.

http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnoxpta/html/odc_piaissues.asp

Please help.

Regards

Vinay
 
Hi,

I am not sure if this helps but interop.excel.dll must be in the
same folder as your app.

Ken
 
Hi Ken,

Thanks for your reply.

I have checked and found interop.excel.dll is existing in
the Application folder.

I have found one more thing. If I am compiling the
project on my machine under VB.Net environment it is
working; but if I am deploying it on my machine (as it
would be done on other machine using *.msi file), it is
not working.

Regards

Vinay

-----Original Message-----
Hi,

I am not sure if this helps but
interop.excel.dll must be in the
 
Back
Top