|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
add assembly="Microsoft.Office.Interop.Owc problemAny 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 Answering my own post:
The problem lies between SQL Reporting and .NET (gotta love it!). http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/e5173138866d97cb/8921297f5a468010?lnk=st&q=&rnum=18&hl=en#8921297f5a468010 Show quote "B@DJJ" wrote: > 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 > |
|||||||||||||||||||||||