Problem: Office Add-in Setup

P

Parahat Melayev

Hi ppl,

I wrote simple Office Word Add-in with VS .NET and it works with no problem
on my system after Setup. (I build Setup on this system also)
-Windows 2000 Server
-Office 2000 Premium
-Visual Studio 6.0
-Visual Studio .NET
-.NET Framework 1 and 1.1



But on another system it is not working
-Windows XP
-Office 2000 Premium
-VBA
-.NET Framework 1 and 1.1

what may be the poblem?
please some help

thank you,
parahat melayev
 
A

Andrew Cushen

Parahat-

Without more info, I'd have to guess that your Setup
program is missing some necessary files.

I note that your target PC does not have any version of
Visual Studio installed. You probably have used a control
from VS but not referenced it in the Setup. Your build PC
has the necessary file because VS is installed, but your
target PC does not. Is there another PC around that has VS
installed, on which you could test this hypothesis?

Also, what tool did you build your Setup with?

-Andrew
==========================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top