OWC 11 & ASP.NET Issues

  • Thread starter cook.jonathan.m
  • Start date
C

cook.jonathan.m

Line 23: <compilation debug="true">
Line 24: <assemblies>
Line 25: <add assembly="Microsoft.Office.Interop.Owc11,
Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c"/></assemblies>
Line 26: </compilation>
Line 27: <!--


My setup is Windows 2000 Server with Office 2003 installed and OWC11
installed. .NET 2.0 Framework is running along with IIS. I have
noticed that there C:\WINNT\assembly directory does not have any of the
Microsoft.Office.Interop.* assemblies. C:\Program Files\Microsoft.NET
does contain a Primary Assemblies directory with .dlls, but adding them
under the .NET 2.0 Configuration does not add:
Microsoft.Office.Interop.* assemblies.

I'm running a test environment on my laptop witn Windows XP, .NET 2.0
using Visual Studio 2005. I add the MS Office Web Components as a
reference in my project and everything runs fine. I have noticed that
the Microsoft.Office.Interop.* assemblies are avaliable in my
C:\Windows\Assemblies directory on my local machine.

Any ideas on how to configure the Windows 2000 Server box to see the
assembles/dlls needed to run OCW. I really need it for some charting
reports!
 

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