Re: problem with System.Management.dll used by a web service
From: Dino Chiesa [Microsoft] (dinoch_at_online.microsoft.com)
Date: 07/23/04
- Next message: Dan: "Directory.CreateDirectory() throwing DirectoryNotFound exception for //server/share path"
- Previous message: Dino Chiesa [Microsoft]: "Re: XML Web Services publishing"
- In reply to: Richard Northedge: "problem with System.Management.dll used by a web service"
- Next in thread: Richard Northedge: "Re: problem with System.Management.dll used by a web service"
- Reply: Richard Northedge: "Re: problem with System.Management.dll used by a web service"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Jul 2004 13:40:57 -0400
if the log is accurate, then it indicates there is no machine.config file on
the server.
You said you have .NET V1.1 installed there, but maybe the installation is
corrupted or brooken.
Is there, in fact, a machine.config?
Can you run other .NET apps on that server, even non-ASP.NET, like a simple
hello world in .NET ?
Can you run another simple ASPX or ASMX on the server ?
"Richard Northedge" <rnorthedge@hotmail.com> wrote in message
news:c31c7fe7.0407220822.33ed2971@posting.google.com...
> Hi,
>
> I am wondering if anyone can help me with a problem I am having with a
> web service installed on a client's server. I have installed the same
> web service successfully on a development server running Windows 2000
> Server SP2 and .NET Framework 1.1. The client's server has Windows
> 2000 Server SP4 and version 1.1 of the .NET framework. When I try and
> invoke a web method in my web service that uses the System.Management
> dll to get local disk space information, the following error copied
> below appears. Can anyone help? Version 1.0.5000 of this dll is in
> the GAC, I have checked.
>
> Thanks in advance,
>
> Richard
>
> System.IO.FileNotFoundException: ?
> File name: "System.Management"
> at IntranetService.IntranetService.GetDiskSpace()
>
> === Pre-bind state information ===
> LOG: DisplayName = System.Management, Version=1.0.5000.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
> (Fully-specified)
> LOG: Appbase = file:///C:/Inetpub/wwwroot/IntranetService
> LOG: Initial PrivatePath = bin
> Calling assembly : IntranetService, Version=1.0.1626.24842,
> Culture=neutral, PublicKeyToken=null.
> ===
>
> LOG: Publisher policy file is not found.
> LOG: No redirect found in host configuration file
> (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
> LOG: Machine configuration file does not exist at
> C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
> LOG: Post-policy reference: System.Management, Version=1.0.5000.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/intranetservice/ad78db52/5e94a9e7/System.Management.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
>
Files/intranetservice/ad78db52/5e94a9e7/System.Management/System.Management.
DLL.
> LOG: Attempting download of new URL
> file:///C:/Inetpub/wwwroot/IntranetService/bin/System.Management.DLL.
> LOG: Attempting download of new URL
>
file:///C:/Inetpub/wwwroot/IntranetService/bin/System.Management/System.Management.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/intranetservice/ad78db52/5e94a9e7/System.Management.EXE.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
>
Files/intranetservice/ad78db52/5e94a9e7/System.Management/System.Management.
EXE.
> LOG: Attempting download of new URL
> file:///C:/Inetpub/wwwroot/IntranetService/bin/System.Management.EXE.
> LOG: Attempting download of new URL
>
file:///C:/Inetpub/wwwroot/IntranetService/bin/System.Management/System.Management.EXE.
- Next message: Dan: "Directory.CreateDirectory() throwing DirectoryNotFound exception for //server/share path"
- Previous message: Dino Chiesa [Microsoft]: "Re: XML Web Services publishing"
- In reply to: Richard Northedge: "problem with System.Management.dll used by a web service"
- Next in thread: Richard Northedge: "Re: problem with System.Management.dll used by a web service"
- Reply: Richard Northedge: "Re: problem with System.Management.dll used by a web service"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|