Click here to Skip to main content
15,886,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use VB 2010, Office 2003 and Windows 7.
All the office programs have worked fine on their own for several years, but
when I try to connect to Excel or Word via .net coding (That will work on
other systems) the program fails because theEnd user Licence Agreement form
shows and waits for the Accept buutton to be pressed. Yet it shows the programs have been Activated correctly. Can anyone assit with a fix ???
Posted
Comments
Maciej Los 16-Aug-11 14:02pm    
How you are trying to connect to Excel or Word via .net coding? Show your code and explain technics (interop services or creating an OLE object?).
Paul_Williams 17-Aug-11 11:54am    
I have encountered this issue before. It was due to a registry problem whereby 'OKing' the licence agreement did not get saved to the registry. I will try and find the cure I used. I do remember it was from the MS web site and involved manually correcting the issue using the Registry Editor.

1 solution

Found it!

I think this link[^] should solve your problem.

Cheers,

Paul
 
Share this answer
 
Comments
Maciej Los 17-Aug-11 18:26pm    
My 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900