Install spreadsheet trouble

Hi,

I made a program using the microsoft office spreadsheet 10 com component.

It works in my computer, but when I install the program in other computers it does not work.

I put in the Application Files the ADODB and the MSDATASRC but it still does not work.

When I start the program installed it presents a error message, and the program does not run.

Thanks.

[396 byte] By [jairo_jeremias] at [2007-12-22]
# 1

Is this program written using Visual Basic.NET - in which case which version.

If it is written in .NET, the destination computer needs to have the .net framework installed as well as any components that the application may be using - if we are talking Office 10 com components then the the destination computer would need the same version of Office Installed as well.

The best way to deploy an application is to create a Click Once deployment using VB express/2005 which will produce a nice simple setup application which should install requirement files for your application.

For us to provide more information - you need to be very specific about what steps you have done, what version of products you are using and exact error messages.

spotty at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

Hi,

I used Visual Basic 2005 express. I put in the requeriments of the install program the NET framework 2 and the Windows Installer 3.1

But it does not work.

The other computer is using the same Office Version.

I have these files in the installation:

Setup.exe

PruebaNET2_1_0_0_5.application

PruebaNET2_1_0_0_5

And the folder PruebaNET2_1_0_0_5

Which have:

ADODB.dll.deploy

AxInterop.OWC10.dll.deploy

AXInteropOWC.dll.deploy

Interop.MSComctLib.dll.deploy

Interop.OWC10.dll.deploy

Interop.OWC.dll.deploy

MSDATASRC.dll.deploy

PruebaNET2.exe.deploy

PruebaNET2.exe.manifest

Stdole.dll.deploy

jairo_jeremias at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3

Hi,

My problem was that the other computer has not the newest office XP web components version. So I downloaded it, and the software works.

Thank you Spotty

jairo_jeremias at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic General...