James,
Thank you very much for your reply...
I'm not sure which batch file you are referring... According to all the =
documentation I could find, there are no downloadable PIA's for the=20
Office 2003 product as such, but rather the user or developer is to=20
re-run the Office 2003 installation again, selecting 'custom'=20
installation. Each installed component (i.e. Word, Excel, Outlook,=20
etc.) would/should have its 'install development support' selection=20
flagged with 'Run on my computer'. According to the documentation=20
(magically) the wizards should now appear in the Visual Studio, when=20
selecting 'new projects', under the heading =91Microsoft Office 2003=20
Projects=92... Where would I find the batch file to which you refer, and =
will it help me accomplish this?
Actually, I was only looking for the VS Office wizards so that I may=20
understand the 'code plumbing' generated by them... I can include a=20
reference to the MS word PIA by selecting 'Add Reference', the COM tab,=20
and adding 'Microsoft Word 11.0 Object Library' and including the=20
following in the .cs file
using Microsoft.Office.Interop.Word
This will give me access to the MS Word component libraries, however,=20
since this is my first time attempting to interop with Office, I thought =
using the wizard to examine the 'generated code', would give me the=20
learning tool I need to understand the requirements... All of the=20
samples and 'walk through' appear to use the wizards as their stating=20
point...
Could you suggest any documentation, help files, or samples that don't=20
use the wizards as its base, which would be helpful?
Again, I appreciate your help and response...
Thanks,
Peter Wilford
[quoted text, click to view] James Hancock wrote:
> Run the batch file included with the PIAs and it will automatically put=
them=20
> in the gac for you. If that's what you want... but I wouldn't I would j=
ust=20
> copy local and keep it at that.
>=20
> "Peter Wilford" <Keeping@spammers.away.net> wrote in message=20
> news:VZGdnSByY9bp8dTfRVn-sQ@adelphia.com...
> Hi All,
>=20
> I guess I am more than slightly confused and frustrated, for the passed=
> two days I have been trying to install the Office 2003 =91primary inter=
op
> assemblies=92 (pia) to the GAC. If I browse to the %systemroot%\assemb=
ly
> directory, they do appear in the GAC, for example the Microsoft Office1=
1
> Word pia is installed as: (displayed using Gacutil /l)
>=20
> (Windows 2000)
> %systemroot%\assembly\Microsoft.Office.Interop.Word,
> Version=3D11.0.0.0, Culture=3Dneutral,
> PublicKey Token=3D71e9bce111e9429c, Custom=3Dnull
>=20
> This done, I would have expected to see, in the VisualStudio 2003 IDE, =
a
> new project type labeled =91Microsoft Office 2003 Projects=92, with an
> additional sub-selection of =91Visual C# Projects=92, where you could/w=
ould
> select either a startup wizard for a Word Document or a Word Template,
> as illustrated in the following link:
>=20
>
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/odc_=
vsto2003_ta/html/WordObject.asp
>=20
> I had followed all of the procedures for installing the Microsoft Offic=
e
> 2003 pia=92s, which were installed after the Visual Studio .NET 2003
> Enterprise Developer product was installed
>=20
>
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;827476 >=20
> How do I get these to show up ? Any suggestions would be appreciated=85=
>=20
> Thanks,
>=20
> Peter Wilford=20
>=20
>=20