add assembly="Microsoft.Office.Interop.Owc problem

G

Guest

Howdy All,

Any assistance would be appreciated - even a sound beating if so deserved...

When I try to run an ASP.NET application on my Development server (w2k3,
IIS6, 1.1 Framework) I get the following error in the Parser for the
machine.config file (line 258):


Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: ?

Source Error:


Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="Microsoft.Office.Interop.Owc, Version=10.0.4504.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 259: <add assembly="*"/>
Line 260: </assemblies>


Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
258


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300


Was working last time I checked (a couple of weeks ago) but now, nope. I've
uninstalled/reinstalled the Owc, etc., to the great sound of the whistling
wind. Works like a champ on my Staging and Production servers (same set up).
Any ideas as to what a ? from the parser might indicate?

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