Have a VB .Net VS2005 application works fine on development system.
The app uses Excel.
When I copy app to new computer that has Office loaded get error:
Unhandled exception has occurred...
Could not load 'Micrososft Office.Interop.Exccel', version=11.0.0.0...
The system file cannot find the file specified.
Any ideas are most appreciated.
Thanks
D Redfield - 07 Jul 2006 16:06 GMT
you will need to download and install the PIA for office onto the machine
where you are running the code. (i understand that the PIA's can also be
loaded during office installation but I have not tried that)
> Have a VB .Net VS2005 application works fine on development system.
> The app uses Excel.
[quoted text clipped - 7 lines]
>
> Thanks