Cannot trigger event in Windows .NET apps using OWC11

G

grey

I am using Visual Studio.NET with Office Web Component to design windows
application. Unfortunely, i cannot trigger the grid event, like Keydown,
Keypress....

However, I learnt from the site,
http://support.microsoft.com/kb/328275/EN-US/, that I can amend and
re-compile the dll in order to tigger the even correctly. The requirement of
doing such re-compilation is your machine must install the Primary Interop
Assemblies (PIAs). My problem is i have download the PIA setup msi, but i
cannot installed it. i double click the setup msi and then nothing to
happen..

My question is could anyone help me to solve how to install the PIA and any
other method to trigger the grid event when i developing the .NET program
with OWC..

Million Thanks..
 
A

Alvin Bruney

Once you run the support fix to correct the event issue, the article will
tell you where to put the PIA. If it doesn't simply place it in your
application directory. The PIA is simply a wrapper that informs .NET on how
to correctly marshal type information.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Professional VSTO.NET - Wrox/Wiley 2006
 
G

Grey

But once I cannot install the PIA, there would be some missing dll, such as
microsoft.office.interop.owc.dll, msdatasrc.dll and mscomctl.dll which is
the component for compiling the amended cs file as shown in the
website....what can I do??


Alvin Bruney said:
Once you run the support fix to correct the event issue, the article will
tell you where to put the PIA. If it doesn't simply place it in your
application directory. The PIA is simply a wrapper that informs .NET on how
to correctly marshal type information.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Professional VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

grey said:
I am using Visual Studio.NET with Office Web Component to design windows
application. Unfortunely, i cannot trigger the grid event, like Keydown,
Keypress....

However, I learnt from the site,
http://support.microsoft.com/kb/328275/EN-US/, that I can amend and
re-compile the dll in order to tigger the even correctly. The requirement
of doing such re-compilation is your machine must install the Primary
Interop Assemblies (PIAs). My problem is i have download the PIA setup
msi, but i cannot installed it. i double click the setup msi and then
nothing to happen..

My question is could anyone help me to solve how to install the PIA and
any other method to trigger the grid event when i developing the .NET
program with OWC..

Million Thanks..
 

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